summaryrefslogtreecommitdiff
path: root/Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-03 13:34:14 +0100
committerErich Eckner <git@eckner.net>2019-01-03 13:34:14 +0100
commit2ed05bae0bc2d8a5b24595533925aa4514f0be5e (patch)
treeb0958c885f5a0ada1ef6de6d5198c016e05eeca4 /Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly
parent6cdbc32210264b3876273abe790fda0131620589 (diff)
downloadMusik-2ed05bae0bc2d8a5b24595533925aa4514f0be5e.tar.xz
Nun_danket_alle_Gott_ neu
Diffstat (limited to 'Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly')
-rw-r--r--Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly30
1 files changed, 30 insertions, 0 deletions
diff --git a/Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly b/Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly
new file mode 100644
index 0000000..814f421
--- /dev/null
+++ b/Nun_danket_alle_Gott_/Nun_danket_alle_Gott_.ly
@@ -0,0 +1,30 @@
+\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 = ##f
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = melodie { \global \melodie }
+ >>
+ \new Lyrics \lyricsto melodie { \textA }
+ \new Lyrics \lyricsto melodie { \textB }
+ >>
+ \layout {
+ indent = #0
+ }
+}