summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-04-17 14:24:49 +0200
committerErich Eckner <git@eckner.net>2017-04-17 14:25:40 +0200
commitfdf385ea8b1c9f95dc92b96cb23ae1cab8504206 (patch)
tree1968f0fb7e93c72a50255c720fb5bba8b5d869c5
parenta920d5d54ae5175307b42a9ce0529189be0a806e (diff)
downloadMusik-fdf385ea8b1c9f95dc92b96cb23ae1cab8504206.tar.xz
Ich_wollt_ich_waer_ein_Huhn: Korrekturen
-rw-r--r--Ich_wollt_ich_waer_ein_Huhn/Ich_wollt_ich_waer_ein_Huhn.ly50
-rw-r--r--Ich_wollt_ich_waer_ein_Huhn/stimmen.ly8
2 files changed, 34 insertions, 24 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 f8426d9..f4e4ccd 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
@@ -58,20 +58,26 @@
}
\score {
- \unfoldRepeats <<
- {
- \global
- \melodieSopran
- }
- {
- \global
- \melodieAlt
- }
- {
- \global
- \melodieMaenner
- }
- >>
+ \repeat unfold 2 {
+ \unfoldRepeats <<
+ {
+ \global
+ \pausenFrauen
+ }
+ {
+ \global
+ \melodieSopran
+ }
+ {
+ \global
+ \melodieAlt
+ }
+ {
+ \global
+ \melodieMaenner
+ }
+ >>
+ }
\midi {
\context {
\Score
@@ -100,9 +106,11 @@
\book {
\bookOutputSuffix "Alt"
\score {
- \unfoldRepeats {
- \global
- \melodieAlt
+ \repeat unfold 2 {
+ \unfoldRepeats {
+ \global
+ \melodieAlt
+ }
}
\midi {
\context {
@@ -116,9 +124,11 @@
\book {
\bookOutputSuffix "Maenner"
\score {
- \unfoldRepeats {
- \global
- \melodieMaenner
+ \repeat unfold 2 {
+ \unfoldRepeats {
+ \global
+ \melodieMaenner
+ }
}
\midi {
\context {
diff --git a/Ich_wollt_ich_waer_ein_Huhn/stimmen.ly b/Ich_wollt_ich_waer_ein_Huhn/stimmen.ly
index 1dcb3d9..cf73869 100644
--- a/Ich_wollt_ich_waer_ein_Huhn/stimmen.ly
+++ b/Ich_wollt_ich_waer_ein_Huhn/stimmen.ly
@@ -57,7 +57,7 @@
s2 r4 s |
s1*7 |
r2 s |
- s8 r2.. | \bar "|."
+ s8 r r2 \bar "|."
}
melodieSopran = \relative f' {
@@ -123,7 +123,7 @@
g f a f |
g f a f |
s1 |
- b8 s2.. | \bar "|."
+ b8 s s2 \bar "|."
}
melodieAlt = \relative d' {
@@ -189,7 +189,7 @@
es es es es |
es d es es |
s2 \override NoteHead.style = #'xcircle b' \normalKopf |
- d,8 s2.. | \bar "|."
+ d,8 s s2 \bar "|."
}
melodieMaenner = \relative b {
@@ -255,5 +255,5 @@
a a c c |
c h c a |
r1 |
- b,8 r2.. | \bar "|."
+ b,8 r r2 \bar "|."
}