From: Han-Wen Nienhuys Date: Tue, 9 Jan 2007 21:18:42 +0000 (+0100) Subject: more friendly message for classic output in ps mode. X-Git-Tag: release/2.11.11-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1daefca895d7898a5c264f27397502650d343df;p=lilypond.git more friendly message for classic output in ps mode. --- diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 5ea57cc7fc..4a4ae30b7a 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -758,10 +758,16 @@ (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, + (ly:error (_ "\nThe PostScript backend does not support the system-by-system +output. For that, use the EPS backend instead, lilypond -b eps -or remove the lilypond-book specific settings from the input. +If have cut & pasted a lilypond fragment from a webpage, be sure +to only remove anything before + + %% **************************************************************** + %% Start cut-&-pastable-section + %% **************************************************************** + ")))