bug-lilypond
[Top][All Lists]
Advanced

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

\PianoStaff.connectArpeggios


From: Damian leGassick
Subject: \PianoStaff.connectArpeggios
Date: Mon, 30 Apr 2007 19:12:55 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
                                >>
}






reply via email to

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