bug-lilypond
[Top][All Lists]
Advanced

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

Re: negative values for \hspace don't work anymore


From: Eluze
Subject: Re: negative values for \hspace don't work anymore
Date: Wed, 21 Nov 2012 03:12:52 -0800 (PST)

David Kastrup wrote
> Eluze <

> eluzew@

> > writes:
> 
>> should this be changed to /amount (positive number)/
> 
> I don't think so.  Instead LilyPond should be able to deal with
> backspacing stencils.

that would be even nicer!

now coming back to the original topic where Phil wanted to make a correction
to the distance of the text after the \circle:

\markup { 
    \override #'(circle-padding . 0.55) 
    \fontsize #-2.5 { "tune " \circle 3 \hspace #-2 "to f #" } 
}

he had to do this because overriding the circle-padding also increases the
distance of the following object:

\markup  \center-column { 
  \override #'(circle-padding . 0) \box  \concat { "xxx" \box \circle 3
"xxx" } 
  \override #'(circle-padding . 12) \box  \concat { "xxx" \box \circle 3
"xxx" } 
}

hspace.png <http://lilypond.1069038.n5.nabble.com/file/n136649/hspace.png>  

is this intended? and why?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/negative-values-for-hspace-don-t-work-anymore-tp136610p136649.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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