diff options
author | Erich Eckner <git@eckner.net> | 2014-09-17 08:18:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-17 08:18:03 +0200 |
commit | b2c49f7d086e7edb7e72d30355af79241e0fee28 (patch) | |
tree | 896c8f36d340373866ced2179be099a8e6934a0d /Ach_wie_fluechtig | |
parent | 49d14358c33b7d0ba7e7c381f91943617c7723ea (diff) | |
download | Musik-b2c49f7d086e7edb7e72d30355af79241e0fee28.tar.xz |
Korrekturen, Dynamik
Diffstat (limited to 'Ach_wie_fluechtig')
-rw-r--r-- | Ach_wie_fluechtig/artikulation.ly | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Ach_wie_fluechtig/artikulation.ly b/Ach_wie_fluechtig/artikulation.ly index 670096f..bdfd633 100644 --- a/Ach_wie_fluechtig/artikulation.ly +++ b/Ach_wie_fluechtig/artikulation.ly @@ -1,5 +1,8 @@ artikulationVI = {
+ \override TextSpanner #'(bound-details left text) = \markup { \upright "rit." }
s4\breathe s2. |
s4\breathe s2. |
- s1*7 | \bar "|."
+ s1*6 |
+ s1^\startTextSpan |
+ s2. s4^\stopTextSpan \bar "|."
}
\ No newline at end of file |