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:08:14 +0200

Hi,

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


HTH,
Pierre


reply via email to

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