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>>

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

Reply via email to