lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix harp midi instrument name


From: Pedro Kroger
Subject: [PATCH] fix harp midi instrument name
Date: Tue, 27 Nov 2007 14:21:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

the midi instrument name "orchestral strings" should be "orchestral harp"
instead. the following patch fixes it. I can't attach a file in gmane, so I'll
paste the git patch here.

Cheers,

Pedro Kroger


>From 526821c2cb340a5b6ad7a604f3bc9a0e9f0c3429 Mon Sep 17 00:00:00 2001
From: Pedro Kroger <address@hidden>
Date: Tue, 27 Nov 2007 11:19:53 -0800
Subject: [PATCH] fix midi instrument name for harp

---
 scm/midi.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scm/midi.scm b/scm/midi.scm
index 715c8c0..c639a61 100644
--- a/scm/midi.scm
+++ b/scm/midi.scm
@@ -122,7 +122,7 @@
          ("contrabass" . ,(- 44 1))
          ("tremolo strings" . ,(- 45 1))
          ("pizzicato strings" . ,(- 46 1))
-         ("orchestral strings" . ,(- 47 1))
+         ("orchestral harp" . ,(- 47 1))
          ("timpani" . ,(- 48 1))
 
          ; (49-56 ensemble)
-- 
1.5.3.6







reply via email to

[Prev in Thread] Current Thread [Next in Thread]