summaryrefslogtreecommitdiff
path: root/Magnificat
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-15 00:01:31 +0100
committerErich Eckner <git@eckner.net>2019-11-15 00:01:31 +0100
commitc5af1180ce013df6fecd081e1e766330301fe131 (patch)
tree379f37e8fbce001bd9584ce1fbe0749e4686e269 /Magnificat
parente6ba5bdbfe71a98054c50e4ebfdde259555c47a8 (diff)
downloadMusik-c5af1180ce013df6fecd081e1e766330301fe131.tar.xz
Magnificat: Taktwechsel nicht beschriften
Diffstat (limited to 'Magnificat')
-rw-r--r--Magnificat/stimmen.ly8
1 files changed, 4 insertions, 4 deletions
diff --git a/Magnificat/stimmen.ly b/Magnificat/stimmen.ly
index 8113abf..b650bb6 100644
--- a/Magnificat/stimmen.ly
+++ b/Magnificat/stimmen.ly
@@ -16,7 +16,7 @@ bars = {
s1*2 | \bar "||"
\repeat unfold 3 {
s1*2 | \bar "!"
- } \time 6/2
+ } \time 6/2 \override Staff.TimeSignature.stencil = ##f
s1.*2 | \bar "!" \time 4/2
\repeat unfold 11 {
s1*2 | \bar "!"
@@ -32,16 +32,16 @@ bars = {
\repeat unfold 8 {
s1. | \bar "!"
} \time 6/2
- s1.*2 | \bar "||" \time 4/2
+ s1.*2 | \bar "||" \time 4/2 \revert Staff.TimeSignature.stencil
\repeat unfold 9 {
s1*2 | \bar "!"
} \time 3/4
\repeat unfold 2 {
s2. | \bar "!"
- } \time 6/4
+ } \time 6/4 \override Staff.TimeSignature.stencil = ##f
\repeat unfold 5 {
s1. | \bar "!"
- } \time 4/2
+ } \time 4/2 \revert Staff.TimeSignature.stencil
\repeat unfold 3 {
s1*2 | \bar "!"
}