]> 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)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 08:01:21 +0000 (01:01 -0700)
commitfa8b518b306fc5a1acd9a408b8c31f050f23b597
tree0559ae6272cf1668aacd7da09d6244e49c1ce39f
parentc714a279b64295120cbe1127557df6a8fedd5f0d
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.
(cherry picked from commit bc41f1ab4e112d7a75f7d3feb62589124d283fec)
lily/general-scheme.cc
scm/markup.scm