diff options
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 |