]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Fix 352.
[lilypond.git] / scm / documentation-generate.scm
index b44fc12e0e0ae5e464d88417a05fd1451beef32d..9c9e7acf03098bfdfdd1356261fa10761a4a103b 100644 (file)
 
 @c NOTE: This is documentation-generate.scm, not macros.itexi
 
+
 @ifhtml
+@c ***** HTML *****
+
 @macro usermanref{NAME}
 @ref{\\NAME\\,,,lilypond}
 @cindex \\NAME\\
 @end macro
-@end ifhtml
 
-@ifinfo
-@macro usermanref{NAME}
-@inforef{\\NAME\\,,,lilypond}
+@macro glossaryref{NAME}
+@ref{\\NAME\\,,,music-glossary}
 @cindex \\NAME\\
 @end macro
-@end ifinfo
 
-@iftex
-@macro usermanref{NAME}
-@ref{\\NAME\\}@c
+@macro inputfileref{DIR,NAME}
+@uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c
 @end macro
-@end iftex
 
-@ifhtml
-@macro glossaryref{NAME}
-@ref{\\NAME\\,,,music-glossary}
-@cindex \\NAME\\
+@macro q{TEXT}
+@html
+‘\\TEXT\\’
+@end html
 @end macro
 @end ifhtml
 
+
 @ifinfo
+@c ***** info *****
+
+@macro usermanref{NAME}
+@inforef{\\NAME\\,,,lilypond}
+@cindex \\NAME\\
+@end macro
+
 @macro glossaryref{NAME}
 @inforef{\\NAME\\,,lilypond/music-glossary}
 @cindex \\NAME\\
 @end macro
-@end ifinfo
 
-
-@macro internalsref{NAME}
-@ref{\\NAME\\}
+@macro inputfileref{DIR,NAME}
+@file{\\DIR\\/\\NAME\\}
 @end macro
 
-@ifhtml
-
-@macro inputfileref{DIR,NAME}
-@uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c
+@macro q{TEXT}
+`\\TEXT\\'
 @end macro
+@end ifinfo
 
-@end ifhtml
 
-@ifinfo
+@iftex
+@c ***** TeX *****
 
-@macro inputfileref{DIR,NAME}
-@file{\\DIR\\/\\NAME\\}
+@macro usermanref{NAME}
+@ref{\\NAME\\}@c
 @end macro
 
-@end ifinfo
-
-@iftex
 @macro inputfileref{DIR,NAME}@c
 @file{\\DIR\\/\\NAME\\}@c
 @end macro
+
+@macro q{TEXT}
+`\\TEXT\\'
+@end macro
 @end iftex
 
 
+@macro internalsref{NAME}
+@ref{\\NAME\\}
+@end macro
+
+
 @ignore
 @omftitle LilyPond internals
 @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen