bug-lilypond
[Top][All Lists]
Advanced

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

Re: \PianoStaff.connectArpeggios


From: Mats Bengtsson
Subject: Re: \PianoStaff.connectArpeggios
Date: Wed, 02 May 2007 10:32:00 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

As far as I can see, it works well, i.e. you get a single connected arpeggio
that spans the chords in both voices.

Could you please explain in more detail what you think doesn't work.

  /Mats

Damian leGassick wrote:
does not work when combined with \Change Staff


\version "2.11.22"


pianoUp = {
        r8 \stemUp
        <e'' g''>\arpeggio
}
pianoDown = {
        \clef bass
        r8 \stemDown \change Staff = "up"
        <d' f' a'>\arpeggio       
}
\score {
                \new PianoStaff = "piano"
                                <<
                                        \set PianoStaff.connectArpeggios = ##t
                                        \new Staff = "up" \pianoUp
                                        \new Staff = "down" \pianoDown
                                >>
}




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