summaryrefslogtreecommitdiff
path: root/Ich_wollt_ich_waer_ein_Huhn
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-04-17 12:50:50 +0200
committerErich Eckner <git@eckner.net>2017-04-17 12:50:50 +0200
commita920d5d54ae5175307b42a9ce0529189be0a806e (patch)
treed7ef2eddcbaa61bc21a0bace131e1e34665b3960 /Ich_wollt_ich_waer_ein_Huhn
parentfc1ccbaed10713302b1d5a83bfeb22e105e20be5 (diff)
downloadMusik-a920d5d54ae5175307b42a9ce0529189be0a806e.tar.xz
Ich_wollt_ich_waer_ein_Huhn: midis neu
Diffstat (limited to 'Ich_wollt_ich_waer_ein_Huhn')
-rw-r--r--Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly141
1 files changed, 107 insertions, 34 deletions
diff --git a/Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly b/Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly
index 4aac9aa..f8426d9 100644
--- a/Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly
+++ b/Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly
@@ -16,42 +16,115 @@
\pointAndClickOff
-\score {
- \header {
- title = "Ich wollt ich wär ein Huhn"
- poet = "Text: Hans Fritz Beckmann (1909-1975)"
- composer = "Musik: Peter Kreuder (1915-1981)"
- arranger = "Satz: Carsten Gerlitz (*1966)"
- }
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Lyrics = "sopranTextI" { }
- \new Lyrics = "sopranTextII" { }
- \new Staff <<
- \new Voice = pausen { \oneVoice \global \pausenFrauen }
- \new Voice = sopran { \voiceOne \global \melodieSopran }
- \new Voice = alt { \voiceTwo \global \melodieAlt }
+\book {
+ \score {
+ \header {
+ title = "Ich wollt ich wär ein Huhn"
+ poet = "Text: Hans Fritz Beckmann (1909-1975)"
+ composer = "Musik: Peter Kreuder (1915-1981)"
+ arranger = "Satz: Carsten Gerlitz (*1966)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = "sopranTextI" { }
+ \new Lyrics = "sopranTextII" { }
+ \new Staff <<
+ \new Voice = pausen { \oneVoice \global \pausenFrauen }
+ \new Voice = sopran { \voiceOne \global \melodieSopran }
+ \new Voice = alt { \voiceTwo \global \melodieAlt }
+ >>
+ \new Lyrics = "altTextI" { }
+ \new Lyrics = "altTextII" { }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \melodieMaenner }
+ >>
+ \new Lyrics = "maennerTextI" { }
+ \new Lyrics = "maennerTextII" { }
+
+ \context Lyrics = "sopranTextI" \lyricsto "sopran" \textSopranI
+ \context Lyrics = "sopranTextII" \lyricsto "sopran" \textSopranII
+ \context Lyrics = "altTextI" \lyricsto "alt" \textAltI
+ \context Lyrics = "altTextII" \lyricsto "alt" \textAltII
+ \context Lyrics = "maennerTextI" \lyricsto "maenner" \textMaennerI
+ \context Lyrics = "maennerTextII" \lyricsto "maenner" \textMaennerII
>>
- \new Lyrics = "altTextI" { }
- \new Lyrics = "altTextII" { }
- \new Staff <<
- \new Voice = maenner { \clef "bass" \global \melodieMaenner }
+ \layout {
+% indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ }
+ }
+ }
+
+ \score {
+ \unfoldRepeats <<
+ {
+ \global
+ \melodieSopran
+ }
+ {
+ \global
+ \melodieAlt
+ }
+ {
+ \global
+ \melodieMaenner
+ }
>>
- \new Lyrics = "maennerTextI" { }
- \new Lyrics = "maennerTextII" { }
-
- \context Lyrics = "sopranTextI" \lyricsto "sopran" \textSopranI
- \context Lyrics = "sopranTextII" \lyricsto "sopran" \textSopranII
- \context Lyrics = "altTextI" \lyricsto "alt" \textAltI
- \context Lyrics = "altTextII" \lyricsto "alt" \textAltII
- \context Lyrics = "maennerTextI" \lyricsto "maenner" \textMaennerI
- \context Lyrics = "maennerTextII" \lyricsto "maenner" \textMaennerII
- >>
- \layout {
-% indent = #0
- \context {
- \Staff
- \RemoveEmptyStaves
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 100 2)
+ }
+ }
+ }
+}
+
+\book {
+ \bookOutputSuffix "Sopran"
+ \score {
+ \unfoldRepeats {
+ \global
+ \melodieSopran
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+ }
+}
+
+\book {
+ \bookOutputSuffix "Alt"
+ \score {
+ \unfoldRepeats {
+ \global
+ \melodieAlt
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+ }
+}
+
+\book {
+ \bookOutputSuffix "Maenner"
+ \score {
+ \unfoldRepeats {
+ \global
+ \melodieMaenner
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
}
}
}