> Now With Grace Notes!

Great! A few weak points you probably already are working on:

- Trying to generate a midi file from a score with grace notes
  gives an infinite (?) loop of warning messages.

- The following example gives an assertion failure. If one of
  the initial quavers is removed, the example works fine. 

\score{\notes\relative c''{
    \time 3/4;
    g4 a bes 
    g4 \grace g16 () a4 \grace{ [g16 () a ]} bes4 
  }
}

   /Mats 

Reply via email to