Hello,
I want "a tempo" to be printed above the first note after the line
break, but it's getting printed at the end of the 1st staff.
just add two line
%%-------------------------------------------------
\version "2.12.2"
\relative c' {
\once \override TextSpanner #'(bound-details left text) = #"accel"
\once \override TextSpanner #'(bound-details right text) = #"a tempo"
%%just add this
\once \override TextSpanner #'bound-details #'left-broken #'text = ##f
\once \override TextSpanner #'bound-details #'right-broken #'text = ##f
c\startTextSpan d e f \break |
c\stopTextSpan d e f |
}
%%-------------------------------------------------
--
Martial
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user