lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3255 in lilypond: \with-dimensions doesn't wor


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3255 in lilypond: \with-dimensions doesn't work with zero extension
Date: Mon, 18 Mar 2013 06:14:26 +0000


Comment #2 on issue 3255 by address@hidden: \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

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