bug-lilypond
[Top][All Lists]
Advanced

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

Re: Flat trills don't work in Lilypond 2.11


From: Graham Percival
Subject: Re: Flat trills don't work in Lilypond 2.11
Date: Wed, 10 Oct 2007 17:46:02 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

I believe that the syntax of #'edge-text changed, but I can't see an entry in the NEWS file for this. Still, try recreated this tweak using the 2.11 docs on Text spanners. (or possible the "Text and line spanners" docs)

Cheers,
- Graham

Mark Nixon wrote:
I'm not top posting.

%% the standard solution for producing flat trills (which works in 2.10.33) no
longer works in 2.11 (seen in versions 2.11.14 + but also present in 2.11.34

\version "2.11.34"
\paper{ ragged-right=##t }


trillFlat = \markup { \musicglyph #"scripts.trill" \super \flat }

\relative c''' {
   \override TrillSpanner #'edge-text = #(cons trillFlat "" )
   a'1 ( \startTrillSpan |
   a2 ) \stopTrillSpan  a2 |
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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