]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-socket.scm
* scm/output-lib.scm (string-finger::calc-text): new function
[lilypond.git] / scm / framework-socket.scm
index 799e95d77b59411e3cee54ac8621d2f940d3bde6..8068e34cce6f3998f699e7f167b9bb07c52fdc04 100644 (file)
@@ -4,6 +4,7 @@
 
 (use-modules (ice-9 regex)
             (ice-9 string-fun)
+            (scm paper-system)
             (ice-9 format)
             (guile)
             (srfi srfi-1)
@@ -23,7 +24,7 @@
 
     (if (pair? systems)
        (ly:outputter-dump-stencil outputter
-                                  (ly:paper-system-stencil (car systems))))
+                                  (paper-system-stencil (car systems))))
     ))
 
 (define-public output-classic-framework output-framework)