summaryrefslogtreecommitdiff
path: root/Ein_Stern_strahlt/Ein_Stern_strahlt.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Ein_Stern_strahlt/Ein_Stern_strahlt.ly')
-rw-r--r--Ein_Stern_strahlt/Ein_Stern_strahlt.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Ein_Stern_strahlt/Ein_Stern_strahlt.ly b/Ein_Stern_strahlt/Ein_Stern_strahlt.ly
new file mode 100644
index 0000000..0b4347a
--- /dev/null
+++ b/Ein_Stern_strahlt/Ein_Stern_strahlt.ly
@@ -0,0 +1,35 @@
+\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 = frauen { \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 = maenner { \global \clef "bass" \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}