X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fde%2Fuser%2Fmacros.itexi;h=03751cdace0ec46da6aef6d9a2a21b0b28264e57;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=c76439b9dff7cb39b3f6fea45ebdb018e5ac1aa5;hpb=9079cd048c47b4119b6a19e19667e75e1f323269;p=lilypond.git diff --git a/Documentation/de/user/macros.itexi b/Documentation/de/user/macros.itexi index c76439b9df..03751cdace 100644 --- a/Documentation/de/user/macros.itexi +++ b/Documentation/de/user/macros.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: db57f02c46305a587071dfb73a51bd8250df2482 + Translation of GIT committish: 1440fffdf8579046cc2033b9c697a190b34b91e5 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -110,7 +110,7 @@ @c obsolete, remove when translation is fully updated @macro context{TEXT} @vindex \TEXT\ -@code{\TEXT\}@c should use internalsref +@code{\TEXT\}@c should use rinternals @end macro @macro lydoctitle {TEXT} @@ -152,7 +152,7 @@ @c Definitions for references: -@c @internalsref +@c @rinternals @c @rglos @c @rprogram @c @ruser @@ -163,7 +163,7 @@ @ifset bigpage -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,lilypond-internals-big-page,Programmreferenz} @end macro @@ -188,12 +188,17 @@ @ref{\TEXT\,,,lilypond-learning-big-page,Handbuch zum Lernen} @end macro +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets-big-page,Beispiele} +@end macro + + @end ifset @ifclear bigpage -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,lilypond-internals,Programmreferenz} @end macro @@ -218,6 +223,11 @@ @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen} @end macro +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Beispiele} +@end macro + + @end ifclear @end ifhtml @@ -226,7 +236,7 @@ @ifdocbook @c ***** DOCBOOK-XML ***** -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,lilypond-internals,Programmreferenz} @end macro @@ -251,13 +261,18 @@ @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen} @end macro +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Beispiele} +@end macro + + @end ifdocbook @ifinfo @c **** INFO **** -@macro internalsref{NAME} +@macro rinternals{NAME} @vindex \NAME\ @inforef{\NAME\,,lilypond-internals,Programmreferenz} @end macro @@ -282,13 +297,18 @@ @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen} @end macro +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Beispiele} +@end macro + + @end ifinfo @c **** TEX **** @iftex -@macro internalsref{TEXT} +@macro rinternals{TEXT} @vindex \TEXT\ @code{\TEXT\} @end macro @@ -310,6 +330,11 @@ @ref{\TEXT\,,,lilypond-learning.de,Handbuch zum Lernen} @end macro +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Beispiele} +@end macro + + @end iftex @c Commands specific to translated docs