diff options
author | Erich Eckner <git@eckner.net> | 2018-08-15 21:08:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-15 21:08:54 +0200 |
commit | 4976d95ca0b13838b30e5de84a41fa5674cb219a (patch) | |
tree | 1542fa794f70fc5fa915abf775312dd01b322951 /Tochter_Zion/Tochter_Zion.ly | |
parent | 13a67658134c8a7f20f9560188b873f84501bc17 (diff) | |
download | Musik-4976d95ca0b13838b30e5de84a41fa5674cb219a.tar.xz |
Tochter_Zion: zerlegt
Diffstat (limited to 'Tochter_Zion/Tochter_Zion.ly')
-rw-r--r-- | Tochter_Zion/Tochter_Zion.ly | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/Tochter_Zion/Tochter_Zion.ly b/Tochter_Zion/Tochter_Zion.ly index 085026e..9a0fd9d 100644 --- a/Tochter_Zion/Tochter_Zion.ly +++ b/Tochter_Zion/Tochter_Zion.ly @@ -1,41 +1,18 @@ \include "deutsch.ly" +#(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" +#(ly:set-option 'relative-includes #f) #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff -\header { - tagline = "" - title = "Tochter Zion" -} \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 = 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 Staff << - \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } - \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } - >> - >> -} +#(ly:set-option 'relative-includes #t) +\include "satz.ly" +#(ly:set-option 'relative-includes #f) |