]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/macros.itexi
* Documentation/user/macros.itexi: @inputfileref macro.
[lilypond.git] / Documentation / user / macros.itexi
index e9b28b47498df94f1b5dee4b159fc23dc9b5d193..b1435de21ca6c5f48a5db873def234ab765f1155 100644 (file)
 @end macro
 
 
-@c Reference ENGraver description
-@ifnottex
-@macro reng {word}
-@ref{ (lilypond-internals)\word\, \word\ }
-
-@end macro
-@end ifnottex
-
-@iftex
-@macro reng {word}
-\word\
-@end macro
-@end iftex
-
-
-@c Reference GROB description
-@ifnottex
-@macro rgrob {word}
-@ref{ (lilypond-internals)\word\, \word\ }
-
-@end macro
-@end ifnottex
-
-@iftex
-@macro rgrob {word}
-\word\
-@end macro
-@end iftex
-
-
-@c Reference INTernals document
-@ifnottex
-@macro rint {word}
-@ref{ (lilypond-internals)\word\, \word\ }
-
-@end macro
-@end ifnottex
-
-@iftex
-@macro rint {word}
-\word\
-@end macro
-@end iftex
 
 
 @c Reference GLOSsary
@@ -133,6 +90,10 @@ $\\flat$%
 @uref{../lilypond-internals/\NAME\.html,\NAME\}
 @cindex \NAME\
 @end macro
+
+@macro fileref{DIR,NAME}
+@uref{../../../\DIR\/out-www/collated-files.html#\NAME\}
+@end macro
 @end ifhtml
 
 @ifinfo
@@ -140,6 +101,11 @@ $\\flat$%
 @inforef{\NAME\,,lilypond-internals}
 @cindex \NAME\
 @end macro
+
+@macro fileref{DIR,NAME}
+@file{\DIR\/\NAME\}
+@end macro
+
 @end ifinfo
 
 @iftex
@@ -147,6 +113,9 @@ $\\flat$%
 @cindex \NAME\
 @code{\NAME\}
 @end macro
+@macro fileref{DIR,NAME}
+@file{\DIR\/\NAME\}
+@end macro
 @end iftex