2014-09-15 9:16 GMT+02:00 Jakob Schöttl <[email protected]>:

> But here the staff and music end after the second \stopTextSpan. The staff
> and music has to go on...
>

It's optional, not really needed, see :

\version "2.19.13"

\score {
  <<
    \new Staff  {
      \new Voice {
         \override TextSpanner.style = #'line
         \override TextSpanner.thickness = #3
         \override TextSpanner.to-barline = ##t
         \textSpannerDown
         g\startTextSpan e f g
         e\stopTextSpan f g g\startTextSpan
         g\stopTextSpan
       }
    }
  >>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to