lilypond-user
[Top][All Lists]
Advanced

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

Re: TextSpanner padding


From: Doug Asherman
Subject: Re: TextSpanner padding
Date: Mon, 21 Jun 2004 14:36:01 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618

Will Oram wrote:
In lily 2.2.2, I'm trying to push a trill TextSpanner up a few spaces. This produces parse errors:

\override TextSpanner  #'staff-padding = #'2.5

The problem is the #'2.5 -- it should be #2.5. With #'2.5, I think you're telling Lilypond you have symbol called "2.5"; and I'm pretty sure that would be an illegal symbol name.


Also, I believe TextSpanner happens in a Voice context. So perhaps it should be:

\override Voice.TextSpanner  #'staff-padding = #2.5

Let us know how this works out.

Doug




reply via email to

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