http://codereview.appspot.com/4951073/diff/3001/scm/define-markup-commands.scm File scm/define-markup-commands.scm (right):
http://codereview.appspot.com/4951073/diff/3001/scm/define-markup-commands.scm#newcode1897 scm/define-markup-commands.scm:1897: (interpret-markup layout (cons (list (list symbol `(,property-recursive-markup symbol))) props) m) props is an alist, right? In that case, I think you want (interpret-markup layout (cons (cons symbol `(,...)) props) m) http://codereview.appspot.com/4951073/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
