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.16.2"\include "deutsch.ly"Sopran = \relative c' { \new Voice = "sopran" { c4 c c c }}LyricsOneSopran = \lyricmode { \set stanza = #"1." A a a a}LyricsTwoSopran = \lyricmode { \set stanza = #"2." B b b b}LyricsThreeSopran = \lyricmode { \set stanza = #"3." C c c c}\score { << \new Staff { \Sopran } \new Lyrics \lyricsto "sopran" { \LyricsOneSopran } \new Lyrics \lyricsto "sopran" { \LyricsTwoSopran } \new Lyrics \lyricsto "sopran" { \LyricsThreeSopran } >>}
\layout{ \context{ \Lyrics\override VerticalAxisGroup #'nonstaff-nonstaff-spacing=#'( (minimum-distance . 22) ) }}