sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

Octave shift asked but not performed with octave-less notes #236

Closed jmmelko closed 2 years ago

jmmelko commented 2 years ago

If I write C1 and type octave_shift =1, I get C2

But if I write C, I get C whatever the shift

If I write C C1, only the second note is shifted.

this is a problem, because no octave should be set to default value.

Besides, the help text shown when there are many errors should mention that after a transposition some octave shift might be necessary (after the aforementioned bug has been fixed)