]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.7.23
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Jun 2003 15:38:27 +0000 (15:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Jun 2003 15:38:27 +0000 (15:38 +0000)
ChangeLog
Documentation/user/tutorial.itely

index 35e03b54e683296f855d2cd7e2303f5a4f49eedd..e0954abb7e983ab22f96605ec5c91196fe34bcbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@
        (Setting variables): new section
        (Fine tuning layout): new section
 
-       * input/just-friends.ly (Subject): remove file. Superseeded by
+       * input/just-friends.ly: remove file. Superseeded by
        input/test/chords-without-melody.ly
 
        * ly/property-init.ly: add all commands to refman.
@@ -24,9 +24,7 @@
        name. Underscores botch up PS output.
 
        * scm/define-translator-properties.scm: remove
-       textNonEmpty
-       (beatLength): change from oneBeat.
-       (repeatCommands): remove regularSpacingDelta
+       textNonEmpty, oneBeat, regularSpacingDelta
 
        * scripts/convert-ly.py (FatalConversionError.conv): conversion
        rule for automaticBars.
index 6c2c0fd9541d3f1eaef72503c231f9a1ab64584c..93687b472cb22aeebe0cc85e8c729745c4744c64 100644 (file)
@@ -773,7 +773,7 @@ of music is multiplied by the fraction.  Triplets make notes occupy
 Grace notes are also made by prefixing a note, or a set of notes with
 a keyword. In this case, the keyword is @code{\grace}. 
 @lilypond[relative 1, verbatim,fragment]
-  \grace b16-( c4-)
+  c4 \grace b16-( c4-)
   \grace { d16-( e } d4-)
 @end lilypond