bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 261 in project lilypond


From: codesite-noreply
Subject: Issue 261 in project lilypond
Date: Tue, 30 Jan 2007 16:16:04 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]