diff options
author | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:42 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:42 +0100 |
commit | bb8251cd16678f71bb64f84238b4752c23be27df (patch) | |
tree | 11a25e64cec5c55c3c35504511cf0e009b86943e /Er_ist_mein_Hirt | |
parent | 3d8d05f18e7b569d5f868ea237a5cdec6b11a586 (diff) | |
download | Musik-bb8251cd16678f71bb64f84238b4752c23be27df.tar.xz |
Er_ist_mein_Hirt: Header fuer Auffuehrung zurechtgemacht
Diffstat (limited to 'Er_ist_mein_Hirt')
-rw-r--r-- | Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly b/Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly index fee9016..3d24548 100644 --- a/Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly +++ b/Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly @@ -1,23 +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 = "Er ist mein Hirt" - composer = "Joseph Haydn, London 1794/95" - poet = "Text: Lene Mayer-Skumanz, nach Ps. 23" tagline = "" } -\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 } ->> +\paper { + print-all-headers = ##t +} + +\score { + \header { + title = "Er ist mein Hirt" + composer = "Joseph Haydn, London 1794/95" + poet = "Text: Lene Mayer-Skumanz, nach Ps. 23" + } + + \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 } + >> +} |