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 <[EMAIL PROTECTED]>
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
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel