You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a remaining item for the transposition option: When the input data does not have a key signature, a key signature of 0 should be added to the start of the data before transposition is done.
Here is an example:
Running verovio --transpose P5 will produce:
The pitches are correct for sounding purposes (there is an accid.ges="s" on the F). But the graphical display is incorrect (accid needs to be s).
The discussed solution is that a key signature needs to be added to the score so that the transposition will not need migration between @accid and @accid.ges. When there is no key signature at the start of the music, then a@key.sig="0" needs to be added to the start of the music (system or staff). This should be done before transposition so that the key signature can be transposed along with the rest of the data.
If a 0 key signature is added to the music, then the transposed music will display correctly as:
A key designation (keySig@pname/keySig@accid/keySig@mode) should not be added automatically (at least not assumed to be C major).
Here is example data where the music does not contain an initial key signature:
Here is a remaining item for the transposition option: When the input data does not have a key signature, a key signature of
0
should be added to the start of the data before transposition is done.Here is an example:
Running
verovio --transpose P5
will produce:The pitches are correct for sounding purposes (there is an
accid.ges="s"
on the F). But the graphical display is incorrect (accid
needs to bes
).The discussed solution is that a key signature needs to be added to the score so that the transposition will not need migration between
@accid
and@accid.ges
. When there is no key signature at the start of the music, then a@key.sig="0"
needs to be added to the start of the music (system or staff). This should be done before transposition so that the key signature can be transposed along with the rest of the data.If a
0
key signature is added to the music, then the transposed music will display correctly as:A key designation (
keySig@pname
/keySig@accid
/keySig@mode
) should not be added automatically (at least not assumed to be C major).Here is example data where the music does not contain an initial key signature:
Here is the input data with a
0
key signature (but no key designation):The text was updated successfully, but these errors were encountered: