summaryrefslogtreecommitdiff
path: root/Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly')
-rw-r--r--Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly60
1 files changed, 60 insertions, 0 deletions
diff --git a/Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly b/Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly
new file mode 100644
index 0000000..57323b3
--- /dev/null
+++ b/Der_Mond_ist_aufgegangen/Der_Mond_ist_aufgegangen.ly
@@ -0,0 +1,60 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\pointAndClickOff
+
+\header {
+ title = "Der Mond ist aufgegangen"
+ poet = "Text: Matthias Claudius, 1779"
+ composer = "Melodie: Abraham Peter Schulz, 1790"
+ arranger = "Satz: Max Reger (1873 - 1916)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textIV { }
+ \new Lyrics = textV { }
+ \new Lyrics = textVI { }
+ \new Lyrics = textVII { }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass }
+ >>
+ \new Lyrics = textBass { }
+
+ \context Lyrics = textI \lyricsto tenor { \textI }
+ \context Lyrics = textII \lyricsto tenor { \textII }
+ \context Lyrics = textIII \lyricsto tenor { \textIII }
+ \context Lyrics = textIV \lyricsto tenor { \textIV }
+ \context Lyrics = textV \lyricsto tenor { \textV }
+ \context Lyrics = textVI \lyricsto tenor { \textVI }
+ \context Lyrics = textVII \lyricsto tenor { \textVII }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+