lilypond-user
[Top][All Lists]
Advanced

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

Arrow on cross-staves arpeggio


From: David Sumbler
Subject: Arrow on cross-staves arpeggio
Date: Wed, 18 Jan 2017 20:05:50 +0000

%%%%%
\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



reply via email to

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