lilypond-user
[Top][All Lists]
Advanced

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

Re: How to color a text spanner


From: Urs Liska
Subject: Re: How to color a text spanner
Date: Sat, 06 Sep 2014 16:18:14 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0


Am 06.09.2014 16:08, schrieb David Nalesnik:
Urs,
  


On Sat, Sep 6, 2014 at 8:38 AM, Urs Liska <address@hidden> wrote:
\override TextSpanner.color
won't color the TextSpanner.

What would I have to do to achieve that?


This works fine for me:

 \version "2.19.10"

{
  \override TextSpanner.bound-details.left.text = #"foo"
  \override TextSpanner.color = #red
  c'1\startTextSpan
  c'1\stopTextSpan
}
  

--David



Oops, I was completely wrong.
My question should have been: "Which grob draws a \crestTextCresc?"

And of course I could find out that it's the DynamicTextSpanner that I wanted to override ...

Best
Urs

reply via email to

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