Dear all,

Something like the following example might be helpful to include in the documentation, as it explains which of the staves \crossStaff should be applied to.

-Will

% ----------
\version "2.24.1"

\new PianoStaff <<
  \new Staff = "right" {
    \voiceTwo \crossStaff { c''4^"\crossStaff" 4 4 4 } 4 4 4 4
    \voiceOne \crossStaff { c''4_"\crossStaff" 4 4 4 } 4 4 4 4
  }
  \new Staff = "left" {
    \clef bass
    \voiceTwo c4 4 4 4 \crossStaff { 4^"\crossStaff" 4 4 4 }
    \voiceOne c4 4 4 4 \crossStaff { 4_"\crossStaff" 4 4 4 }
  }
>>

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}
% ----------

On 3/23/23 11:36, Werner LEMBERG wrote:

Can you please suggest a better wording that I can add to the
documentation?

May I have the day to ruminate?

Please take your time, and thanks for working on this!


     Werner

--
+ ---------------------------------------------- +
|    William Rehwinkel - Oberlin College and     |
|                           Conservatory '24     |
|          will...@williamrehwinkel.net          |
| PGP key:                                       |
| https://williamrehwinkel.net/static/pubkey.txt |
+ ---------------------------------------------- +

Attachment: OpenPGP_0x55FE8F99DD713D20.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to