On Wed, Jan 18, 2017 at 2:40 PM, Caio Giovaneti de Barros
<[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user