From f4827652ba101f2f7d6e032e1b4e7e60336a70da Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 29 Aug 2003 22:55:25 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 1 - Documentation/user/lilypond-book.itely | 2 +- input/test/bagpipe.ly | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57e2397b79..ee43536d59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,7 +61,6 @@ * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument. - * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of accacciatura everywhere. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index ebe8d9510d..8df747b1f3 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -279,7 +279,7 @@ of the code is used. @item 20pt @lilypond[20pt, eps] \relative c' { - r16 [c d e][f d e c] [g'8 c][b-\prall c] | + r16 c[ d e] f[ d e c] g'8[ c] b[\prall c] | } @end lilypond diff --git a/input/test/bagpipe.ly b/input/test/bagpipe.ly index ad8e400213..6fd35f698b 100644 --- a/input/test/bagpipe.ly +++ b/input/test/bagpipe.ly @@ -49,8 +49,8 @@ gcdg = \notes{ \grace { g'32[ c d]}} \score { \notes { \time 6/8 \partial 4 - #(add-grace-property "Voice" 'Stem 'length 6) - #(add-grace-property "Voice" 'Stem 'stroke-style '()) + #(add-grace-property 'Voice 'Stem 'length 6) + #(add-grace-property 'Voice 'Stem 'stroke-style '()) \tieUp -- 2.39.5