summaryrefslogtreecommitdiff
path: root/Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly')
-rwxr-xr-xSchmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly b/Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly
new file mode 100755
index 0000000..6653129
--- /dev/null
+++ b/Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly
@@ -0,0 +1,35 @@
+\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 = "Schmückt das Fest mit Maien"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "sopran" { \global \melodie }
+ %STR_1% \new Lyrics \lyricsto "sopran" \textI
+ %STR_2% \new Lyrics \lyricsto "sopran" \textII
+ %STR_3% \new Lyrics \lyricsto "sopran" \textIII
+ %STR_4% \new Lyrics \lyricsto "sopran" \textIV
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}