%%%%%
\version "2.19.48"

\new PianoStaff <<
  \set PianoStaff.connectArpeggios = ##t
  \new Staff {
    \arpeggioArrowUp
    <c'' e'>1\arpeggio
  }
  \new Staff {
    \arpeggioArrowUp
    \clef "bass" <g c>1\arpeggio
  }
>>
%%%%%

The above doesn't work: it produces an arpeggiando sign across the two
staves as required, but without the requested arrow head.

Omitting one of the \arpeggioArrowUp instructions doesn't help.

How can I get a cross-staves arpeggiando with an arrow?

David

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to