lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal bar below staff


From: Pierre Perol-Schneider
Subject: Re: Horizontal bar below staff
Date: Mon, 15 Sep 2014 09:18:58 +0200

2014-09-15 9:16 GMT+02:00 Jakob Schöttl <address@hidden>:
 
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
       }
    }
  >>
}




reply via email to

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