>From 87399700d48a0cd63d9e33db749dde862ddb8875 Mon Sep 17 00:00:00 2001 From: Heikki Tauriainen Date: Sat, 19 Oct 2013 10:20:10 +0300 Subject: [PATCH 5/5] Remove definition of the "instrumentName" property from Score_performer This setting has no effect; furthermore, according to the discussion on issue 3581 and the related patch review comments, no default settings for MIDI controls should ever be enforced if they are not set explicitly. --- ly/performer-init.ly | 1 - 1 file changed, 1 deletion(-) diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 0a1ac2d..2d0d4d4 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -197,7 +197,6 @@ \name Score melismaBusyProperties = #default-melisma-properties - instrumentName = #"bright acoustic" midiChannelMapping = #'staff %% quarter = 60 -- 1.8.4.rc3