summaryrefslogtreecommitdiff
path: root/Im_Fruehling/Im_Fruehling.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Im_Fruehling/Im_Fruehling.ly')
-rw-r--r--Im_Fruehling/Im_Fruehling.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/Im_Fruehling/Im_Fruehling.ly b/Im_Fruehling/Im_Fruehling.ly
new file mode 100644
index 0000000..5ac3cfd
--- /dev/null
+++ b/Im_Fruehling/Im_Fruehling.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")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = pFrauen { \global \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ }
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Staff <<
+ \new Voice = pMaenner { \global \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}