From 43658aabef5a93e4896a07147e166fa6253682f0 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Thu, 23 Oct 2003 14:41:49 +0000 Subject: [PATCH] * scm/midi.scm (instrument-names-alist), Documentation/user/appendices.itely: Correct spelling of shakuhachi --- ChangeLog | 5 +++++ Documentation/user/appendices.itely | 2 +- scm/midi.scm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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)) -- 2.39.2