Hi, Kamal:

How can one draw an arpeggio under a note (used to indicate a repeated chord) like in the attached pic?

This hack works, I think.

Best regards,
Kieren.

%%%  CODE BEGINS
\version "2.9.14"

\paper
{
        ragged-right = ##t
}

arpFix = \once \override Arpeggio #'extra-offset = #'(1.6 . -1.8)

stuff = \relative
{
        \clef treble
        \arpeggioUp <e, b' e g b g'>4\arpeggio
        << f'' \\ { \hideNotes \arpeggioUp \arpFix <a,, f''>\arpeggio } >>
}

\score
{
        \stuff
}
%%%  CODE ENDS


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

Reply via email to