Am 15.09.2014 um 09:08 schrieb Pierre Perol-Schneider:
2014-09-14 19:53 GMT+02:00 Jakob Schöttl <[email protected] <mailto:[email protected]>>:

    But there is still the edge case, when I need the same kind of
    line below only one single note, e. g. in a partial measure!


 Try :

\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
         \stopStaff \hideNotes
         g\stopTextSpan
       }
    }
  >>
}
But here the staff and music end after the second \stopTextSpan. The staff and music has to go on...
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to