Maybe this is not much help.  It is easy to move
the arpeggio to the right of the chord, but I can't
find a way to move the chord to the right to make
room for the arpeggio on the left.

To move the arpeggio to the right you can use

\once \override Staff.Arpeggio #'direction = #RIGHT

but in this case it causes a collision with the
dots.  The alternative is to use

\once \override Staff.Arpeggio #'padding = #-4.2

which gives you control over the precise placement.

Trevor

----- Original Message ----- From: "Friedrich Fischer" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, October 29, 2008 10:51 AM
Subject: Arpeggio collision


Would you please help me to solve the collision problem between note and arpeggio.
Regards Fischer

%%%%%%
\version "2.11.63"
\new Staff \with { \consists "Span_arpeggio_engraver" }
{ \time 6/8 \transposition c
\key g \minor
\clef treble
\set Staff.connectArpeggios = ##t {
      <<
                { R2. }
        \\
                { g16 d' <bes' d''> d' d d' g d' <bes' d''> d' d d' }
        >>
      <<
                { r4 r8 <g'' b'' g'''>4.\arpeggio }
        \\
                { g16 d' <bes' d''> d' d d' g4.\arpeggio }
        >>
\bar "|."
}
}
%%%%%%

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


No virus found in this outgoing message
Checked by PC Tools AntiVirus (5.0.0.10 - 10.100.048).
http://www.pctools.com/free-antivirus/


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to