lilypond-user
[Top][All Lists]
Advanced

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

Strange beams on cross-staff tremolos


From: Paolo Prete
Subject: Strange beams on cross-staff tremolos
Date: Wed, 3 Nov 2021 13:42:53 +0100

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

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