]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add macros to replace links to regression files.
authorGraham Percival <graham@percival-music.ca>
Thu, 8 Feb 2007 07:58:06 +0000 (23:58 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 8 Feb 2007 07:58:06 +0000 (23:58 -0800)
Documentation/user/macros.itexi
Documentation/user/spacing.itely

index 0274641da2e0b1e0f1d2244653c7f27ef3ae4632..68fdfae80f3e72a14d52c5a68fe9fe84d01e7ea7 100644 (file)
@@ -1,5 +1,22 @@
 @c -*- coding: latin-1; mode: texinfo; -*-
 
+@c FIXME: rearranged this file; macros that don't depend on the output
+@c format should go at the beginning.  -gp
+
+
+@c in retrospect this is _not_ one of the output-insensitive macros.
+@c I'll fix it soon.
+@c usage: @lsr{ancient,custodes.ly}
+@macro lsr{DIR,NAME}
+@uref{source/input/lsr/\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}
+@end macro
+
+@macro lsrdir{DIR}
+@uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}}
+@end macro
+
+
+
 @ifnottex
   @macro texisharp {word}
   #
index 2fca4954d3f72bfdb54a60a08b5c4c1f7e8efd8f..c223bd1fcd25e55e1b03ffde8f4ef9ec32f504ab 100644 (file)
@@ -533,8 +533,8 @@ Internals: Vertical alignment of staves is handled by the
 specifying the vertical extent are described in connection with
 the @internalsref{Axis_group_engraver}.
 
-Example files: @inputfileref{input/regression/,page-spacing.ly},
-@inputfileref{input/regression/,alignment-vertical-spacing.ly}.
+Example files: @lsr{spacing,page-spacing.ly},
+@lsr{spacing,alignment-vertical-spacing.ly}.
 
 
 @node Vertical spacing between systems
@@ -974,8 +974,9 @@ Internals: @internalsref{LineBreakEvent}.
 A linebreaking configuration can now be saved as a @code{.ly} file
 automatically.  This allows vertical alignments to be stretched to
 fit pages in a second formatting run.  This is fairly new and
-complicated; see @inputfileref{input/regression/,page-layout-twopass.ly}
-for details.
+complicated.  More details are available in
+@lsrdir{spacing}
+
 
 @refbugs