2012/1/31 Pavel Roskin <pro...@gnu.org>:
> In my opinion, Lilypond should be able to support chords with noteheads on
> different staves.  This is especially important within staff groups for
> keyboard instruments.

It is not easy. This is the closest we are to a flexible solution nowadays:

\new PianoStaff <<
  \set PianoStaff.connectArpeggios = ##t
  \override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket
  \new Staff { c'4 \arpeggio }
  \new Staff { \clef bass
               << { c4\arpeggio }
                  \\
                  { <g, e, c,>4 } >>
  }
>>

> The most natural syntax would be to allow \change inside chords:
>
> \new PianoStaff <<
>  \new Staff = right { <c' \change Staff=left c>4 }
>  \new Staff = left { \clef bass s4 }
>>>
>>>

A given syntax is not the feature, it is just an interface to the
feature. The feature is not there, regardless the trivial you can
think it is by looking at that neat construct.

Various users have requested the same in the past. Perhaps you can
hire a good programmer to implement it. You have been warned,
programmer work is not free.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

<<attachment: document.png>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to