lilypond-user
[Top][All Lists]
Advanced

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

Re: Another Stanza problem


From: Mats Bengtsson
Subject: Re: Another Stanza problem
Date: Mon, 02 Jan 2006 12:43:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



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




reply via email to

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