It's not a bug! The default implementation of the
\arpeggioUp macro only sets the corresponding
property in the Voice context, but when you use
arpeggios across several voices, the property has to
be set in the Staff context instead. Just add the following
redefinition of the \arpeggioUp macro at the top of your
file and it should work as desired.
arpeggioUp = \override Staff.Arpeggio #'arpeggio-direction = #UP
I leave as an exercise for the reader to figure out the
corresponding definition of \arpeggioDown.
/Mats
Graham Percival wrote:
Please send a minimal example; see
http://lilypond.org/web/devel/participating/bugs
for hints.
Cheers,
- Graham
José Luis Cruz wrote:
Ok, I think this is a bug.
I've just learned how to make an arpeggio crossing voices (thanks
Mat), the problem is that I want arpeggios with arrow and when I say
to connect the arpegios, it's converted to a neutral one.
%%% START CODE %%%
\new Staff \with {\consists "Span_arpeggio_engraver"} {
<< {\arpeggioUp <d'' f'' a''>2\arpeggio } \\ { \arpeggioUp <b' d'
f'>2\arpeggio } >>
\set Staff.connectArpeggios = ##t
<< {\arpeggioUp <d'' f'' a''>2\arpeggio } \\ { \arpeggioUp <b' d'
f'>2\arpeggio } >>
}
%%% END CODE %%%
regards,
Jose Luis
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond