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: Keith OHara
Subject: Re: negative values for \hspace don't work anymore
Date: Wed, 21 Nov 2012 07:35:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

David Kastrup <dak <at> gnu.org> writes:

> Keith OHara <k-ohara5a5a <at> oco.net> writes:
> >
> > One can reverse the change, but possibly re-introduce issue 732, with :
> >
> > scm/markup.scm
> > @@ -72,3 +72,3 @@ Example:
> >                   (head (car stencils))
> > -                 (xoff (+ space (interval-length (ly:stencil-extent head 
X)))))
> > +                 (xoff (+ space (interval-end (ly:stencil-extent head 
> > X)))))
> >              (ly:stencil-add head
> 
> Can you?  I fail to get something like
> 
> \markup { x x x \hspace #-15 x x x }
> 
> to work, 

Yes, I can.   If I make the change I indicated, then your example backspaces, 
and part (not all) of the complaint that started issue 732 returns.




reply via email to

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