Janek Warchoł <[email protected]> writes:

>> Quite a lot of stuff created without an articulation-type, so you should
>> be using eqv? rather than string= ...
>
> I've tried to do as you suggest:

scheme@(guile-user)> (eqv? "1" "1")
$1 = #f
scheme@(guile-user)> 

Shiver me timbers, I should remember better.  Strings are structures,
not values.

Try equal? instead.

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to