lilypond-user
[Top][All Lists]
Advanced

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

Re: Arrow on cross-staves arpeggio


From: David Nalesnik
Subject: Re: Arrow on cross-staves arpeggio
Date: Wed, 18 Jan 2017 15:07:41 -0600

On Wed, Jan 18, 2017 at 2:40 PM, Caio Giovaneti de Barros
<address@hidden> wrote:
>
>> The above doesn't work: it produces an arpeggiando sign across the two
>> staves as required, but without the requested arrow head.
>>
> Man, you read my mind. I was trying to solve the exact same problem just
> now.
>
> Caio


arpeggioArrowUp will apply to a bottom context.  Rewriting its
definition (in ly/property-init.ly) will work here:

arpeggioArrowUp = {
  \revert PianoStaff.Arpeggio.stencil
  \revert PianoStaff.Arpeggio.X-extent
  \override PianoStaff.Arpeggio.arpeggio-direction = #UP
}

Hope this helps--
David



reply via email to

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