X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fuser%2Fmacros.itexi;h=33859d863bbfd6ad13bae8ebdf1cf40a548527fa;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=1f9d3fa7837ae452a35356044c89775d898c9c9b;hpb=4d0242b14ba5744f36411f91d96a338b2d86fd38;p=lilypond.git diff --git a/Documentation/es/user/macros.itexi b/Documentation/es/user/macros.itexi index 1f9d3fa783..33859d863b 100644 --- a/Documentation/es/user/macros.itexi +++ b/Documentation/es/user/macros.itexi @@ -1,16 +1,20 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 9cbbaed46b1d551db77c37566ae23a4a5a44b5e4 + Translation of GIT committish: d0333749421c9695907a4da61a6e1cd7eafcb726 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @end ignore +@include version.itexi + @c ***** Displaying text ***** @c we need this since @q{\} doesn't work with makeinfo 4.8 -- -@c say @q{@value{backslash}} instead -@set backslash \ +@c say @q{@bs{}} instead +@macro bs +\\ +@end macro @c to get decent quotes in `foo' and ``foo'' @macro q{TEXT} @@ -105,7 +109,7 @@ @c * Deprecated: not in English macros.itexi * @macro context{TEXT} @vindex \TEXT\ -@code{\TEXT\}@c should use internalsref +@code{\TEXT\}@c should use rinternals @end macro @c * Deprecated: not in English macros.itexi * @@ -114,6 +118,11 @@ @code{\TEXT\} @end macro +@macro lydoctitle {TEXT} +@emph{\TEXT\} + +@end macro + @macro funindex {TEXT} @findex \TEXT\ @kindex \TEXT\ @@ -124,20 +133,19 @@ @c **** Links and references **** @c Possibly deprecated; under discussion. -@c usage: @lsr{ancient,Ancient-notation,custodes.ly} -@macro lsr{SECTION,DIR,TEXT} +@c usage: @lsr{ancient,custodes.ly} +@macro lsr{DIR,TEXT} @ifhtml -@uref{source/input/lsr/snippets/\DIR\.html#\TEXT\,@file{\SECTION\/\TEXT\}} +@uref{source/input/lsr/\DIR\/collated-files.html#\TEXT\,@file{\DIR\/\TEXT\}} @end ifhtml @ifnothtml -@file{\SECTION\/\TEXT\} +@file{\DIR\/\TEXT\} @end ifnothtml @end macro -@c usage: @lsrdir{ancient,Ancient-notation} -@macro lsrdir{SECTION,DIR} +@macro lsrdir{DIR} @ifhtml -@uref{source/input/lsr/snippets/\DIR\.html,\SECTION\} +@uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/} @end ifhtml @ifnothtml \DIR\ @@ -146,7 +154,7 @@ @c Definitions for references: -@c @internalsref +@c @rinternals @c @rglos @c @rprogram @c @ruser @@ -157,29 +165,33 @@ @ifset bigpage -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals-big-page} +@ref{\TEXT\,,,lilypond-internals-big-page,Referencia de Funcionamiento Interno} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary-big-page} +@ref{\TEXT\,,,music-glossary-big-page,Glosario Musical} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program-big-page} +@ref{\TEXT\,,,lilypond-program-big-page,Utilización del Programa} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-big-page} +@ref{\TEXT\,,,lilypond-big-page,Referencia de la Notación} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning-big-page} +@ref{\TEXT\,,,lilypond-learning-big-page,Manual de Aprendizaje} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets-big-page,Fragmentos de código} @end macro @end ifset @@ -187,29 +199,33 @@ @ifclear bigpage -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals} +@ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Glosario Musical} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Utilización del Programa} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Referencia de la Notación} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Fragmentos de código} @end macro @end ifclear @@ -220,94 +236,127 @@ @ifdocbook @c ***** DOCBOOK-XML ***** -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals} +@ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Glosario Musical} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Utilización del Programa} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Referencia de la Notación} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Fragmentos de código} @end macro + + @end ifdocbook @ifinfo @c **** INFO **** -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ -@inforef{\TEXT\,,lilypond-internals} +@inforef{\TEXT\,,lilypond-internals,Referencia de Funcionamiento Interno} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@inforef{\TEXT\,,music-glossary} +@inforef{\TEXT\,,music-glossary,Glosario Musical} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Utilización del Programa} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Referencia de la Notación} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Fragmentos de código} @end macro + + @end ifinfo @c **** TEX **** @iftex -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ @code{\TEXT\} @end macro @macro rglos {TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Glosario Musical} @end macro @macro rprogram{TEXT} -el manual de utilización del programa, @ref{\TEXT\,,,lilypond-program.es} -@c @internalsref{\TEXT\} +@ref{\TEXT\,,,lilypond-program.es,Utilización del Programa} @end macro @macro ruser{TEXT} -el manual de referencia de la notación, @ref{\TEXT\,,,lilypond.es} -@c @internalsref{\TEXT\} +@ref{\TEXT\,,,lilypond.es,Referencia de la Notación} @end macro @macro rlearning{TEXT} -el manual de aprendizaje, @ref{\TEXT\,,,lilypond-learning.es} -@c @internalsref{\TEXT\} +@ref{\TEXT\,,,lilypond-learning.es,Manual de Aprendizaje} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Fragmentos de código} @end macro @end iftex -@c EOF +@c Commands specific to translated docs + +@c ugh, cannot set/define global variable 'translationof' in some way? +@iftex +@macro translationof{TEXT} +@end macro +@end iftex + +@ifinfo +@macro +@macro translationof{TEXT} +@set translationof \TEXT\ +@end macro +@end ifinfo + +@c TODO when @translationof is used in translated docs +@c see if it's feasible to say @value{translationof} +@macro englishref +Esta sección aún no está traducida; consulte el manual en inglés. +@end macro +