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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
