how to add a number for notes to represent the octave it is in - in note names
currently in note names plugin, it only shows the name of the notes, for example C, D, E, F,
how can it show the note name plus the octave number it is in, for example C3 for middle C, C2 for the C an octave lower ?
how to revise the script to realize this automatically?
thanks
Comments
Locate that plugin, open it with an editor and remove the
//
in line 75 or 77, depending on whether you want the sounding pitch or concert pitch.Note that middle C is C4, not C3
In reply to Locate that plugin, open it… by Jojo-Schmitz
great. thanks.
For D major scale, i want to use the symbol 1, 2 , 3, 4, 5, 6, 7 (representing do, re, mi, fa, so, la, ti) instead of D4, E4, F#4, G4, A4,B4, C#5. Is there a way I can realize that?
for an octave below, I need use 1, 2 , 3, 4, 5, 6, 7 with a dot right below each of them (representing do, re, mi, fa, so, la, ti) instead of D3, E3, F#3, G3, A3,B3, C#4.
for an octave above, I need use 1, 2 , 3, 4, 5, 6, 7 with a dot right above each of them (representing do, re, mi, fa, so, la, ti) instead of D5, E5, F#5, G5, A5,B5, C#6.
Is there a way I can realize that?
by the way, this is for Asian music system. so may look a little wired.
thanks
In reply to great. thanks… by quiet123
See https://musescore.org/en/node/267863
In reply to Locate that plugin, open it… by Jojo-Schmitz
Now in line 96 or 98.