From: Werner Lemberg Date: Sun, 10 Jan 2010 07:20:39 +0000 (+0100) Subject: Fix example. X-Git-Tag: release/2.13.11-1~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=771755fa18b84ed170f57b4599ab22b68b8d4e19;p=lilypond.git Fix example. --- diff --git a/Documentation/de/notation/input.itely b/Documentation/de/notation/input.itely index 74ddb8d715..b8d3b99e33 100644 --- a/Documentation/de/notation/input.itely +++ b/Documentation/de/notation/input.itely @@ -727,8 +727,10 @@ von @code{\markup}). } } - \markup { Die erste Partitur fäng auf Seite \page-ref #'ErstePartitur "0" "?" an.} - \markup { Zeichen A befindet sich auf Seite \page-ref #'ZeichenA "0" "?". } + \markup { Die erste Partitur fängt auf + Seite \page-ref #'ErstePartitur "0" "?" an.} + \markup { Zeichen A befindet sich auf Seite + \concat { \page-ref #'ZeichenA "0" "?" . } } } @end lilypond