Hi James,
How about

 \score {
  <<
     \new Staff = "tset" \relative c' { c4 b d c e d f e}
     \new Dynamics {
        \override TextSpanner #'(bound-details left text) = "text"
        \textSpannerUp
%       --------------
        \dynamicDown
%       --------------
        s4\startTextSpan s1_\< s4\! s_\p s\stopTextSpan
        \textSpannerNeutral
        \dynamicNeutral
     }
  >>
 }
 \score {
  <<
     \new Staff = "tset" \relative c' { c4 b d c e d f e }
     {
        \override TextSpanner #'(bound-details left text) = "text"
        s4\startTextSpan s1_\< s4\! s_\p s\stopTextSpan
     }
  >>
 }


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

Reply via email to