Issue 245: partcombine multiple tuplet brackets false warning
http://code.google.com/p/lilypond/issues/detail?id=245

New issue report by gpermus:
%%% false warning message 
foo.ly:10:8: warning: No tuplet to end
        
        \times 2/3 { b4 a g ~ } g2
[1]



\version "2.11.12"
\score {
  <<
  \new Staff {
    \partcombine
      \relative c'' {
        \times 2/3 { d4 d d ~ } d2
                        }
      \relative c'' {
        \times 2/3 { b4 a g ~ } g2
                        }
  }
>>
}


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low Warning-nitpick

-- 
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

Reply via email to