bug-lilypond
[Top][All Lists]
Advanced

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

arpeggio collides with key signature


From: José Luis Cruz
Subject: arpeggio collides with key signature
Date: Sat, 17 Mar 2007 01:54:53 +0100

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

Attachment: Arpeggio collides key signature.png
Description: PNG image


reply via email to

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