diff options
Diffstat (limited to 'Unser_Vater/Unser_Vater.ly')
-rw-r--r-- | Unser_Vater/Unser_Vater.ly | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Unser_Vater/Unser_Vater.ly b/Unser_Vater/Unser_Vater.ly new file mode 100644 index 0000000..f0b0e05 --- /dev/null +++ b/Unser_Vater/Unser_Vater.ly @@ -0,0 +1,54 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Unser Vater" +} +\paper { + top-margin = 5 +} + +\score { + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice \pausen + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI} + \new Lyrics \lyricsto sopran { \textII} + \new Lyrics \lyricsto sopran { \textIII} + \new Lyrics \lyricsto sopran { \textIV} + \new Lyrics \lyricsto sopran { \textV} + \new Lyrics \lyricsto sopran { \textVI} + \new Lyrics \lyricsto sopran { \textRefrain} + \new Staff << + \new Voice \pausen + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textRefrainMaenner} + \new PianoStaff << + \new Staff << + \new Voice = rechteHand { \global \klavierRechts } + >> + \new Staff << + \new Voice = linkeHand { \global \clef "bass" \klavierLinks } + >> + >> + >> +} |