Rutger Hofman <[email protected]> writes:
Hm, I suspect
> ((or
> (and
> (string? sp-id)
> (string? es-id)
> (string=? sp-id es-id))
> ;; deal with \startTextSpan, \stopTextSpan
> (and
> (null? sp-id)
> (null? es-id)))
That would be more succinctly be expressed as
((equal? sp-id es-id)
In which case it should work equally well in the old and the new
LilyPond versions. Assuming I counted the parens right.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user