The following input produces wrong output : the rests between the ees
are dot printed. They are printed when transposed one octave lower.
\header {
title = "Bug";
}
\score {
\context Staff <
\clef treble;
\notes\transpose c'' {
\key g \minor;
\time 3/4;
[bes16 g bes d'] [ees' r ees'] r [ees' r ees'] r
}
>
}
--
Laurent Martelli
[EMAIL PROTECTED]
- bug : rest not displayed Laurent Martelli
- bug : rest not displayed Han-Wen Nienhuys
