Comment #2 on issue 3255 by [email protected]: \with-dimensions doesn't work with zero extension
http://code.google.com/p/lilypond/issues/detail?id=3255

stencil-based vertical-skylines are now used for outside staff positioning.
In order to get the old behavior back, use:

{
 \override TextScript.vertical-skylines =
#(ly:make-unpure-pure-container
  ly:grob::simple-vertical-skylines-from-extents
  ly:grob::pure-simple-vertical-skylines-from-extents)

 \override TextScript.outside-staff-priority = ##f
 c''1-\markup { \with-dimensions #'(0 . 0) #'(0 . 0) {
                foo } }
 }

This is definitely a regression, but I'm not sure the best way to fix it. Perhaps document that with-dimensions only affects the dimensions of the stencil but not the vertical skyline?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to