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: David Nalesnik
Subject: Re: How to color a text spanner
Date: Sat, 6 Sep 2014 09:08:10 -0500

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


reply via email to

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