Hi all,

In the attached MWE, I want to remove the kneed beam. The problem seems to be the centered dynamics, but I'd rather not remove that.

Is there a solution to remove this kneed beam, or an alternative to the centered dynamics that wouldn't create the problem in the first place?

Thanks!

Sam


\version "2.19.54"

upper = \relative c' {
  d16 
  \change Staff = "left"
  %\override Beam.auto-knee-gap = #6 % not making any difference
  a f a 
  \change Staff = "right" d a
}

lower = \relative c {
  \clef bass
  <d d'>4 d'8
}

dynamics = {
  s4\f % comment this out to remove the kneed beam
}

\score {
  \new PianoStaff = "PianoStaff_pf" <<
    \new Staff = "right" \upper
    \new Dynamics = "Dynamics_pf" \dynamics
    \new Staff = "left" \lower
  >>
}

Attachment: kneed_problem.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to