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 |

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

Reply via email to