From f15c22e70b05e4ee2d771cb625ce24b4e4b1b3e5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 7 Feb 2007 23:58:06 -0800 Subject: [PATCH] Add macros to replace links to regression files. --- Documentation/user/macros.itexi | 17 +++++++++++++++++ Documentation/user/spacing.itely | 9 +++++---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 0274641da2..68fdfae80f 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -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} # diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 2fca4954d3..c223bd1fcd 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -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 -- 2.39.2