lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Text spanners and line breaks


From: Nathan
Subject: Text spanners and line breaks
Date: Wed, 19 Sep 2012 21:02:56 -0700

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]