diff options
Diffstat (limited to 'hr/stch/fertig/ros_distler/ros.ly')
-rw-r--r-- | hr/stch/fertig/ros_distler/ros.ly | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/hr/stch/fertig/ros_distler/ros.ly b/hr/stch/fertig/ros_distler/ros.ly new file mode 100644 index 0000000..894769a --- /dev/null +++ b/hr/stch/fertig/ros_distler/ros.ly @@ -0,0 +1,77 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 + +\version "2.12.1" +\include "stimmen.ly" +%\include "texte.ly" + + \header { + title = "Es ist ein Ros entsprungen" + composer = "Satz: Hugo Distler, 1908-1942" + opus = "aus der \"Weihnachtsgeschichte\" op.10" + %tagline = "" + } + + \paper { + %<+weitere Einstellungen+> + } + + \midi { + %\tempo 4 = <+bpm+> + } + + \layout { + indent = #0 + \context { + \Score + \remove "Timing_translator" + \remove "Default_bar_line_engraver" + \remove "Time_signature_engraver" + %\override SpacingSpanner #'uniform-stretching = ##t + %\override SpacingSpanner #'strict-note-spacing = ##t + proportionalNotationDuration = #(ly:make-moment 1 2) + } + \context { + \Staff + \consists "Timing_translator" + \consists "Default_bar_line_engraver" + \consists "Time_signature_engraver" + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } +% \context { +% \Voice +% \remove "Forbid_line_break_engraver" +% } + } + + #(set-global-staff-size 16) + + \score { + \new ChoirStaff << + \new Staff = sopran << + %%\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "soprane" { \global \sopranMelodie \end } + %\lyricsto soprane \sopranText + >> + \new Staff = alt << + \new Voice = "alti" { \global \altMelodie \end } + %\lyricsto alti \altText + >> + \new Staff = tenor << + \new Voice = "tenoere" { \global \tenorMelodie \end } + %\lyricsto tenoere \tenorText + >> + \new Staff = bass << + \new Voice = "baesse" { \global \bassMelodie \end } + %\lyricsto baesse \bassText + >> + >> +% \midi{ +% \context{ +% \Score +% tempoWholesPerMinute = #(ly:make-moment 84 4) +% } +% } + %{ + %} + } + |