]> git.donarmstrong.com Git - lilypond.git/commit
Fix error message in define-markup-function
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 11 Apr 2009 19:33:23 +0000 (13:33 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 11 Apr 2009 19:33:23 +0000 (13:33 -0600)
commit6073e0a409bc4ea4ed8964b970b105e167ec478a
tree249a1eb803f06d63c1a9182f0595b28347fa8708
parent84e2e1980002388ad4adc102bbd86b11ffb77c6e
Fix error message in define-markup-function

There was a syntax error in markup.scm
Also, ly_error would not pass the arguments to simple-format properly
if rest was a list in the scheme side (as in define-markup-function).
Therefore, if the format args are a list, get the car of rest in
ly_error so the args can be passed properly.
lily/general-scheme.cc
scm/markup.scm