diff options
Diffstat (limited to 'hr/stch/fertig/geh_aus/m.ly')
-rw-r--r-- | hr/stch/fertig/geh_aus/m.ly | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/hr/stch/fertig/geh_aus/m.ly b/hr/stch/fertig/geh_aus/m.ly new file mode 100644 index 0000000..9a5bbdc --- /dev/null +++ b/hr/stch/fertig/geh_aus/m.ly @@ -0,0 +1,32 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.12" +\include "stimmen.ly" + + \score { + << + \unfoldRepeats + \new Staff = sopran << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "soprane" { \global \sopranMelodie } + >> + \new Staff = alt << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "alti" { \global \altMelodie } + >> + \new Staff = tenor << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "tenoere" { \global \tenorMelodie } + >> + \new Staff = bass << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "baesse" { \global \bassMelodie } + >> + >> + \midi { + \context{ + \Score + tempoWholesPerMinute = #(ly:make-moment 120 4) + } + } + } |