X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fframework-ps.scm;h=5f90e67226411bddd899f4aebe9730a2d9c8c9a3;hb=8b9415d65ee46aa7cb27f0fc3cd0d19565669056;hp=37dcefd8fefba6548d139e65121353418a9ae0f1;hpb=0b159efee185f6a0cbfa9fa75b5812af6b62d118;p=lilypond.git diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 37dcefd8fe..5f90e67226 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -17,6 +17,7 @@ (srfi srfi-13) (lily)) + (define framework-ps-module (current-module)) ;;(define pdebug stderr) @@ -558,3 +559,13 @@ (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 + +or remove the lilypond-book specific settings from the input. +")))