]> git.donarmstrong.com Git - lilypond.git/commit
Fix 1214: cueDuring and quoteDuring should also quote voices that create subvoices
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 2 Jul 2011 14:15:23 +0000 (16:15 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 13 Aug 2011 09:14:21 +0000 (11:14 +0200)
commitf87c71b902750abad8bbfb22a565f9a3ffbc5e07
tree9f285b69387b6ae82762091dc2193b5096883f4b
parent176e870cbd5b75a81219065cccbb1e017c621177
Fix 1214: cueDuring and quoteDuring should also quote voices that create subvoices

If a voice was quoted that created a subvoice, add-quotable wrongly selected
only that subvoice for quoting rather than the original voice.

The proper fix is to correctly use the assoc list returned by
recording-group-emulate. We need to hand it a proper unique voice name
and can then extract the events for just this voice, no matter which other
voices are created.

If the music expression passed to \addQuote is a voice itself, we only use
its contents for quoting.
input/regression/quote-during-subvoice.ly [new file with mode: 0644]
scm/part-combiner.scm