bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1089 in lilypond: DynamicTextSpanner not printed


From: lilypond
Subject: Re: Issue 1089 in lilypond: DynamicTextSpanner not printed
Date: Sat, 15 May 2010 19:17:05 +0000


Comment #2 on issue 1089 by n.puttock: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089

Yep, that looks like the cause.

The extra padding added to keep the `cresc.' away from the piano dynamic makes the combined padding from left-right larger than the distance between the spanning points.

From line-spanner.cc:

 273   if (gaps[LEFT] + gaps[RIGHT] > dz.length ())
 274     {
 275       return SCM_EOL;
 276     }

Line 275 is where you'd want a warning.




reply via email to

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