]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/parser-ly-from-scheme.scm
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / scm / parser-ly-from-scheme.scm
index e0ee2961cd939dc4f8a0a797d4b66783d50c92f2..00368e881fea665152831be7f4dc7938d1647b11 100644 (file)
@@ -70,7 +70,7 @@ from @var{port} and return the corresponding Scheme music expression.
              (result (ly:parse-string-expression clone lily-string
                                                  filename line)))
         (if (ly:parser-has-error? clone)
-            (ly:parser-error (_ "error in #{ ... #}")))
+            (ly:parser-error (_ "error in #{ ... #}") (*location*)))
         result))
     (list embedded-lilypond
           lily-string filename line