lilypond-user
[Top][All Lists]
Advanced

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

Re: cross-staff stems


From: William Rehwinkel
Subject: Re: cross-staff stems
Date: Thu, 23 Mar 2023 12:49:25 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

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     |
|          william@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

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