lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LyricExtender extends too far in some verses


From: Kieren MacMillan
Subject: Re: LyricExtender extends too far in some verses
Date: Thu, 20 Nov 2008 10:56:00 -0500

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]