On Sunday 20 March 2005 15.58, Stephen wrote:
> The midi goes out of sync when a 32nd note is followed by grace note
This is a known bug. The midi engine is pretty broken when it comes to grace
notes. See e.g. midi-grace.ly in the bug repository.
erik
> fluteB = \transpose c c'' {
> \set Score.skipBars = ##t
> \set Staff.instrument = flute
> \set Staff.midiInstrument = flute
> \key bes \major
> \time 6/8
> #(override-auto-beam-setting '(end * * * *) 3 8)
> %29
> a,16 g, a, bes, c d ees8 d c | bes,16 d c bes, a, g, ees16. c32
> \grace {
> \override Stem #'stroke-style = #"grace"
> bes,8
> \revert Stem #'stroke-style }
> a,4 |
> g,8 d bes, g, g bes, | r16 bes, a, bes, g bes, bes,16. c32
> \grace {
> \override Stem #'stroke-style = #"grace"
> bes,8
> \revert Stem #'stroke-style }
> a,4 |
> g,2.\fermata |
> \bar "\."
> }
>
> Make this the flute part in a score and you got problems.
>
> Stephen
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel