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: Fri, 18 Aug 2006 09:08:06 -0400

Hi, Kamal:

I'm having trouble drawing chords with eighth notes as in the attached pic.

Don't know why you're having trouble -- it's almost identical code...!

Best regards,
Kieren.

%%%  CODE BEGINS
\version "2.9.14"

\paper
{
        ragged-right = ##t
}

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

stuff = \relative
{
        \clef treble
<< { <d a' d f>8[ f'] } \\ { s8 \hideNotes \arpeggioDown \arpFix <e, f'>\arpeggio } >>
}

\score
{
        \stuff
}
%%%  CODE ENDS







reply via email to

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