bug-lilypond
[Top][All Lists]
Advanced

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

Issue 245 in project lilypond


From: codesite-noreply
Subject: Issue 245 in project lilypond
Date: Thu, 18 Jan 2007 15:41:22 -0800

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




reply via email to

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