Hello,

I'm experiencing strange beams on cross-staff tremolos on whole notes.
The beam in the below snippet: 1) is not placed at the middle of the two
notes and 2) it is too close to the ledger lines.

Is this expected?
Is there a way to fix 1) + 2) without \tweak(ing)?

thanks,
P

%%%%%%%%%%%%%%%%%%%
\version "2.22.0"

upper = { s1 s }

lower =  {

\clef treble
\repeat tremolo 8 { c''''16 \change Staff = "upper" c''''16 }
\break s1

}

\score {
  <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}
%%%%%%%%%%%%%%%%%%%

Reply via email to