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.
\score{\new Staff = "Oben" \with { } << \new Voice = "eins" { \voiceOne \relative c' { cis1 } } \new Voice = "zwei" { \voiceTwo \relative c' {cis4. ( b8 a2 ) } } \new Lyrics = "eins" \lyricsto "eins" {\lyricmode { ein __ } } \new Lyrics = "zwei" \lyricsto "zwei" {\lyricmode { ein __ _ _ } }>>}
\score{\new Staff = "Oben" \with { } << \new Voice = "eins" { \voiceOne \relative c' { cis1 | <<{cis1} \new Staff {cis4. ( b8 a2 ) } >> cis1 } } \new Lyrics = "eins" \lyricsto "eins" {\lyricmode { wa -- gen. Das } }>>}
\version "2.18.0"m = \new Voice = "eins" { \relative c' { \voiceOne cis1 | \tag #'print << { cis1 } \new CueVoice { \voiceTwo cis4.( b8 a2) } >> \tag #'midi { cis4.( b8 a2) } cis1 }}lyr =\new Lyrics = "eins" \lyricsto "eins" \lyricmode { wa -- gen. Das }staff-oben =\new Staff = "Oben" \with { } << \m \lyr >>\score { \removeWithTag #'midi \staff-oben}\score { \removeWithTag #'print \staff-oben %% for visible control, uncomment: %\layout { } \midi { }}