diff options
author | Erich Eckner <git@eckner.net> | 2019-09-04 10:33:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-04 10:33:38 +0200 |
commit | 2f61e3a8f5b2e82d50c4d638663d912cf1260b9f (patch) | |
tree | 1bb020fae23b26078ab093ac52963c8cf8a0a1c3 /wo | |
parent | 0a2b1460f91d2164260b426a0d272eca34c0cb80 (diff) | |
download | Musik-2f61e3a8f5b2e82d50c4d638663d912cf1260b9f.tar.xz |
wo: add missing "meta = { \dynamicUp }"
Diffstat (limited to 'wo')
-rw-r--r-- | wo/parts/Istimmen.ly | 3 | ||||
-rw-r--r-- | wo/parts/VIstimmen.ly | 3 | ||||
-rw-r--r-- | wo/parts/Vstimmen.ly | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/wo/parts/Istimmen.ly b/wo/parts/Istimmen.ly index 0fc07f8..50cf218 100644 --- a/wo/parts/Istimmen.ly +++ b/wo/parts/Istimmen.ly @@ -37,6 +37,9 @@ \set Score.aDueText = #"" \partial 4 } + + meta = { \dynamicUp } + % }}} % Die Stimmen diff --git a/wo/parts/VIstimmen.ly b/wo/parts/VIstimmen.ly index d28331e..7199dfc 100644 --- a/wo/parts/VIstimmen.ly +++ b/wo/parts/VIstimmen.ly @@ -29,6 +29,9 @@ \partial 8 \set Score.skipBars = ##t } + + meta = { \dynamicUp } + % }}} % Die Stimmen diff --git a/wo/parts/Vstimmen.ly b/wo/parts/Vstimmen.ly index c3313eb..5288c35 100644 --- a/wo/parts/Vstimmen.ly +++ b/wo/parts/Vstimmen.ly @@ -36,6 +36,9 @@ \autoBeamOff \set Score.skipBars = ##t } + + meta = { \dynamicUp } + % }}} % Die Stimmen |