bug-lilypond
[Top][All Lists]
Advanced

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

Re: arpeggio collides with key signature


From: Graham Percival
Subject: Re: arpeggio collides with key signature
Date: Sat, 17 Mar 2007 21:42:58 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Thanks, this has been entered as
http://code.google.com/p/lilypond/issues/detail?id=337

Cheers,
- Graham

José Luis Cruz wrote:
Hi,

The separation between the arpeggio and the key signature is very
little when the chord has accidentals. When the arpeggio has an arrow
in its end, the distance should increase to avoid the collision, but
it doesnt'. On the example:

Measure 2 is good looking.
Measure 3, I add a flat to the chord, and IMO is too close to key, but
doesn't collide yet.
Measure 4, I use to \arpeggioUp and the arrow collides because
separation is the same.
Measure 5, Adding more accidentals separates the chord, but doesn't
modify the distance between the arpeggio and the key signature.


%%%% Start of code %%%%

\version "2.11.20"
\paper{ ragged-right=##t }
    {
    \key bes \major R1 \break |
    <bes a' c'' f''>2\arpeggio r2 \break |
    <bes aes' c'' f''>2\arpeggio r2 \break|
    \arpeggioUp <bes aes' c'' f''>2\arpeggio r2 \break |
    <bes ais' ceses'' fis''>2\arpeggio r2 |
    }

%%%% End of code %%%%%


cheers,
Jose Luis

------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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