lilypond-user
[Top][All Lists]
Advanced

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

Dynamics clashing with stem of cross-staff knee beam


From: Caio Barros
Subject: Dynamics clashing with stem of cross-staff knee beam
Date: Fri, 9 Dec 2011 12:30:30 -0200

I don't know if this is old news but it seems that the dynamics texts clash with the stems of cross-staff knee beams:

\version "2.12.3"

\new GrandStaff <<
  \new Staff = "PnRH" {
    \clef "F_8"
    \relative g,, {
      \override Beam #'auto-knee-gap = #1
      gis8 \fff \change Staff = "PnLH" a, \fff \change Staff = "PnRH" r4
    }
  }
  \new Staff = "PnLH" { \clef "F_8" { s4 r4 } }
>>

got an arrow on the knee...

reply via email to

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