Comment #9 on issue 4205 by [email protected]: Part combiner shifts or omits rests
https://code.google.com/p/lilypond/issues/detail?id=4205

That reg test difference is consistent with the intent of the patch. I admit that the output of that case was better before, but I think it is outweighed by the improvements in other cases.

There is a work-around to get the original output:

\version "2.17.11"

\new Staff <<
  \partcombine
  \relative c'' {
    r2
    \tuplet 3/2 { g8[ g g] }
    \tuplet 3/2 { g[ g g] } g1
  }
  \relative c'' { \partcombineSoloIOnce R1 g1 }



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to