Hello, this patch fixes the german and spanish examples which show how to use variables.
Kind regards Stefan Weil
>From c8d6f43edb14034ca2ceb9bada9aa6349719fea7 Mon Sep 17 00:00:00 2001 From: Stefan Weil <[email protected]> Date: Wed, 20 May 2009 20:07:38 +0200 Subject: [PATCH] Doc: Use variables which were defined in previous example. Signed-off-by: Stefan Weil <[email protected]> --- Documentation/de/user/tutorial.itely | 2 +- Documentation/es/user/tutorial.itely | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/de/user/tutorial.itely b/Documentation/de/user/tutorial.itely index bc5c82a..45782f1 100644 --- a/Documentation/de/user/tutorial.itely +++ b/Documentation/de/user/tutorial.itely @@ -1931,7 +1931,7 @@ Benutzung der eben definierten Bezeichner: @example \paper @{ \aFünfPapier - line-width = \width + line-width = \Breite @} @{ c4^\Name diff --git a/Documentation/es/user/tutorial.itely b/Documentation/es/user/tutorial.itely index 2ab1d62..3454ce3 100644 --- a/Documentation/es/user/tutorial.itely +++ b/Documentation/es/user/tutorial.itely @@ -1914,11 +1914,11 @@ lugares. El siguiente ejemplo utiliza las variables anteriores: @example \paper @{ - \aFivePaper - line-width = \width + \papelAcinco + line-width = \ancho @} @{ - c4^\name + c4^\nombre @} @end example -- 1.5.6.5
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
