From bb8251cd16678f71bb64f84238b4752c23be27df Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 Nov 2016 17:11:42 +0100 Subject: Er_ist_mein_Hirt: Header fuer Auffuehrung zurechtgemacht --- Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly | 33 ++++++++++++++++++++++----------- 1 file 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 } + >> +} -- cgit v1.2.3-54-g00ecf