Lyrics attached to rests may overwrite adjacent lyrics
Reported version
3.4
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
1) Create two notes with a rest between
2) Add lyrics to the notes
3) Add (extensive) lyrics to the rest
The lyrics will show up partially on top of each other.
Attachment | Size |
---|---|
Lyrics_for_rests.mscz | 4.62 KB |
Comments
Confirmed. Seems I recall this being reported before as well but I can't find it. Could be as simple as adding "shape.add(ChordRest::shape())" to Rest::shape(), same as we do for Chord::shape(). It's possible, though, there are other places where we skip rests when processing lyrics, since originally this was not fully supported. For instance, see also #295773: Can't add melisma underscores when adding lyrics to rests.