lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio under a note


From: Kieren MacMillan
Subject: Re: Arpeggio under a note
Date: Thu, 17 Aug 2006 13:20:28 -0400

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




reply via email to

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