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: Wed, 23 Aug 2006 11:50:33 +0300

A final question related to tuplets:
I am using the following code snippet to produce a triplet:

 arpFix = \once \override Arpeggio #'extra-offset = #'(1.6 . -2)
 <<
   {
      \times 2/3 { e8 e e }
   } \\
   {
      \hideNotes \arpeggioUp \arpFix
      \times 2/3 { <e b,>8\arpeggio \arpeggioDown
      <e b,>8\arpeggio \arpeggioUp <e b,>8\arpeggio}
   }
 >>

But as can be seen from the pic, I get a 3 above & below that is the lower 3 is not hidden.
Also, the arpeggios are not under the notes.

How can this be fixed?

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




Attachment: triplet.png
Description: PNG image


reply via email to

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