From 5de0ff336c299da7ba29eb470e80e51109653db7 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 14 Jun 2005 00:22:03 +0000
Subject: [PATCH] *** empty log message ***

---
 scm/framework-ps.scm  | 11 ++++++-----
 scm/framework-svg.scm |  3 ++-
 scm/framework-tex.scm | 11 ++++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm
index 56bbddc5aa..061eb3948a 100644
--- a/scm/framework-ps.scm
+++ b/scm/framework-ps.scm
@@ -1,8 +1,9 @@
-;;;; framework-ps.scm --
-;;;;
-;;;;  source file of the GNU LilyPond music typesetter
-;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;
+;; framework-ps.scm -- structure for PostScript output
+;;
+;;  source file of the GNU LilyPond music typesetter
+;;
+;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-ps))
 
diff --git a/scm/framework-svg.scm b/scm/framework-svg.scm
index 7d116282ef..192b7960c2 100644
--- a/scm/framework-svg.scm
+++ b/scm/framework-svg.scm
@@ -1,4 +1,5 @@
-;;;; framework-svg.scm --
+;;
+;; framework-svg.scm -- structure for SVG output
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm
index b8907f76f0..441fcd557d 100644
--- a/scm/framework-tex.scm
+++ b/scm/framework-tex.scm
@@ -1,8 +1,9 @@
-;;;; framework-tex.scm --
-;;;;
-;;;;  source file of the GNU LilyPond music typesetter
-;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;
+;; framework-tex.scm -- structure for TeX output
+;;
+;; source file of the GNU LilyPond music typesetter
+;;
+;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-tex)
   #:export (output-framework-tex	
-- 
2.39.5