[EMAIL PROTECTED] writes: > + (if (string-match "vaticana*|hufnagel*|medicaea*" style) > + (cons (symbol->string style) "ancient") > + (cons (string-append (number->string (max 0 duration)) > + (symbol->string style)) > + "music")))))
Do I understand correctly that this patch does a regex match for every note head in the default setting? Can you make a shortcut so the default case doesn't require the regexp; a regexp search might be pretty cheap (my machine takes can do 10000 in one second), but I still think it's overkill for a not-so-often case. Also, the default style should be called '() (i.e.: undefined), and not 'default ; Thanks in advance! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
