lilypond-user
[Top][All Lists]
Advanced

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

Suppressing TextSpanner #'left #'text after line breaking?


From: Trevor Bača
Subject: Suppressing TextSpanner #'left #'text after line breaking?
Date: Sun, 29 Apr 2007 21:30:29 -0500

Hi,

In the following snippet, the text "start" appears both at the start
of the text spanner and at the start of the following line:

%%% BEGIN %%%

\version "2.11.20"

\new Staff {
  \override TextSpanner #'bound-details #'left #'text = \markup { "start" }
  c'1 \startTextSpan
  \break
  c'1
  c'1 \stopTextSpan
}

%%% END %%%


Question: how do you suppress the after the line break such that
"start" appears only at the start of the text spanner?




--
Trevor Bača
address@hidden

Attachment: suppress-text.png
Description: PNG image


reply via email to

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