|
@@ -395,7 +395,7 @@ export class OpenSheetMusicDisplay {
|
|
// alternative to if block: this.drawingsParameters.drawCursors = options.drawCursors !== false. No if, but always sets drawingParameters.
|
|
// alternative to if block: this.drawingsParameters.drawCursors = options.drawCursors !== false. No if, but always sets drawingParameters.
|
|
// note that every option can be undefined, which doesn't mean the option should be set to false.
|
|
// note that every option can be undefined, which doesn't mean the option should be set to false.
|
|
if (options.drawHiddenNotes) {
|
|
if (options.drawHiddenNotes) {
|
|
- this.drawingParameters.drawHiddenNotes = true;
|
|
|
|
|
|
+ this.drawingParameters.drawHiddenNotes = true; // not yet supported
|
|
}
|
|
}
|
|
if (options.drawCredits !== undefined) {
|
|
if (options.drawCredits !== undefined) {
|
|
this.drawingParameters.DrawCredits = options.drawCredits; // sets DrawComposer, DrawTitle, DrawSubtitle, DrawLyricist.
|
|
this.drawingParameters.DrawCredits = options.drawCredits; // sets DrawComposer, DrawTitle, DrawSubtitle, DrawLyricist.
|