lilypond-user
[Top][All Lists]
Advanced

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

Re: hspace behaviour


From: Keith OHara
Subject: Re: hspace behaviour
Date: Thu, 22 Nov 2012 04:00:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Phil Burfitt <phil.burfitt <at> talktalk.net> writes:

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

> though why am I having to do this? why is 
> there so much space after the circled "3" ?
> 

The attempted fix for another bug
  http://code.google.com/p/lilypond/issues/detail?id=732
affected your example twice.

I proposed that we put things back the way they were.  If you like you can 
try the proposed resolution yourself.  In your copy of the file 
'scm/markup.scm' you should see near line 74
  (xoff (+ space (interval-length (ly:stencil-extent head X)))))
change the 'length' to 'end' 
  (xoff (+ space (interval-end (ly:stencil-extent head X)))))




reply via email to

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