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 12:33:13 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

It turns out that the bug has already been reported and fixed, see
http://code.google.com/p/lilypond/issues/detail?id=341&can=2&q=

Since I had compiled my LilyPond version myself from the source
repository, the bug was already fixed in my version of LilyPond
when I tried your example. So, just wait for version 2.11.23.

  /Mats

Damian leGassick wrote:
sorry, not clear - there's a knack to good bug reports...

the arpeggio is there but the staff disappears and the stem directions are wrong:


------------------------------------------------------------------------


on osx 10.4.9 i get this in the terminal:

warning: vertical alignment called before line-breaking.
Only do cross-staff spanners with PianoStaff.


Damian

On 2 May 2007, at 09:32, Mats Bengtsson wrote:

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 <mailto: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 <mailto:address@hidden>
WWW: http://www.s3.kth.se/~mabe <http://www.s3.kth.se/%7Emabe>
=============================================


=

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