From: Francisco Vila Date: Fri, 12 Mar 2010 15:56:49 +0000 (+0100) Subject: Doc: prevent link to deleted node from being broken. X-Git-Tag: release/2.13.16-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c43de58d4686a5ff9bbf7149dfe0159b45dbccc;p=lilypond.git Doc: prevent link to deleted node from being broken. --- diff --git a/Documentation/es/extending/scheme-tutorial.itely b/Documentation/es/extending/scheme-tutorial.itely index 94b96ec504..47993d45fb 100644 --- a/Documentation/es/extending/scheme-tutorial.itely +++ b/Documentation/es/extending/scheme-tutorial.itely @@ -1340,8 +1340,8 @@ Podemos verificar que esta función musical funciona correctamente: * Trucos con Scheme:: @end menu -@node Trucos con Scheme -@c @section Trucos con Scheme +@c @nod e Trucos con Scheme +@c @sectio n Trucos con Scheme @translationof Tweaking with Scheme Hemos visto cómo la salida de LilyPond se puede modificar diff --git a/Documentation/es/learning/tweaks.itely b/Documentation/es/learning/tweaks.itely index 5c12181b2d..10d1b2339b 100644 --- a/Documentation/es/learning/tweaks.itely +++ b/Documentation/es/learning/tweaks.itely @@ -4184,4 +4184,5 @@ notas un color que depende de su posición dentro del pentagrama. @end lilypond Se pueden encontrar ejemplos adicionales que muestran la utilización -de estos interfaces programables, en @ref{Trucos con Scheme}. +de estos interfaces programables, en @rextendnamed{Callback +functions,Funciones de callback}. diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index e1a93f79ac..7ad67f66fd 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -1276,14 +1276,13 @@ We may verify that this music function works correctly, - @ignore @menu * Tweaking with Scheme:: @end menu -@c @node Tweaking with Scheme -@c @section Tweaking with Scheme +@c @nod e Tweaking with Scheme +@c @sectio n Tweaking with Scheme We have seen how LilyPond output can be heavily modified using commands like diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index de942e6ac8..e2ea8c1671 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -4018,7 +4018,7 @@ the staff. @end lilypond Further examples showing the use of these programmable interfaces -can be found in @rextend{Tweaking with Scheme}. +can be found in @rextend{Callback functions}.