From 17d84dd4a8651263eeaa571ded5f76906b3255ec Mon Sep 17 00:00:00 2001 From: janneke Date: Sat, 17 May 2003 12:33:06 +0000 Subject: [PATCH] * Documentation/user/GNUmakefile: Compatibility fix for new makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn) for making binary packages; info splitting bug has been fixed. * Documentation/user/refman.itely: Compile fixes. --- ChangeLog | 8 ++++++++ Documentation/user/GNUmakefile | 4 ++-- Documentation/user/refman.itely | 11 +++++++---- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3e0cd66fd..4209da2636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-05-17 Jan Nieuwenhuizen + + * Documentation/user/GNUmakefile: Compatibility fix for new + makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn) + for making binary packages; info splitting bug has been fixed. + + * Documentation/user/refman.itely: Compile fixes. + 2003-05-16 Heikki Junes * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index f0b566c5ff..8c344d9bd7 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -63,14 +63,14 @@ extra-local-help: # $(outdir)/%/%.html: $(outdir)/%.texi $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi mkdir -p $(dir $@) - $(MAKEINFO) --output=$@ --html $< + $(MAKEINFO) --output=$(outdir)/lilypond --html $< -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond -cp -f $(outdir)/lilypond/index.html $@ $(deep-footify) $(shell find $(outdir)/$(*F)/*.html) $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi mkdir -p $(dir $@) - $(MAKEINFO) --output=$@ --html $< + $(MAKEINFO) --output=$(outdir)/lilypond-internals --html $< -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond-internals -cp -f $(outdir)/lilypond-internals/index.html $@ $(deep-footify) $(shell find $(outdir)/$(*F)/*.html) diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index d7c069c513..e2d7547df9 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -402,10 +402,13 @@ by replacing the @internalsref{Note_heads_engraver} by the @end example For example, + +@ignore @example[relative 0] \time 2/4 c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 @end example +@end ignore @lilypond[noindent] \score{ @@ -731,7 +734,7 @@ This command sets the context property @internalsref{Staff}.@code{keySignature}. Non-standard key signatures can be specified by setting this property directly. -@bugs +@refbugs The ordering of a key restoration (alterations that change back to natural) is wrong when combined with a repeat barline. @@ -1270,7 +1273,7 @@ inserts accidentals before the running notes. @menu * Using the predefined accidental variables:: -* Defining your own accidental typesettings:: +* Customized accidental rules:: @end menu @node Using the predefined accidental variables @@ -1495,7 +1498,7 @@ for the problematic notes. * Slurs :: * Phrasing slurs:: * Breath marks:: -* Tempo:: +* Metronome marks:: * Text spanners:: * Analysis brackets:: @end menu @@ -1864,7 +1867,7 @@ commands will not work with direct PostScript output. Grace notes are ornaments that are written out -@lilypond[relative=2,verbatim,ifragment] c4 \grace c16 c4 \grace { +@lilypond[relative=2,verbatim,fragment] c4 \grace c16 c4 \grace { [c16 d16] } c4 @end lilypond -- 2.39.5