Hi Jay, hi Neil,
All of this conversation has been added as
http://code.google.com/p/lilypond/issues/detail?id=601
I've been myself experiencing similar problems with cross-staff
arpeggios, because I use the following trick in my piano parts:
I remove the "Time_signature_engraver" from the Staff context, and I
create a TimeSig context to print it; I make the PianoStaff context
accept the TimeSig context, and then I do
\new PianoStaff <<
\new Staff { blablabla}
\new TimeSig { \time 3/4 R2.*5 \time 2/4 R2 etc}
\new Staff { \clef bass blablabla }
>>
... which works fine, except when there's an arpeggio at the beginning
of a measure when the TimeSignature changes: in this case I get an
ugly collision.
I didn't dare to add it to the tracker myself; but hopefully my bug
will be solved at the same time as yours (someday).
Cheers,
Valentin
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond