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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond




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

Reply via email to