Hi Jonathan,

I tried this out and it makes the LyricExtenders work correctly without console warnings

Yay!

but it also creates something (not sure what) that takes up vertical space
and messes up the spacing of the next system.

Details, details…  ;-)

you can see the impact on vertical spacing that the \markup \hspace #0 has.

Yes, \hspace does "take up space" — try the following (even more elegant) fix:

nullLyric = \markup {}
verseOne =  \lyricmode { tar -- de. __ ¡Ay, Mo }
verseTwo = \lyricmode { tar -- es. __ \nullLyric }
verseThree = \lyricmode { ai -- re __ \nullLyric }
verseFour = \lyricmode { gran -- des. __ \nullLyric }

HTH!
Kieren.



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to