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 <
[EMAIL PROTECTED]> 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
triplet.png
Description: PNG image
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
