From da9dc14f8904e432135e70a341edfa5b6d764214 Mon Sep 17 00:00:00 2001 From: Till Paala Date: Fri, 14 Jan 2011 22:41:57 +0200 Subject: [PATCH] Doc-de: compiling fix --- Documentation/de/learning/fundamental.itely | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/de/learning/fundamental.itely b/Documentation/de/learning/fundamental.itely index e7754e2f93..d2594ac9ae 100644 --- a/Documentation/de/learning/fundamental.itely +++ b/Documentation/de/learning/fundamental.itely @@ -3131,7 +3131,7 @@ sind. >> % end ManualOne Staff context \new Staff = "ManualTwo" \with @{ \override VerticalAxisGroup - #'staff-staff-spacing = #'stretchability . 5 + #'staff-staff-spacing #'stretchability = 5 @} << \keyTime \clef "bass" @@ -3197,7 +3197,7 @@ PedalOrganMusic = \relative c { >> % end ManualOne Staff context \new Staff = "ManualTwo" \with { \override VerticalAxisGroup - #'staff-staff-spacing = #'stretchability . 5 + #'staff-staff-spacing #'stretchability = 5 } << \keyTime \clef "bass" -- 2.39.5