Hi Friedrich,

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

I hope the attached helps.
Kieren.

arpFix = \once \override NoteHead #'X-extent = #'(0 . 3.5)

        \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 \arpFix d' g4.\arpeggio }
        >>
        \bar "|."
        }
        }


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to