bug-lilypond
[Top][All Lists]
Advanced

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

polyphonic tuplets


From: Magnus Lewis-Smith
Subject: polyphonic tuplets
Date: Wed, 23 Aug 2006 10:10:22 +1200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030708

\version "2.8.3"
\relative {
  \time 2/4

  c2 | %% 'XXX' - all is OK if this line is not present

  %% OK
  <<
    \times 2/3 { e8 e e e e e }
    \\
    \times 2/3 { c8 c c c c c }
  >> |

  %% BAD
  %% if 'XXX' exists, tuplet brackets disappear with compile errors:
  %% 'programming error: must have Item for spanner bound'
  \times 2/3 {
    <<
      { e8 e e e e e }
      \\
      { c8 c c c c c }
    >> |
  }
}






reply via email to

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