]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/GNUmakefile: Compatibility fix for new
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 12:33:06 +0000 (12:33 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 12:33:06 +0000 (12:33 +0000)
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
Documentation/user/GNUmakefile
Documentation/user/refman.itely

index e3e0cd66fd5a923e32df98c6fc6cee6920613120..4209da2636c86c2c201c2d0ed8885d5a73804449 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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  <hjunes@cc.hut.fi>
 
        * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
index f0b566c5ff45d698daca31a21fefb417c9769c66..8c344d9bd734d9db691e578a3620d4065a0e44d2 100644 (file)
@@ -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)
index d7c069c5138b6bcb25cc7464c1f08fad36f50714..e2d7547df957dac43e5825aef99083da40efc610 100644 (file)
@@ -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