]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: add @rchanges + @rchangesnamed macro for Changes manual.
authorGraham Percival <graham@percival-music.ca>
Fri, 28 Aug 2009 04:31:38 +0000 (05:31 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 28 Aug 2009 04:31:38 +0000 (05:31 +0100)
Documentation/macros.itexi

index 6cb7efa90456c0ebf05a3510c9481543b872b717..503e517d7bd7ae57eaca0cf424c7b969acebd611 100644 (file)
 @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.
 @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}
 @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}
 @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}
 @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}