Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.14.2"melody = \relative c' {c2 d<< { \voiceOne g8 g4 g8 f4 f } \new Voice { \voiceTwo d16 d d d c2. } >> \oneVoice c2}verseone = \lyricmode { Dies ist die er -- ste Stro -- phe. etc.}versetwo = \lyricmode { Die ist Stro -- phe num -- mer zwei. etc.}\score { << \new Staff { \melody } \addlyrics { \verseone } \addlyrics { \versetwo } >>}
\version "2.14.2"\paper { ragged-right = ##f}melody = \relative c' \new Voice = "lala" {c2 d << \new Voice = "one" { \voiceOne g8 g4 g8 f4 f } { \voiceTwo d16 d d d c2. } >> \oneVoice c2} % Tricky: need to set associatedVoice % one syllable too soon! verseone = \lyricmode { Dies \set associatedVoice = "one" ist die er -- ste Stro -- \set associatedVoice = "lala" phe. etc.}versetwo = \lyricmode { Dies ist Stro -- phe num -- mer zwei. etc. }\score { << \new Staff \melody \new Lyrics \lyricsto "lala" { \verseone } \new Lyrics \lyricsto "lala" { \versetwo } >>}