summaryrefslogtreecommitdiff
path: root/Sein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Sein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly')
-rwxr-xr-xSein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly44
1 files changed, 44 insertions, 0 deletions
diff --git a/Sein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly b/Sein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly
new file mode 100755
index 0000000..222c5cd
--- /dev/null
+++ b/Sein_Kleid_fuer_meins/Sein_Kleid_fuer_meins.ly
@@ -0,0 +1,44 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Sein Kleid für meins"
+ poet = "Text: C. Anderson (dt.: M. & A.-D. Kaufmann)"
+ composer = "Melodie: G. Habegger"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
+ \new Voice = "Alt" { \voiceTwo \global \altMelodie }
+ \new Lyrics \lyricsto "Sopran" { \textI }
+ \new Lyrics \lyricsto "Sopran" { \textII }
+ \new Lyrics \lyricsto "Sopran" { \textIII }
+ \new Lyrics \lyricsto "Sopran" { \textIV }
+ >>
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \oneVoice \global \pausenMaenner }
+ \new Voice = "Tenor" { \voiceOne \global \tenorMelodie }
+ \new Voice = "Bass" { \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}