uunail (sent by Nabble.com) wrote:


Thus I wanted to have a blank line as a separator between the alto- and tenor- lyrics. The workaround I'm using is to put another stanza written in white (= invisible) at this place. Is there another, perhaps more elegant way to achieve that?


Try something like

\score{
<<
 ...
\lyricsto "alto" \new Lyrics \with {minimumVerticalExtent = #'(-4.0 . 2.4) } \altolyricsIII
 \lyricsto "tenor" \new Lyrics \tenorlyricsI
 ...
>>
}

See  "10.1.6 Vertical spacing" in the manual for more details. The default
minimumVerticalExtent for Lyrics is (-1.2 . 2.4).

   /Mats


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to