Comment #6 on issue 1412 by [email protected]: programming error: Going back in MIDI time
http://code.google.com/p/lilypond/issues/detail?id=1412

if the grace note is at the beginning of a partial, it might be easier using a spacer rest (duration of the rest must be equal or more than grace note):

\version "2.17.27"
\score {
  \new Staff {
    \partial 4. s8 \acciaccatura c d
  }
  \layout {}
  \midi {}
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to