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.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to