lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal bar below staff


From: Jakob Schöttl
Subject: Re: Horizontal bar below staff
Date: Mon, 15 Sep 2014 09:16:04 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

Am 15.09.2014 um 09:08 schrieb Pierre Perol-Schneider:
2014-09-14 19:53 GMT+02:00 Jakob Schöttl <address@hidden>:

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...

reply via email to

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