]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: add macros for the manual intro page, and links to the CG.
authorGraham Percival <graham@percival-music.ca>
Thu, 3 Sep 2009 03:44:43 +0000 (04:44 +0100)
committerGraham Percival <graham@percival-music.ca>
Thu, 3 Sep 2009 03:44:43 +0000 (04:44 +0100)
Documentation/macros.itexi

index 503e517d7bd7ae57eaca0cf424c7b969acebd611..9660ab33acad3b33fc4d637b7f6fa22d2c422126 100644 (file)
 @end ifnothtml
 
 
+@macro docMain
+@cartouche
+For more information about how this manual fits with the other
+documentation, or to read this manual in other formats, see
+@rgeneral{Manuals}.
+
+If you are missing any manuals, the complete documentation can be
+found at @uref{http://@/www@/.lilypond@/.org/}.
+@end cartouche
+@end macro
+
 
 @c   ***** Headings in a doc subsection *****
 
 @c     @rprogram
 @c     @ruser
 @c     @rchanges
+@c     @rcontrib
 @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\,changes-big-page,Changes}
 @end macro
 
+@macro rcontrib{TEXT}
+@vindex \TEXT\
+@ref{\TEXT\,,,contributor-big-page,Contributor's Guide}
+@end macro
+
+@macro rcontribnamed{TEXT,DISPLAY}
+@vindex \TEXT\
+@ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide}
+@end macro
+
 @macro rgeneral{TEXT}
 @vindex \TEXT\
 @ref{\TEXT\,,,general-big-page,General Information}
 @ref{\TEXT\,,\DISPLAY\,changes,Changes}
 @end macro
 
+@macro rcontrib{TEXT}
+@vindex \TEXT\
+@ref{\TEXT\,,,contributor,Contributor's Guide}
+@end macro
+
+@macro rcontribnamed{TEXT,DISPLAY}
+@vindex \TEXT\
+@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
+@end macro
+
 @macro rgeneral{TEXT}
 @vindex \TEXT\
 @ref{\TEXT\,,,general,General Information}
 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
 @end macro
 
+@macro rcontrib{TEXT}
+@vindex \TEXT\
+@ref{\TEXT\,,,lilypond-contributor,Contributor's Guide}
+@end macro
+
+@macro rcontribnamed{TEXT,DISPLAY}
+@vindex \TEXT\
+@ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Contributor's Guide}
+@end macro
+
 @macro rgeneral{TEXT}
 @vindex \TEXT\
 @ref{\TEXT\,,,lilypond-general,General Information}
 @ref{\TEXT\,,\DISPLAY\,changes,Changes}
 @end macro
 
+@macro rcontrib{TEXT}
+@lilyvindex{\TEXT\}
+@ref{\TEXT\,,,contributor,Contributor's Guide}
+@end macro
+
+@macro rcontribnamed{TEXT,DISPLAY}
+@lilyvindex{\TEXT\}
+@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
+@end macro
+
 @macro rgeneral{TEXT}
 @lilyvindex{\TEXT\}
 @ref{\TEXT\,,,general,General Information}