lilypond-user
[Top][All Lists]
Advanced

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

Re: Possible bug with TrillSpanner.to-barline?


From: Eluze
Subject: Re: Possible bug with TrillSpanner.to-barline?
Date: Thu, 26 Dec 2013 23:21:46 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


Am 26.12.2013 22:22, schrieb Daniel Rosen:
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 |
}


try it in the Staff context:

\override Staff.TrillSpanner.to-barline = ##t

Eluze



reply via email to

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