CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/22 15:06:05

Modified files:
        .              : ChangeLog 
        lily           : lily-parser-scheme.cc 
        scm            : framework-ps.scm 

Log message:
        * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
        variable in lily module
        
        * scm/framework-ps.scm (output-classic-framework): error message
        regarding the classic framework.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3810&tr2=1.3811&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/lily-parser-scheme.cc.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.123&tr2=1.124&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3810 lilypond/ChangeLog:1.3811
--- lilypond/ChangeLog:1.3810   Wed Jun 22 13:59:56 2005
+++ lilypond/ChangeLog  Wed Jun 22 15:06:04 2005
@@ -1,5 +1,11 @@
 2005-06-22  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
+       variable in lily module
+
+       * scm/framework-ps.scm (output-classic-framework): error message
+       regarding the classic framework.
+
        * Documentation/user/henle-flat-gray.png (Module): new file.
 
        * Documentation/user/baer-flat-gray.png (Module): new file.
Index: lilypond/lily/lily-parser-scheme.cc
diff -u lilypond/lily/lily-parser-scheme.cc:1.15 
lilypond/lily/lily-parser-scheme.cc:1.16
--- lilypond/lily/lily-parser-scheme.cc:1.15    Fri Jun 10 10:58:49 2005
+++ lilypond/lily/lily-parser-scheme.cc Wed Jun 22 15:06:05 2005
@@ -138,8 +138,6 @@
   Sources sources;
   sources.set_path (&global_path);
   Lily_parser *parser = new Lily_parser (&sources);
-  scm_module_define (global_lily_module, ly_symbol2scm ("parser"),
-                    parser->self_scm ());
   parser->parse_string (ly_scm2string (ly_code));
   scm_gc_unprotect_object (parser->self_scm ());
   parser = 0;
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.123 lilypond/scm/framework-ps.scm:1.124
--- lilypond/scm/framework-ps.scm:1.123 Sun Jun 19 13:50:24 2005
+++ lilypond/scm/framework-ps.scm       Wed Jun 22 15:06:05 2005
@@ -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 <file>
+
+or remove the lilypond-book specific settings from the input.
+")))


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to