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

Modified files:
        scm            : framework-ps.scm framework-svg.scm 
                         framework-tex.scm 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.117&tr2=1.118&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-svg.scm.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-tex.scm.diff?tr1=1.83&tr2=1.84&r1=text&r2=text

Patches:
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.117 lilypond/scm/framework-ps.scm:1.118
--- lilypond/scm/framework-ps.scm:1.117 Tue Jun 14 00:19:37 2005
+++ lilypond/scm/framework-ps.scm       Tue Jun 14 00:22:03 2005
@@ -1,8 +1,9 @@
-;;;; framework-ps.scm --
-;;;;
-;;;;  source file of the GNU LilyPond music typesetter
-;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+;;
+;; framework-ps.scm -- structure for PostScript output
+;;
+;;  source file of the GNU LilyPond music typesetter
+;;
+;; (c) 2004--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
 
 (define-module (scm framework-ps))
 
Index: lilypond/scm/framework-svg.scm
diff -u lilypond/scm/framework-svg.scm:1.13 lilypond/scm/framework-svg.scm:1.14
--- lilypond/scm/framework-svg.scm:1.13 Tue Apr 12 22:49:25 2005
+++ lilypond/scm/framework-svg.scm      Tue Jun 14 00:22:03 2005
@@ -1,4 +1,5 @@
-;;;; framework-svg.scm --
+;;
+;; framework-svg.scm -- structure for SVG output
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
Index: lilypond/scm/framework-tex.scm
diff -u lilypond/scm/framework-tex.scm:1.83 lilypond/scm/framework-tex.scm:1.84
--- lilypond/scm/framework-tex.scm:1.83 Tue Jun 14 00:19:37 2005
+++ lilypond/scm/framework-tex.scm      Tue Jun 14 00:22:03 2005
@@ -1,8 +1,9 @@
-;;;; framework-tex.scm --
-;;;;
-;;;;  source file of the GNU LilyPond music typesetter
-;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+;;
+;; framework-tex.scm -- structure for TeX output
+;;
+;; source file of the GNU LilyPond music typesetter
+;;
+;; (c) 2004--2005 Han-Wen Nienhuys <[EMAIL PROTECTED]>
 
 (define-module (scm framework-tex)
   #:export (output-framework-tex       


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to