lilypond-devel
[Top][All Lists]
Advanced

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

Re: in 2.5.8 connecting arpeggioBracket not works as in 1.6 version


From: Mats Bengtsson
Subject: Re: in 2.5.8 connecting arpeggioBracket not works as in 1.6 version
Date: Mon, 24 Jan 2005 10:11:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

If you take a look at the definition of the macro
\arpeggioBracket in ly/property-init.ly, you will see that it does

arpeggioBracket = \sequential {
  \override Arpeggio  #'print-function = #Arpeggio::brew_chord_bracket
}

Try to use
\override Staff.Arpeggio #'print-function = #Arpeggio::brew_chord_bracket
instead of \arpeggioBracket or redefine the macro definition.

   /Mats

Albert wrote:
The code:
\context PianoStaff <<
       \set PianoStaff.connectArpeggios = ##t
       \new Staff { \arpeggioBracket <c' e g c>\arpeggio }
       \new Staff { \arpeggioBracket \clef bass <c,, e g>\arpeggio }
     >>

and the code

\context PianoStaff <<
       \set PianoStaff.connectArpeggios = ##t
       \new Staff {  <c' e g c>\arpeggio }
       \new Staff {  \clef bass <c,, e g>\arpeggio }
     >>

give the same result -- connected arpeggios.
In version 1.6 it was possible to connect arpeggioBrackets, see: http://www.lilypond.org/doc/v1.6/Documentation/user/out-
www/lilypond/Arpeggio.html

Albert


_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        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]