lilypond-user
[Top][All Lists]
Advanced

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

How to stop LyricExtender-lines?


From: Dominic Neumann
Subject: How to stop LyricExtender-lines?
Date: Thu, 2 Aug 2007 18:15:44 +0200

Hi,

i´ve got the following snippet producing the output you can see in the
attached image file.
How can I set that the lyric extender line of the 2nd vers stops where
the one of the 1st verse stopped?

Dominic


%%%%%% START %%%%%%

\version "2.10.25"

refrain = \lyricmode {
    tes -- ti yeah.
}

verseOne = \lyricmode {
    \set stanza = "1. "
    test blu blu blub -- ber. __
}

verseTwo = \lyricmode {
    \set stanza = "2. "
    test blu blu blub -- ber. __
}


\score {
    {
        <<
        \relative c'' {
            \time 4/4
            g4 g g g | g2( e4) r | a4 a a2 |
            \bar "|."
        }
        \addlyrics { \verseOne \refrain }
        \addlyrics { \verseTwo }
        >>
    }
}

%%%%%% END %%%%%%

Attachment: lyricext.png
Description: PNG image


reply via email to

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