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)))))


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to