Hello all, Here is the MWE:
$ echo '\version "2.18.2" { \tempo "Foo" 4 = 20 b }' | lilypond
-dbackend=svg -o foo -
It seems the easiest way to fix this is to render <tspan> elements with
leading or trailing spaces converted to non-break spaces:
Incorrect: <tspan> = 20</tspan>
Correct: <tspan> = 20</tspan>
See attached screenshots.
Thanks,
Ophir
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
