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.18.2"global = { \key c \major \time 4/4}soprano = \relative c'' { \global c1 \mark \markup { \musicglyph #"scripts.ufermata" } c }alto = \relative c' { \global c1 \mark \markup { \musicglyph #"scripts.ufermata" } c }verse = \lyricmode { % Liedtext folgt hier. }\score { \new ChoirStaff << \new Staff \with { instrumentName = "Sopran" } \new Voice = "soprano" \soprano \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #CENTER } \lyricsto "soprano" \verse \new Staff \with { instrumentName = "Alt" } \new Voice = "alto" \alto >> \layout { }}
\layout { \context { \Staff \consists "Mark_engraver" } \context { \Score \remove "Mark_engraver" }}