See http://lists.gnu.org/archive/html/lilypond-user/2006-10/msg00174.html
with follow-ups.
/Mats
Arjan Bos wrote:
Dear List,
Could anyone please tell me how I can do an arrowed arpeggio with
\arpeggioUp when two voices share the arpeggio?
I've tried this (adjusted from
<http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Arpeggio#Arpeggio>):
\version "2.11.39"
\score {
\new StaffGroup {
\set Score.connectArpeggios = ##t
<<
\new Voice \relative c' {
\arpeggioUp
<e g>4\arpeggio
}
\new Voice \relative c {
\clef bass
\arpeggioUp
<c e>4\arpeggio
}
>>
}
\layout {
\context {
\Score
\consists "Span_arpeggio_engraver"
}
}
}
but that gives an unarrowed arpeggio:
Thanks,
A.J.
---
People have believed for hundreds of years that newts in a well mean
that the water's fresh and drinkable, and in all that time never asked
themselves whether the newts got out to go to the lavatory.
-- (Terry Pratchett, Reaper Man)
------------------------------------------------------------------------
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user