lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio under a note


From: Kamal
Subject: Re: Arpeggio under a note
Date: Fri, 18 Aug 2006 02:06:40 +0300

Thank you. The code works fine for quarter note chords, but I'm having trouble drawing chords with eighth notes as in the attached pic.

On 8/17/06, Kieren MacMillan <address@hidden> wrote:
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

Attachment: arpeggio_beam.png
Description: PNG image


reply via email to

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