lilypond-user
[Top][All Lists]
Advanced

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

Re: TextSpanner duplicates text after \break


From: Nick Payne
Subject: Re: TextSpanner duplicates text after \break
Date: Wed, 15 Aug 2012 18:24:07 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 15/08/12 18:04, Daniel E. Moctezuma wrote:
Hello,

With the following snippet I obtain a ritardando text with a spanner (dashed line), but using that \break command results in duplicating the "rit." text on the next measure.
The same applies with ottava line, by the way.
Is there a way to remove/hide that duplicated text?

\override TextSpanner #'(bound-details left text) = "rit."

s4 s2.\startTextSpan \break |

s2. s8. s16\stopTextSpan |


\override TextSpanner #'(bound-details left text) = "rit."
\override TextSpanner #'(bound-details left-broken text) = ##f
s4 s2.\startTextSpan \break |
s2. s8. s16\stopTextSpan |


reply via email to

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