Search code examples
midimusicxml

Finger positions


I am writing an algorithm to calculate piano fingering. I want to add this number (1-5) for each note to a musicXML sheet and I did that by using the fingering property. Yet, the text is placed on the notes themselves in musescore instead of below or next to them. Do I need to use a different property?


Solution

  • I figured it out, I was not putting any offset. Musescore handles is very nice.