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: Rutger Hofman
Subject: Re: alternate spanner-id-aware spanner does not work in 2.39.48
Date: Sun, 16 Oct 2016 20:19:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Yes, this helps! Thanks a lot!

Rutger

On 10/16/2016 08:15 PM, David Kastrup wrote:
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.





reply via email to

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