lilypond-user
[Top][All Lists]
Advanced

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

Possible bug with TrillSpanner.to-barline?


From: Daniel Rosen
Subject: Possible bug with TrillSpanner.to-barline?
Date: Thu, 26 Dec 2013 21:22:25 +0000

In the example below, uncommenting the indicated line results in the 
TrillSpanner only printing the wavy line without the "tr." Is this a bug?

\version "2.17.97"

trillSharpMarkup = \markup {
  \concat { \musicglyph #"scripts.trill" \hspace #0.4 \raise #1.9 \teeny \sharp 
}
}

trillspanSharp = { \override TrillSpanner.bound-details.left.text = 
\trillSharpMarkup }

trillspanNormal = \revert TrillSpanner.bound-details

\relative c' {
  %% Uncomment next line
  %\override TrillSpanner.to-barline = ##t
  \trillspanSharp c1\startTrillSpan |
  \trillspanNormal c1\stopTrillSpan\startTrillSpan |
}

DR




reply via email to

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