diff options
author | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:46 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:46 +0100 |
commit | 6117be8ea210ae24205de512736e54a65a2828bc (patch) | |
tree | 44634ba2b8a00e9e0ddbd3c35f0bdb5dee8a5c3d /Jauchzet_dem_Herrn_alle_Welt_ | |
parent | 7042c5f39c502002193c8319bdaba05e744fc43c (diff) | |
download | Musik-6117be8ea210ae24205de512736e54a65a2828bc.tar.xz |
Jauchzet_dem_Herrn_alle_Welt_: Header fuer Auffuehrung zurechtgemacht
Diffstat (limited to 'Jauchzet_dem_Herrn_alle_Welt_')
-rw-r--r-- | Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly b/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly index 176e228..7e0228a 100644 --- a/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly +++ b/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly @@ -1,24 +1,34 @@ \include "deutsch.ly" +#(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" +#(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { - title = "Jauchzet dem Herrn alle Welt" - - composer = "Carl Stein (1824-1902)" - poet = "Text: Psalm 100" tagline = "" } +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\score { + \header { + title = "Jauchzet dem Herrn alle Welt" + composer = "Carl Stein (1824-1902)" + poet = "Text: Psalm 100" + } -\new StaffGroup = choirStaff << - \new Voice = sopran { \global \sopranMelodie } - \new Lyrics \lyricsto sopran { \textSopran } - \new Voice = alt { \global \altMelodie } - \new Lyrics \lyricsto alt { \textAlt } - \new Voice = bass { \global \clef "bass" \bassMelodie } - \new Lyrics \lyricsto bass { \textBass } ->> + \new StaffGroup = choirStaff << + \new Voice = sopran { \global \sopranMelodie } + \new Lyrics \lyricsto sopran { \textSopran } + \new Voice = alt { \global \altMelodie } + \new Lyrics \lyricsto alt { \textAlt } + \new Voice = bass { \global \clef "bass" \bassMelodie } + \new Lyrics \lyricsto bass { \textBass } + >> +} |