From: matsb Date: Thu, 23 Oct 2003 14:41:49 +0000 (+0000) Subject: * scm/midi.scm (instrument-names-alist), X-Git-Tag: release/2.1.3~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd81741d0c61924b8b94178e1ae7e9298b2e32d2;p=lilypond.git * scm/midi.scm (instrument-names-alist), Documentation/user/appendices.itely: Correct spelling of shakuhachi --- diff --git a/ChangeLog b/ChangeLog index 813fc293f3..630881a902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-23 Mats Bengtsson + + * scm/midi.scm (instrument-names-alist), + Documentation/user/appendices.itely: Correct spelling of shakuhachi + 2003-10-14 Mats Bengtsson * input/test/temporary-stave.ly (texidoc): New example based on an diff --git a/Documentation/user/appendices.itely b/Documentation/user/appendices.itely index 47d6268056..ebf19abfdb 100644 --- a/Documentation/user/appendices.itely +++ b/Documentation/user/appendices.itely @@ -52,7 +52,7 @@ "guitar harmonics" "recorder" "melodic tom" "acoustic bass" "pan flute" "synth drum" "electric bass (finger)" "blown bottle" "reverse cymbal" -"electric bass (pick)" "skakuhachi" "guitar fret noise" +"electric bass (pick)" "shakuhachi" "guitar fret noise" "fretless bass" "whistle" "breath noise" "slap bass 1" "ocarina" "seashore" "slap bass 2" "lead 1 (square)" "bird tweet" diff --git a/scm/midi.scm b/scm/midi.scm index be4b3dc720..0bf117a2f9 100644 --- a/scm/midi.scm +++ b/scm/midi.scm @@ -156,7 +156,7 @@ ("recorder" . ,(- 75 1)) ("pan flute" . ,(- 76 1)) ("blown bottle" . ,(- 77 1)) - ("skakuhachi" . ,(- 78 1)) + ("shakuhachi" . ,(- 78 1)) ("whistle" . ,(- 79 1)) ("ocarina" . ,(- 80 1))