From c1daefca895d7898a5c264f27397502650d343df Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 9 Jan 2007 22:18:42 +0100 Subject: [PATCH] more friendly message for classic output in ps mode. --- scm/framework-ps.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 + %% **************************************************************** + "))) -- 2.39.5