>From 2c4f2f075d092fcde2396b5b4d62bd345f6af8e9 Mon Sep 17 00:00:00 2001 From: Heikki Tauriainen Date: Sat, 19 Oct 2013 10:13:43 +0300 Subject: [PATCH 4/5] Fix the default value description for midiChannelMapping The current default value is "staff", not "instrument" (noted during the review of patches related to issue 3581). --- scm/define-context-properties.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 0104802..a0d3b98 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -432,7 +432,8 @@ event when notes with the same pitch, in the same MIDI-file track, overlap.") @code{midiMinimumVolume}.") (midiMinimumVolume ,number? "Set the minimum loudness for MIDI. Ranges from 0 address@hidden") - (midiChannelMapping ,symbol? "How to map MIDI channels: per @code{instrument} (default), @code{staff} or @code{voice}.") + (midiChannelMapping ,symbol? "How to map MIDI channels: per address@hidden (default), @code{instrument} or @code{voice}.") (midiBalance ,number? "Stereo balance for the MIDI channel associated with the current context. Ranges address@hidden@w{-1} address@hidden, where the address@hidden@w{-1} (@code{#LEFT}),@tie{}0 (@code{#CENTER}) -- 1.8.4.rc3