/"When two quoted parts are \partcombined, only one part's notes remain in
the combined staff."/

I have independently stumbled across this incredibly annoying problem, but I
seem to have found a solution by sheer chance. I don't know why it works, or
if it would work in all scenarios, but if you insert the command
/\partcombineChords/ just before the /\quoteDuring/ in the part, the
partcombine then works as intended.

So in your attached example, replace the line
/fluteIINotes = { r4 \quoteDuring #"violin2" { s2 } r4 | }/
with the line:
/fluteIINotes = { \partcombineChords r4 \quoteDuring #"violin2" { s2 } r4 |
}/
...and it will at least get you around the problem in most cases.

Dominic



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/More-quoteDuring-problems-with-and-without-partcombine-tp66413p148482.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to