Re: 16th to 8th notes
Reply #2 –
Converting D#, G#, and A# to Eb, Ab, and Bb is clef dependent... What I mean is that Global_Mod will allow you to edit the "Pos" parameter which is the note's position on the staff.
So, for D#, G# and A# respectively for a treble clef and notes within the staff the commands would be:
Note,Pos==#2 Pos=b3
Note,Pos==#-2 Pos=b-1
Note,Pos==#-1 Pos=b0
OR on one line:
Note,Pos==#2 Pos=b3, Note,Pos==#-2 Pos=b-1, Note,Pos==#-1 Pos=b0
For Bass clef, subtract 2 from each number, for Tenor clef add 1 and for Alto subtract 1
To explain "Pos" this number represents the POSition of the note on the staff relative to the middle line. The middle line is 0 (zero), notes above the line are 1, 2, 3 etc. the first space above the middle line being 1 and so on. The same is true for notes below the middle line except they are negative numbers: -1, -2, -3 etc.. Sharps and flats and naturals are indicated by #, b and n respectively. The Pos parameter can also contain other information like note head type (o,x,X,z) and tie start (^)