lilypond-user
[Top][All Lists]
Advanced

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

Re: alternate spanner-id-aware spanner does not work in 2.39.48


From: David Kastrup
Subject: Re: alternate spanner-id-aware spanner does not work in 2.39.48
Date: Sun, 16 Oct 2016 20:15:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Rutger Hofman <address@hidden> 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



reply via email to

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