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" % Lily-Version \language "deutsch" Sopran = { \key c \major \time 4/4 \clef treble \partial 4 c4 | d c f e | d2 c4 e | \bar "|." } SopranT = \lyricmode { << { \set stanza = #"1. " Der Mond ist auf -- ge -- gan -- gen, die } \new Lyrics { Der Wald steht schwarz und schwei -- get und } >> } \score { % Partiturdefinition \relative c' { \Sopran } \addlyrics { \SopranT } } \layout { ragged-right = ##f }
\version "2.18.2" % Lily-Version\language "deutsch"Sopran = { \key c \major \time 4/4 \clef treble \partial 4 c4 | d c f e | d2 c4 e | \bar "|."}SopranT = \lyricmode { \set stanza = #"1. " Der Mond ist auf -- ge -- gan -- gen, die}SopranTBis = \lyricmode { Der Wald steht schwarz und schwei -- get und}\score { % Partiturdefinition \relative c' { \Sopran } \addlyrics { \SopranT } \addlyrics { \SopranTBis }} \layout { ragged-right = ##f }