Issue 261: \partcombine prints rests (or not) depending on order of voices
http://code.google.com/p/lilypond/issues/detail?id=261
New issue report by gpermus:
\version "2.11.14"
\paper { ragged-right = ##t }
\new Staff {
\partcombine % first time, no rest
{ s2 g'4 a' } % 1
{ r4 g' b' c' } % 2
\partcombine % second time, a rest is displayed
{ r4 g' b' c' } % 2
{ s2 g'4 a' } % 1
}
Attachments:
foo.preview.png 2.7 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond