]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-ps.scm
* lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
[lilypond.git] / scm / framework-ps.scm
index 37dcefd8fefba6548d139e65121353418a9ae0f1..5f90e67226411bddd899f4aebe9730a2d9c8c9a3 100644 (file)
@@ -17,6 +17,7 @@
             (srfi srfi-13)
             (lily))
 
+
 (define framework-ps-module (current-module))
 
 ;;(define pdebug stderr)
 
 (define-public (convert-to-ps book name)
   #t)
+
+(define-public (output-classic-framework basename book scopes fields)
+
+  (ly:error (_ "\nThe PostScript backend does not support the 'classic'
+framework. Use the EPS backend instead,
+
+  lilypond -b eps <file>
+
+or remove the lilypond-book specific settings from the input.
+")))