summaryrefslogtreecommitdiff
path: root/In_einen_Harung/In_einen_Harung.ly
diff options
context:
space:
mode:
Diffstat (limited to 'In_einen_Harung/In_einen_Harung.ly')
-rw-r--r--In_einen_Harung/In_einen_Harung.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/In_einen_Harung/In_einen_Harung.ly b/In_einen_Harung/In_einen_Harung.ly
new file mode 100644
index 0000000..79e5904
--- /dev/null
+++ b/In_einen_Harung/In_einen_Harung.ly
@@ -0,0 +1,37 @@
+\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 = "In einen Harung jung und schlank"
+% poet = "Text: Psalm 100"
+% composer = "Felix Mendelssohn Bartholdy (1809-1847)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = melodie { \global \oneVoice \melodie }
+ >>
+ \new Lyrics \lyricsto melodie { \textI }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+