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: Albert
Subject: Re: in 2.5.8 connecting arpeggioBracket not works as in 1.6 version
Date: Fri, 28 Jan 2005 22:30:44 -0500

The command \override Staff.Arpeggio #'print-function =
#Arpeggio::brew_chord_bracket 

doesn't change anything, arpeggios are connected, not arpeggios bracket
-- arpeggio2.ly, arpeggio2.pdf.

        To illustrate my problem at all I send  you small scan from  Polish
guitar book ``School of guitar play''  by PWM (Polish Music Publisher)
1979 from page 66. 

        File barre.pcx show indication of F-dur barre on first fret.

Albert



On Mon, 2005-01-24 at 10:11 +0100, Mats Bengtsson wrote:
> 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
> 

Attachment: barre.pcx
Description: PCX image

Attachment: arpeggio2.ly
Description: application/extension-ly

Attachment: arpeggio2.pdf
Description: Adobe PDF document


reply via email to

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