]> git.donarmstrong.com Git - lilypond.git/commit
value->lily-string needs (scm display-lily) module.
authorDavid Kastrup <dak@gnu.org>
Tue, 21 Jul 2015 00:03:13 +0000 (02:03 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 21 Jul 2015 00:03:13 +0000 (02:03 +0200)
commit812de25cf07823766143b7407bade88b5bb5e13f
treedad972860b4ac71d5dc3688ca9cdf49d82c70d10
parentacd859ae34f733c58b2e6495a3e63bb5b87c94cb
value->lily-string needs (scm display-lily) module.

Oversight from issue 4474, caused an error when reporting the error in

circled = #(define-music-function (parser location txt) (string?)
  #{ \markup { \circle #txt } #})

\relative c' { c \circled #"1" }

Cf
<URL:http://lists.gnu.org/archive/html/lilypond-user/2015-07/msg00280.html>
scm/ly-syntax-constructors.scm