lilypond-devel
[Top][All Lists]
Advanced

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

Grace-midi bug


From: Heikki Johannes Junes
Subject: Grace-midi bug
Date: Thu, 23 May 2002 00:23:16 +0300 (EET DST)

The midi-output of sequences of grace-notes is broken. Consider:

\score { 
    \context PianoStaff <
        \notes \relative c''' \context Voice = i {
            c2 c4 c4 c4 c4
        }
        \notes \relative c' \context Voice = ii {
            a2
            \grace {[a32 e' a,~<a e'>~]~<a'8 e a,>}
            e'4 e4 e4 e4
        }
    >
    \paper{ }
    \midi{ \tempo 4 = 120 }
}

After graces voices (i) and (ii) are no more synchronized. One
notices that after compiling, and comparing the midi (by listening) to the
paper-output (by looking).

The example above was reduced and modified from a real piece.

--
      Heikki Junes




reply via email to

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