On Tuesday 04 May 2004 22.09, Stan Sanderson wrote:
> Lilypond v2.2.1
>
> I am transcribing a piano piece which, in the upper measure has
> twenty-four 32nd notes ( the piece is in 3/4 time). The bass line is
> six 8th notes.
Apparently this is a bug. I added it to the bug repository, as midi-grace. You
will be notified when it gets fixed.
%
[EMAIL PROTECTED]
\header { texidoc = "
Midi output is incorrect; upper staff gets out of sync.
midi2ly on .midi output gives:
<< \{ s4*309/384 g''4*249/384 s4*50/384 a32 a b b b b \}
\{ s8 a' b \} >>
"
}
\version "2.2.1"
\score {
\notes \relative c'' <<
\new Staff { r4 \grace { g16 g g } a32 a a a b b b b }
\new Staff { r4 a,8 b }
>>
\paper {}
\midi { \tempo 32=100 }
}
Erik
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond