lilypond-user
[Top][All Lists]
Advanced

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

Re: how to change the line-thickness of a textspanner


From: Nick Payne
Subject: Re: how to change the line-thickness of a textspanner
Date: Fri, 26 Feb 2010 21:02:37 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

\override TextSpanner #'thickness

On 26/02/10 20:50, Stefan Thomas wrote:
Dear community,
I tried to change the line-thickness of a textspanner, but without success.
Does someone have an idea?
Here is my snippet:
\version "2.12.2"
music = { c'1 \startTextSpan c' \stopTextSpan }

\new Staff {
   \override TextSpanner #'style = #'line
  \override TextSpanner #'line-thickness = #0.5
  \override TextSpanner #'bound-details #'left #'text = "Hello"
  \music
 \override TextSpanner #'line-thickness = #15 %it seems to do nothing!
\music

}





reply via email to

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