>>>>> "LM" == Laurent Martelli <[EMAIL PROTECTED]> writes:
>>>>> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
Han-Wen> [EMAIL PROTECTED] writes:
>>> Is skipBars broken ? I'm using ly2dvi 1.3.12, and
>>>
>>> \property Score.skipBars=1 R1*12
>>>
>>> produces twelve bars with in rest in each instead of one with 12
>>> above it.
Han-Wen> try skipBars = ##t
It seems to be broken in 1.3.17. The following input outputs 192 bars
at the beginning. And when I print the flute together with the
harpsichord, which play something at the beginning, there's a 192
above each empty bar for the flute.
--------
\header {
filename = "bug.ly";
}
flute = \context Staff \notes\transpose c''' {
\property Score.skipBars = ##t
R4*3*12
bes,16 a, g,8 r4 r4 | R4*3 |
}
\score {
\notes \context Voice = flute {
\key g \minor;
\time 3/4;
\flute
}
}
--------
--
Laurent Martelli
[EMAIL PROTECTED]