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 f \major \numericTimeSignature \time 3/4}sopranoVoice = { \global \dynamicUp % Music follows here. f'2 f'4 f'4 (e'4) f'4 g'4 (a'4) g'4 f'2}verse = \lyricmode { % Lyrics follow here. }right = { \global % Music follows here. }left = { \global % Music follows here. }sopranoVoicePart = \new Staff \with { instrumentName = "Chor" midiInstrument = "choir aahs"} { \sopranoVoice }\addlyrics { \verse }organPart = \new PianoStaff \with { instrumentName = "Organ"} << \new Staff = "right" \with { midiInstrument = "church organ" } \right \new Staff = "left" \with { midiInstrument = "church organ" } { \clef bass \left }>>\markup { \fill-line { \hspace #0.1 % moves the column off the left margin; % can be removed if space on the page is tight \column { \line { \bold "2." \column { "This is verse two." "It has two lines." } } \combine \null \vspace #0.1 % adds vertical spacing between verses \line { \bold "3." \column { "This is verse three." "It has two lines." } } } \hspace #0.1 % adds horizontal spacing between columns; \column { \line { \bold "4." \column { "This is verse four." "It has two lines." } } \combine \null \vspace #0.1 % adds vertical spacing between verses \line { \bold "5." \column { "This is verse five." "It has two lines." } } } \hspace #0.1 % gives some extra space on the right margin; % can be removed if page space is tight }}\score { << \sopranoVoicePart \organPart >> \layout { } \midi { \tempo 4=100 }}
\markup \fill-line { \left-column { "1. Strophe" \null "2. Strophe" \null "3. Strophe" }}