Hello list,

In the below code, how do I get rid of the "a tempo" at the end of
first line and the "poco rit." at the beginning of the second line?

I couldn't find anything in the docs or the internals, but maybe I'm
not looking hard enough.

%%%

\version "2.16.0"

\relative c' {
  \override TextSpanner #'(bound-details left text) = "poco rit."
  \override TextSpanner #'(bound-details right text) = "a tempo"
  | c4 c4 c4 c4
  | c4 c4 c4 c4
  | c4\startTextSpan c4 c4 c4
  | c4 c4 c4 c4
  \break
  | c4 c4 c4 c4
  | c4\stopTextSpan c4 c4 c4
  | c4 c4 c4 c4
  | c4 c4 c4 c4
}

%%%

Regards,
Nathan

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

Reply via email to