bug-lilypond
[Top][All Lists]
Advanced

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

polyphony and grace notes breaks beaming


From: Magnus Lewis-Smith
Subject: polyphony and grace notes breaks beaming
Date: Fri, 23 Dec 2005 12:44:16 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030708

Example lily source as follows.  All beaming after the second bar is broken.

I assume this is another variant of the grace note bug http://lists.gnu.org/archive/html/bug-lilypond/2005-07/msg00050.html

\version "2.6.5"
\relative c' {
  \time 2/4
%% OK HERE
  \appoggiatura { c16[ c] }
  c8 c c c |
%%% BROKEN NOW
  << {
    \grace { s16 s } \voiceOne
    g='8 g g g
  } \\ {
    \appoggiatura { e16[ e] } \voiceTwo
    e8 e e e
  } >> |
%%% STILL BROKEN
  \appoggiatura { c16[ c] }
  c8 c c c
}


Magnus





reply via email to

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