bug-lilypond
[Top][All Lists]
Advanced

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

Re: help needed- acciaccatura and 32nds


From: Erik Sandberg
Subject: Re: help needed- acciaccatura and 32nds
Date: Wed, 5 May 2004 01:23:48 +0200
User-agent: KMail/1.5.4

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.


%
address@hidden
\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





reply via email to

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