lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding a lyrics extender line to an alternate ending


From: Kieren MacMillan
Subject: Re: Adding a lyrics extender line to an alternate ending
Date: Sat, 9 Feb 2008 15:31:12 -0500

Hi Risto,

Can anyone tell me if there's a way to print a lyrics extender line in
the beginning of the alternate ending?

See attached for a hint.

Hope this helps!
Kieren.

%%%% START %%%%
\version "2.11.37"

moveLE = \once \override LyricExtender #'extra-offset = #'(-0.8 . 0 )

\paper { ragged-right = ##t }

{
    \repeat volta 2
        {
                c'2 c'2 ~
        }
        \alternative
        {
                { c'1 }
                { c'2\repeatTie c''2 }
        }
    \bar "|."
}
\addlyrics { Tra la __ \moveLE \markup { "" } __ lah. } % does't work
%%%% END %%%%




reply via email to

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