bug-lilypond
[Top][All Lists]
Advanced

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

Re: cross staff/voice arpeggio error


From: Jay Anderson
Subject: Re: cross staff/voice arpeggio error
Date: Wed, 28 Mar 2007 21:14:41 -0700

I'm not certain that this is a real bug (I think it's invalid input; see
the warning)

I can see that, but how do you accomplish an arpeggio between voices
otherwise? I want to be able to have an arpeggio extend across voices
in different staves and across different voices in the same staff.
This was how I was able to do it in previous versions of lilypond.

If I do '\new Staff \with {\consists "Span_arpeggio_engraver"}' along
with '\set Staff.connectArpeggios = ##t' inside that staff,
cross-voice arpeggios work in that one staff. If I do '\set
PianoStaff.connectArpeggios = ##t' instead I get the error of course.
Is there another option which would allow for both? Thanks again for
looking at this.

-----Jay Anderson

\version "2.11.21"
\layout { ragged-right = ##t }

\new PianoStaff <<
\set PianoStaff.connectArpeggios = ##t
\new Staff \with {\consists "Span_arpeggio_engraver"}
\relative c'' {
  \set Staff.connectArpeggios = ##t
  <<
    {
      c1\arpeggio
    }
    \\
    {
      g2\arpeggio a
    }
  >>
}





reply via email to

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