On Mon, May 20, 2024 at 8:58 PM Werner LEMBERG <w...@gnu.org> wrote:

> Since version 2.25.13 the NR contains the attached warning box.
>

Thank you, Werner.  Interestingly, the following does *not* work, but I can
kind of understand why.  The dynamics context doesn't know that there's a
staff above it and/ot the piano staff forbids the dynamics from encroaching
on the staff above.

\version "2.25.16"

rightHand = \relative {
  c''1
}

leftHand = \relative {
  \clef bass
  c1
}

dynamics = {
  \once \override DynamicLineSpanner.outside-staff-priority = ##f
  \once \override DynamicLineSpanner.Y-offset = 7
  s1\f
}

\score {
  \new PianoStaff <<
    \new Staff \rightHand
    \new Dynamics \dynamics
    \new Staff \leftHand
  >>
}



--
Knute Snortum

Reply via email to