summaryrefslogtreecommitdiff
path: root/Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly')
-rw-r--r--Er_ist_mein_Hirt/Er_ist_mein_Hirt.ly33
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 }
+ >>
+}