From 875ee8f8c3d5dd1be3dcbd5c1e74e3ec4b24032e Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 28 Aug 2009 05:31:38 +0100 Subject: [PATCH] Doc: add @rchanges + @rchangesnamed macro for Changes manual. --- Documentation/macros.itexi | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) 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} -- 2.39.5