summaryrefslogtreecommitdiff
path: root/Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-07 17:30:59 +0100
committerErich Eckner <git@eckner.net>2017-01-07 17:30:59 +0100
commitd9e375f2c51b90a2fca6bac4c657612c9e43e08c (patch)
tree56cc2d8b86a3f7a2e2a29028f46948c0c43f14cb /Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly
parent52f8613780f5ffc29eb6ac8bd59249923f9aff94 (diff)
downloadMusik-d9e375f2c51b90a2fca6bac4c657612c9e43e08c.tar.xz
Du_Morgenstern_du_Licht_vom_Licht neu
Diffstat (limited to 'Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly')
-rw-r--r--Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly b/Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly
new file mode 100644
index 0000000..0d5bbda
--- /dev/null
+++ b/Du_Morgenstern_du_Licht_vom_Licht/Du_Morgenstern_du_Licht_vom_Licht.ly
@@ -0,0 +1,37 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\pointAndClickOff
+
+\score {
+ \header {
+ title = "Du Morgenstern, du Licht vom Licht"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames { \global \germanChords \akkorde }
+ \new Staff <<
+ \new Voice = melodie { \global \melodie }
+ >>
+ \new Lyrics \lyricsto melodie { \textI }
+ \new Lyrics \lyricsto melodie { \textII }
+ \new Lyrics \lyricsto melodie { \textIII }
+ \new Lyrics \lyricsto melodie { \textIV }
+ >>
+ \layout {
+% indent = #0
+ }
+}