On Thursday 08 February 2007 13:47, [EMAIL PROTECTED] wrote: > Issue 259: collision dynamic cresc > http://code.google.com/p/lilypond/issues/detail?id=259 > > Comment #2 by gpermus: > The cresc is still extremely close to the p; could the padding be > increased? (the output from 2.10.0 still looks better, although IMO the > 2.10.0 is a bit too big)
Is this the job of DynamicTextSpanner 'bound-details 'left 'padding? Because the current implementation in Line_spanner::print uses 'bound-details 'left 'padding as a gap between the left-edge stencil and the line rather than as a gap before the left-edge stencil. I have a patch to change that (and therefore to resolve the bug) but I wanted to check first. _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
