On Wed, Jan 18, 2017 at 2:40 PM, Caio Giovaneti de Barros
<caio.bar...@gmail.com> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to