bug-lilypond
[Top][All Lists]
Advanced

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

Re: Another arpeggio collision


From: Valentin Villenave
Subject: Re: Another arpeggio collision
Date: Fri, 4 Apr 2008 18:53:21 +0200

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




reply via email to

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