Inputting melisma deletes hyphen after forthcoming lyric
1. Open attached score (produced in 1.3).
2. Double-click first lyric.
3. Input underscore four times.
Result: The hyphen after the next lyric is removed.
Using MuseScore 2.0 Nightly Build 4516685 - Mac 10.7.5.
Attachment | Size |
---|---|
Inputting melisma deletes hyphen after forthcoming lyric.mscz | 1.54 KB |
Comments
Confirmed. lyricsUnderscore() sets the next note's syllable to Syllabic::SINGLE in all cases, but I guess it should probably depend on its current state (END -> SINGLE, but MIDDLE -> BEGIN; SINGLE and BEGIN can be left alone).
More than minor in my eyes, as (a small amount of) information is lost and it might not immediately be obvious.
https://github.com/musescore/MuseScore/pull/1660
Fixed in 5bf44e17a4
Automatically closed -- issue fixed for 2 weeks with no activity.