Hi Pieter, On Sat, Mar 25, 2017 at 7:29 PM, Pieter Terpstra <[email protected]> wrote: > Dear Lilypond friends, > Doing a Textspan gives me some difficulties. > > I would like to see the word pizz. only once in the bi=eginning and not > repeated on the next line > and also would like to have the \draw-dashed-line to appear on the last end. > Is this doable?
Adding the following two lines should give you what you want: \override TextSpanner.bound-details.left-broken.text = ##f \override TextSpanner.bound-details.right-broken.text = ##f Best, David _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
