lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics with repeats


From: Mats Bengtsson
Subject: Re: Lyrics with repeats
Date: Mon, 17 Oct 2005 09:53:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I recommend to read
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/More-stanzas.html#More-stanzas
for a better solution.

  /Mats

Carl-Peter Krause wrote:

Hello,

I like to create a sheet with a song beginning with the refrain and two verses having a repeat block. To position to the 2nd line of the repeat I am adding underscore characters (see below). This results in reserving space for a whole text line even in the refrain. How can I suppress this extra space?

melody = ...

textA = \lyricmode {
        text of refrain
        1st verse: 1st line of repeat
}

textB = \lyricmode {
        _ _ _ _ _
        1st verse: 2nd line of repeat
}

textC = \lyricmode {
        text of refrain
        2nd verse: 1st line of repeat
}

textB = \lyricmode {
        _ _ _ _ _
        2nd verse: 2nd line of repeat
}

\score {
        <<
                \context Voice = one {
                        \melody
                }
                \lyricsto "one" \new Lyrics \textA
                \lyricsto "one" \new Lyrics \textB
                \lyricsto "one" \new Lyrics \textC
                \lyricsto "one" \new Lyrics \textD
        >>
        \layout {
                linewidth = 18\cm
                textheight = 25\cm
        }
}

Kind regards
Carl-Peter Krause


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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