Re: Standardizes use of empty extents in pure heights and skylines. (issue 7310075)

2013-02-09 Thread mtsolo
New patch set coming after I finish running the regtests. https://codereview.appspot.com/7310075/diff/10/input/regression/skyline-point-extent.ly File input/regression/skyline-point-extent.ly (right): https://codereview.appspot.com/7310075/diff/10/input/regression/skyline-point-extent.ly#newcod

Re: Standardizes use of empty extents in pure heights and skylines. (issue 7310075)

2013-02-09 Thread k-ohara5a5a
https://codereview.appspot.com/7310075/diff/10/input/regression/skyline-point-extent.ly File input/regression/skyline-point-extent.ly (right): https://codereview.appspot.com/7310075/diff/10/input/regression/skyline-point-extent.ly#newcode7 input/regression/skyline-point-extent.ly:7: } ... The ac

Re: Did VerticalAxisGroup default-staff-staff-spacing stop respecting padding in 2.17.10?

2013-02-09 Thread Keith OHara
David Kastrup gnu.org> writes: > With boxes, including baseline parts does not really make much of a > difference, so the code could likely get away with treating empty and > zero-extent as mostly equivalent. > > With skylines, we don't have that luxury. Stacking a zero-height box > between sky

Re: bounty hack for some (non-Mike) Schemer out there

2013-02-09 Thread m...@mikesolomon.org
On 4 févr. 2013, at 16:01, Kieren MacMillan wrote: > Hello all! > > A few weeks ago, in response to Mike Solomon's call for features and bugs, I > posted a request: > >>> 2. Allowing a text markup (especially a MetronomeMark) to have a "minimum >>> measure length". This would avoid collisio

Re: Did VerticalAxisGroup default-staff-staff-spacing stop respecting padding in 2.17.10?

2013-02-09 Thread m...@mikesolomon.org
On 9 févr. 2013, at 08:47, David Kastrup wrote: > "m...@mikesolomon.org" writes: > >> - if (b.end_ > b.start_ + EPS) >> + if (b.end_ >= b.start_) > > That should be rather "if (b.end_ > b.start_)" to be equivalent. > However, you are right that for "proper" emptiness, this change would > se

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-09 Thread dak
On 2013/02/09 05:46:45, Keith wrote: On Fri, 08 Feb 2013 01:20:59 -0800, wrote: > On 2013/02/08 08:40:29, dak wrote: >> On 2013/02/08 04:46:27, Keith wrote: >> > Yesterday's patch was better. > >> I beg to differ. It did not address instrument definitions, or manual >