summaryrefslogtreecommitdiff
path: root/Lummerlandlied/Lummerlandlied.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Lummerlandlied/Lummerlandlied.ly')
-rw-r--r--Lummerlandlied/Lummerlandlied.ly46
1 files changed, 46 insertions, 0 deletions
diff --git a/Lummerlandlied/Lummerlandlied.ly b/Lummerlandlied/Lummerlandlied.ly
new file mode 100644
index 0000000..caa3321
--- /dev/null
+++ b/Lummerlandlied/Lummerlandlied.ly
@@ -0,0 +1,46 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\pointAndClickOff
+
+\header {
+ title = "Lummerlandlied"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames {
+ \set chordChanges = ##t
+ \germanChords
+ \akkorde
+ }
+ \new Staff <<
+ \new Voice = sopran { \global \melodieSopran }
+ >>
+ \new Staff <<
+ \new Voice = alt { \global \melodieAlt }
+ >>
+ \new Staff <<
+ \new Voice = tenor { \global \melodieTenor }
+ >>
+ \new Staff <<
+ \new Voice = bass { \global \clef "bass" \melodieBass }
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}