From 4da4307e396243a5a3bc33a0c2753acac92cb685 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Thu, 16 Apr 2009 21:41:31 +0200 Subject: [PATCH] Docs-de: correcting compile error due to a copy error in expressive.itely (mfEspressDynamic) --- Documentation/de/user/expressive.itely | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/de/user/expressive.itely b/Documentation/de/user/expressive.itely index d034943aa6..cd98f55cb8 100644 --- a/Documentation/de/user/expressive.itely +++ b/Documentation/de/user/expressive.itely @@ -452,12 +452,14 @@ mfEspress = \markup { \center-align \line { \hspace #3.7 mf \normal-text \italic espress. } } roundFdynamic = #(make-dynamic-script roundF) boxFdynamic = #(make-dynamic-script boxF) +mfEspressDynamic = #(make-dynamic-script mfEspress) \relative c' { c4_\roundFdynamic\< d e f g,1~_\boxFdynamic\> g g'~\mfEspressDynamic - g} + g +} @end lilypond Anstelle dessen kann auch die Scheme-Form des Beschriftungs-Modus -- 2.39.5