summaryrefslogtreecommitdiff
path: root/hr/schott/sommer/sommer.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/schott/sommer/sommer.ly')
-rw-r--r--hr/schott/sommer/sommer.ly73
1 files changed, 73 insertions, 0 deletions
diff --git a/hr/schott/sommer/sommer.ly b/hr/schott/sommer/sommer.ly
new file mode 100644
index 0000000..a2dc720
--- /dev/null
+++ b/hr/schott/sommer/sommer.ly
@@ -0,0 +1,73 @@
+% vim: encoding=utf8 nu
+
+\version "2.12.2"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Jetzt ist Sommer"
+ %subtitle = "(Traditional)"
+ composer = "Stefan Kalmer"
+ }
+
+#(set-global-staff-size 14)
+
+ \paper {
+ ragged-last-bottom = ##f
+% system-count = 5
+% page-count = 1
+ line-width = 182\mm
+ %between-system-space = 1\mm
+ %after-title-space = 0\mm
+ foot-separation = 15\mm
+ top-margin = 10\mm
+ bottom-margin = 25\mm
+ tagline=""
+ }
+
+ \midi {
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ % a little smaller so lyrics can be closer to the staff
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
+ }
+ \context {
+% \Voice
+% \consists Ambitus_engraver
+ }
+ }
+
+ \score {
+ \unfoldRepeats
+ %\simultaneous
+ \new ChoirStaff <<
+% \new Lyrics = sop {s1}
+% \new Staff = frauen <<
+% \new Voice = "fPausen" { \frauenPausen }
+% \new Voice = "soprane" { \global \voiceOne \sopMusic }
+% \new Voice = "alti" { \global \voiceTwo \altMusic }
+% >>
+% \new Lyrics = "alt" {s1}
+% \new Lyrics = "ten" {s1}
+ \new Staff = maenner <<
+ \new Voice = "mPausen" { \maennerPausen }
+% \new Voice = "tenoere" { \global \voiceOne \tenorMusic }
+ \new Voice = "baesse" { \global <<\bassArt \bassMusic>> }
+ >>
+ \new Lyrics = bass {s1}
+% \context Lyrics = sop \lyricsto soprane \oberWords
+% \context Lyrics = alt \lyricsto alti \oberWords
+% \context Lyrics = ten \lyricsto tenoere \tenorWords
+ \context Lyrics = bass \lyricsto baesse \bassWords
+ >>
+ \midi {
+ \context{
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 130 4)
+ }
+ }
+ }