Is there a way of shifting dynamics away from the staff when you're using a dynamics context?

\new Score {
<<
 \new Staff \relative c'' {
   c4 c c c |
   c c c c |
 }
 \new Dynamics {
   \override DynamicLineSpanner.staff-padding = #20
   s4 s \f s s
   \override DynamicLineSpanner.staff-padding = #0
   s s \f s s
 }

}
\new Score {
 \relative c'' {
 \override DynamicLineSpanner.staff-padding = #20
   c4 c \f c c |
   \override DynamicLineSpanner.staff-padding = #0
   c c \f c c |
 }
}

--
Phil Holmes

<<attachment: DynTest.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to