lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange beams on cross-staff tremolos


From: Paolo Prete
Subject: Re: Strange beams on cross-staff tremolos
Date: Wed, 3 Nov 2021 17:48:06 +0100

Thanks for your reply, but unfortunately the value of Beam.gap depends on how long is the measure, then it requires to be set only after a definitive score and with a trial and error procedure...
BTW, I wonder if these issues are reported as known bugs in the ML

On Wed, Nov 3, 2021 at 4:17 PM Masaki, Akikazu <masaki-0.56714329@zeus.eonet.ne.jp> wrote:
When tremolo beams between whole notes don't work good, try to specify directions of implicit stems of whole notes.

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

upper = { s1 s }

lower = {
   \clef treble
   \override Beam.gap = 3  % a way to fix 2)
   \repeat tremolo 8 { \stemUp c''''16 \change Staff = "upper" \stemDown c''''16 }
   \break s1
}

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

If you want to improve the beam slope, probably overriding beam positions is needed.

Akikazu



reply via email to

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