LilyPond: Multiple syllables per note
- Open the attached file: "lyric - multiple syllables per note.mscz". Notice that the first measure contains two syllables on the same note ("go al")
- Export to LilyPond
Expected output: Lar -- go_al fac -- to -- tum del -- la cit -- tà
Actual output: Lar -- go al fac -- to -- tum del -- la cit -- tà
(Tested using r. 2418 nightly, Windows XP)
Attachment | Size |
---|---|
lyric - multiple syllables per note.mscz | 1.76 KB |
lyric - multiple syllables per note.ly | 3.08 KB |
Comments
The lyrics output is corrected but your example does not render (notes and lyrics not aligned) with my lilypond.
r2423
The example comes from the LilyPond documentation (last example on the page):
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Alig…
If you remove the following line from the lilypond file then the lyrics align as expected:
\set Score.melismaBusyProperties = #'()
For computer output it is probably better to not rely on ties and slurs and go with the following output instead:
Lar -- _ go_al fac -- to -- _ tum del -- la cit -- tà --
The single underscore ( _ ) with spaces around it is used for notes that don't have a lyric syllable underneath them.
Initial bug is fixed. Moved second issue to its own bug report: #3874: LilyPond: Melismatic syllables
Automatically closed -- issue fixed for 2 weeks with no activity.