lilypond-user
[Top][All Lists]
Advanced

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

How to set the last word of a verse (lyricmode) in the first repeat/alte


From: Oguz Erden
Subject: How to set the last word of a verse (lyricmode) in the first repeat/alternative of the melody?
Date: Fri, 2 Mar 2007 12:49:19 +0100

Hello,

I am struggling to have print out the last word "stehn" of the fourth line of the lyrics in the first alternative part under the note g'. 
Do I have to include another lyricmode in the alternative block? Just can't figure out, although I tried a lot of different approaches. Any idea would be very much appreciated.

Regards,
Erden

My score so far:

%Begin Lilypond
\version "2.10.0"
\include "deutsch.ly"

harmonies =  \new ChordNames \chordmode {
\germanChords
}
verseone= \lyricmode {
Ist ein Kind klein, muß es viel schla- fen,
dann lernt es sit- zen, ste- hen, gehn.
Es lernt mit sei- nen Hän- den grei- fen,__
lernt Wör- ter spre- chen und ver- stehn.
}

staffVoice = \new Staff {
\time 4/4
\key f \major
\clef treble
\relative c' {
\repeat volta 3 {
\context Voice = "melodyVoi" {
\dynamicUp
%\bar "|."
\relative d' {r8 d8 d8[ e8] f8[ f8] e8[ d8] | e8 a,4. r2}
\break
\relative e' {r8 e8 e8[ f8] g8[ g8] a8[ e8] | f2 r2}
\break
\relative a' {r8 a8 a8[ b8] c8[ c8] b8[ a8] | g16[( f16) c8]( c2) r4}
\break
\relative f' {r8 f8 f8[ f8] b8[ a8] g8[ f8] | }
}
}
\alternative {
{g'2 r}{g1 r}}
}
}

\score {
<<
\harmonies
\staffVoice
\context Lyrics = "lmelodyVoi" \lyricmode  { \lyricsto "melodyVoi" \verseone }
>>

\layout {
indent = 0.0\cm
\context { \Score \remove "Bar_number_engraver" }
}

%End Lilypond

-- 
A: Because it breaks the logical sequence of discussion.
Q: Why is top posting bad?



reply via email to

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