]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
* buildscripts/guile-gnome.sh: Build without gcc libtool version
[lilypond.git] / scm / output-ps.scm
index aa36662364385390ad42526b479669e805842742..4f352a68c1bd159c2b79180328bc37be932d69a2 100644 (file)
@@ -17,6 +17,8 @@
 
 (define-module (scm output-ps)
   #:re-export (quote)
+
+  ;; JUNK this -- see lily.scm: ly:all-output-backend-commands
   #:export (unknown
             blank
             dot
@@ -40,7 +42,6 @@
             tuplet
             polygon
             draw-line
-            define-origin
             no-origin
             ))
 
 
 (define (grob-cause grob)
   "")
+
+(define (no-origin)
+  "")
\ No newline at end of file