Marc Hohl <m...@hohlart.de> writes: > Anyway, I don't get the case statement right - am I too stupid?
Stupid enough to follow my advice without checking the manual first (or afterwards). Looking in the Guile manual, it turns out that case uses eqv? for checking equality. guile> (eqv? "x" "x") #f guile> So you need to revert to cond here and use string=. Or employ assoc in some form. -- David Kastrup _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel