Skip to content

Commit

Permalink
hide 'notes' legend pending better layout with metronome mark
Browse files Browse the repository at this point in the history
  • Loading branch information
ospreyelm committed Oct 4, 2020
1 parent c7a3c8e commit 5ae2a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/static/js/src/components/music/stave_notater.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ define([
ctx.font = newSize + ' ' + fontArgs[fontArgs.length - 1];
ctx.fillText('chords', x - 18, 35);
if (letters) {
ctx.fillText('notes', x - 18, 60);
// ctx.fillText('notes', x - 18, 60);
}
} else if (key !== '' && !thoroughbass) {
var newSize = '20px';
Expand Down

0 comments on commit 5ae2a56

Please sign in to comment.