From 842a4b251150881843c7cca6def80aea13c1f660 Mon Sep 17 00:00:00 2001 From: Heikki Tauriainen Date: Sat, 19 Oct 2013 10:13:43 +0300 Subject: [PATCH] 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). Signed-off-by: David Kastrup --- 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 0104802b1e..a0d3b98f7e 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 to@tie{}1.") - (midiChannelMapping ,symbol? "How to map MIDI channels: per @code{instrument} (default), @code{staff} or @code{voice}.") + (midiChannelMapping ,symbol? "How to map MIDI channels: per +@code{staff} (default), @code{instrument} or @code{voice}.") (midiBalance ,number? "Stereo balance for the MIDI channel associated with the current context. Ranges from@tie{}@w{-1} to@tie{}1, where the values@tie{}@w{-1} (@code{#LEFT}),@tie{}0 (@code{#CENTER}) -- 2.39.2