bug-lilypond
[Top][All Lists]
Advanced

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

Re: Arpeggio between voices doesnt respect the arpeggio direction


From: Mats Bengtsson
Subject: Re: Arpeggio between voices doesnt respect the arpeggio direction
Date: Wed, 14 Mar 2007 21:53:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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