Re: DynamicText artificially extends bar size when within a StaffGroup

2020-01-24 Thread Jean-Baptiste Mazon
I'm going to go out on a limb and say I think the “fix“ was worse than the problem. I've got cases where it doesn't even need a barline to degenerate into crazy spacing! %% dynamic-span-exhibit-two.ly \version "2.19.81" \new StaffGroup { a'16-\tweak DynamicText.X-offset #-1 -#(make-dynami

Re: DynamicText artificially extends bar size when within a StaffGroup

2020-01-20 Thread Jean-Baptiste Mazon
Le dim. 19 janv. 2020 à 00:25, David Kastrup a écrit : > This wants improvement. Basically we probably need a better way to > figure out whether we are in the middle of a StaffGroup with spanbars? > I assume that would clear the simple case of the dynamic that spans across the line without cros

Re: DynamicText artificially extends bar size when within a StaffGroup

2020-01-18 Thread David Kastrup
Jean-Baptiste Mazon writes: > I've narrowed the regression down to commit > 9edf3715c2b2cca09785dcd015724ad3c29cba8a “Issue 621: Dynamics should avoid > cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)” > >>Dynamics usually have extra-spacing-width set to an empty interval so >>that

Re: DynamicText artificially extends bar size when within a StaffGroup

2020-01-17 Thread Jean-Baptiste Mazon
I've narrowed the regression down to commit 9edf3715c2b2cca09785dcd015724ad3c29cba8a “Issue 621: Dynamics should avoid cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)” >Dynamics usually have extra-spacing-width set to an empty interval so >that their placement does not cause other e