https://codereview.appspot.com/169290045/diff/20001/scm/define-markup-commands.scm File scm/define-markup-commands.scm (right):
https://codereview.appspot.com/169290045/diff/20001/scm/define-markup-commands.scm#newcode1183 scm/define-markup-commands.scm:1183: (interpret-markup-list layout props l)))) I'd not do all of l here. Try just (list (car l)) instead. That way, you don't evaluate all the rest of l unnecessarily. Either that, or evaluate anything anyway. Much simpler, but probably not in the spirit of "or". https://codereview.appspot.com/169290045/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
