From aefdac39be0a80af1e08e7994b88eab4afc8da04 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Fri, 24 Jul 2009 18:36:30 -0700 Subject: [PATCH] scm folder: Fix/add incorrect/missing filename headers. --- scm/GNUmakefile | 2 +- scm/autochange.scm | 2 +- scm/coverage.scm | 2 ++ scm/define-event-classes.scm | 2 +- scm/define-grob-interfaces.scm | 2 +- scm/define-music-properties.scm | 2 +- scm/document-backend.scm | 2 +- scm/document-music.scm | 2 +- scm/documentation-generate.scm | 2 +- scm/framework-eps.scm | 2 +- scm/framework-null.scm | 2 +- scm/framework-scm.scm | 1 + scm/framework-socket.scm | 2 ++ scm/layout-beam.scm | 2 +- scm/layout-page-dump.scm | 4 ++-- scm/layout-slur.scm | 2 +- scm/ly-syntax-constructors.scm | 2 +- scm/memory-trace.scm | 2 ++ scm/parser-clef.scm | 2 +- scm/parser-ly-from-scheme.scm | 2 +- scm/song-util.scm | 2 +- scm/song.scm | 2 +- 22 files changed, 26 insertions(+), 19 deletions(-) diff --git a/scm/GNUmakefile b/scm/GNUmakefile index f2555bb481..d3f055f77f 100644 --- a/scm/GNUmakefile +++ b/scm/GNUmakefile @@ -1,4 +1,4 @@ -# scm/Makefile +# scm/GNUmakefile depth = .. diff --git a/scm/autochange.scm b/scm/autochange.scm index c445997199..54f5e96250 100644 --- a/scm/autochange.scm +++ b/scm/autochange.scm @@ -1,7 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; autochange - fairly related to part combining. +;; autochange.scm - fairly related to part combining. (define-public (make-autochange-music parser music) (define (generate-split-list change-moment event-list acc) diff --git a/scm/coverage.scm b/scm/coverage.scm index e7392bb683..3c210555ae 100644 --- a/scm/coverage.scm +++ b/scm/coverage.scm @@ -1,3 +1,5 @@ +;;;; coverage.scm + (define-module (scm coverage)) (use-modules (lily) diff --git a/scm/define-event-classes.scm b/scm/define-event-classes.scm index f5d7b790de..b2edbe8250 100644 --- a/scm/define-event-classes.scm +++ b/scm/define-event-classes.scm @@ -1,4 +1,4 @@ -;;;; stream-event-classes.scm -- define the tree of stream-event classes. +;;;; define-event-classes.scm -- define the tree of stream-event classes. ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index a2ee15276f..0bed1adc65 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -1,4 +1,4 @@ -;;;; interface-description.scm -- part of generated backend documentation +;;;; define-grob-interfaces.scm -- part of generated backend documentation ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index c42fea2923..3d11e06c1c 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -1,4 +1,4 @@ -;;;; music-property-description.scm -- part of generated backend documentation +;;;; define-music-properties.scm -- part of generated backend documentation ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/document-backend.scm b/scm/document-backend.scm index c7477eae1a..a4233e3f69 100644 --- a/scm/document-backend.scm +++ b/scm/document-backend.scm @@ -1,4 +1,4 @@ -;;;; backend-documentation-lib.scm -- Functions for backend documentation +;;;; document-backend.scm -- Functions for backend documentation ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/document-music.scm b/scm/document-music.scm index 0a33c8a2f9..53e5bad155 100644 --- a/scm/document-music.scm +++ b/scm/document-music.scm @@ -1,4 +1,4 @@ -;;;; document-markup.scm -- part of generated backend documentation +;;;; document-music.scm -- part of generated backend documentation ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 478eb20efc..58d26c9d9e 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -1,4 +1,4 @@ -;;;; generate-documentation.scm -- Generate documentation +;;;; documentation-generate.scm -- Generate documentation ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 7383f3181c..bd1d9bb1aa 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -1,4 +1,4 @@ -;;;; framework-ps.scm -- +;;;; framework-eps.scm -- ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/framework-null.scm b/scm/framework-null.scm index a552b5e707..bcc58142e5 100644 --- a/scm/framework-null.scm +++ b/scm/framework-null.scm @@ -1,4 +1,4 @@ -;; module for benchmarking. +;;;; framework-null.scm -- module for benchmarking. (define-module (scm framework-null) #:export (output-framework) diff --git a/scm/framework-scm.scm b/scm/framework-scm.scm index 5cb3a67490..7c7c7e1045 100644 --- a/scm/framework-scm.scm +++ b/scm/framework-scm.scm @@ -1,3 +1,4 @@ +;;;; framework-scm.scm (define-module (scm framework-scm) #:export (output-framework) diff --git a/scm/framework-socket.scm b/scm/framework-socket.scm index 69b48db8a1..ab612e59aa 100644 --- a/scm/framework-socket.scm +++ b/scm/framework-socket.scm @@ -1,3 +1,5 @@ +;;;; framework-socket.scm + (define-module (scm framework-socket) #:export (output-framework) ) diff --git a/scm/layout-beam.scm b/scm/layout-beam.scm index 09dc09fd8e..e99387864d 100644 --- a/scm/layout-beam.scm +++ b/scm/layout-beam.scm @@ -1,5 +1,5 @@ ;;;; -;;;; beam.scm -- Beam scheme stuff +;;;; layout-beam.scm -- Beam scheme stuff ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/layout-page-dump.scm b/scm/layout-page-dump.scm index 8237106f06..387a0383f0 100644 --- a/scm/layout-page-dump.scm +++ b/scm/layout-page-dump.scm @@ -1,4 +1,4 @@ -;;;; layout-page-tweaks.scm -- page breaking and page layout +;;;; layout-page-dump.scm -- page breaking and page layout ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; @@ -13,7 +13,7 @@ #:use-module (scm layout-page-layout) #:use-module (lily) #:export (write-page-breaks - ;; utilisties for writing other page dump functions + ;; utilities for writing other page dump functions record-tweaks dump-all-tweaks)) (define (record-tweaks what property-pairs tweaks) diff --git a/scm/layout-slur.scm b/scm/layout-slur.scm index e153c0cf79..b9e8f5d315 100644 --- a/scm/layout-slur.scm +++ b/scm/layout-slur.scm @@ -1,4 +1,4 @@ -;;;; slur.scm -- Slur scheme stuff +;;;; layout-slur.scm -- Slur scheme stuff ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/ly-syntax-constructors.scm b/scm/ly-syntax-constructors.scm index ee79823361..8eefe63b71 100644 --- a/scm/ly-syntax-constructors.scm +++ b/scm/ly-syntax-constructors.scm @@ -1,4 +1,4 @@ -;;;; define-syntax.scm -- Defines functions for syntax expressions +;;;; ly-syntax-constructors.scm -- Defines functions for syntax expressions ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/memory-trace.scm b/scm/memory-trace.scm index 39bedc1804..9da1c30eda 100644 --- a/scm/memory-trace.scm +++ b/scm/memory-trace.scm @@ -1,3 +1,5 @@ +;;;; memory-trace.scm + (define-module (scm memory-trace)) (use-modules (lily) (ice-9 format)) diff --git a/scm/parser-clef.scm b/scm/parser-clef.scm index b3de9fc405..fff8f1b83d 100644 --- a/scm/parser-clef.scm +++ b/scm/parser-clef.scm @@ -1,4 +1,4 @@ -;;;; clef.scm -- Clef settings +;;;; parser-clef.scm -- Clef settings ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/parser-ly-from-scheme.scm b/scm/parser-ly-from-scheme.scm index cfbdcd7cff..178f94e4ef 100644 --- a/scm/parser-ly-from-scheme.scm +++ b/scm/parser-ly-from-scheme.scm @@ -1,4 +1,4 @@ -;;;; ly-from-scheme.scm -- parsing LilyPond music expressions from scheme +;;;; parser-ly-from-scheme.scm -- parsing LilyPond music expressions from scheme ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; diff --git a/scm/song-util.scm b/scm/song-util.scm index 2453a14ed3..17bfc9abc4 100644 --- a/scm/song-util.scm +++ b/scm/song-util.scm @@ -1,4 +1,4 @@ -;;; festival.scm --- Festival singing mode output +;;; song-util.scm --- Festival singing mode output ;; Copyright (C) 2006, 2007 Brailcom, o.p.s. diff --git a/scm/song.scm b/scm/song.scm index 8edacdf13c..c5ecc89da6 100644 --- a/scm/song.scm +++ b/scm/song.scm @@ -1,4 +1,4 @@ -;;; festival.scm --- Festival singing mode output +;;; song.scm --- Festival singing mode output ;; Copyright (C) 2006, 2007 Brailcom, o.p.s. -- 2.39.5