From: Graham Percival Date: Fri, 28 Aug 2009 04:31:38 +0000 (+0100) Subject: Doc: add @rchanges + @rchangesnamed macro for Changes manual. X-Git-Tag: release/2.13.4-1~124 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=875ee8f8c3d5dd1be3dcbd5c1e74e3ec4b24032e;p=lilypond.git Doc: add @rchanges + @rchangesnamed macro for Changes manual. --- diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi index 6cb7efa904..503e517d7b 100644 --- a/Documentation/macros.itexi +++ b/Documentation/macros.itexi @@ -111,6 +111,7 @@ @c @rlsr @c @rprogram @c @ruser +@c @rchanges @c @c All these also have a @...named version which allows to specify the @c displayed text for the reference as second argument. @@ -157,6 +158,16 @@ @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} @end macro +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,changes-big-page,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,general-big-page,General Information} @@ -244,6 +255,16 @@ @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} @end macro +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,changes,Changes} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,general,General Information} @@ -326,6 +347,16 @@ @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} @end macro +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,lilypond-general,General Information} @@ -425,6 +456,16 @@ @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} @end macro +@macro rchanges{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,changes,Changes} +@end macro + @macro rgeneral{TEXT} @lilyvindex{\TEXT\} @ref{\TEXT\,,,general,General Information}