From 57e9d4bb7dc057ffddb1b5b82aaddb8a996af89b Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 27 Feb 2005 10:06:03 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ scm/chord-entry.scm | 2 +- scm/clef.scm | 2 +- scm/encoding.scm | 2 +- scm/font.scm | 2 +- scm/framework-eps.scm | 2 +- scm/framework-gnome.scm | 2 +- scm/framework-ps.scm | 2 +- scm/framework-svg.scm | 2 +- scm/framework-tex.scm | 2 +- scm/framework-texstr.scm | 2 +- scm/fret-diagrams.scm | 2 +- scm/ly-from-scheme.scm | 2 +- scm/output-gnome.scm | 2 +- scm/output-lib.scm | 2 +- scm/output-pdf.scm | 2 +- scm/output-pdftex.scm | 2 +- scm/output-ps.scm | 2 +- scm/output-sketch.scm | 2 +- scm/output-svg.scm | 2 +- scm/output-tex.scm | 2 +- scm/output-texstr.scm | 2 +- scm/page-layout.scm | 2 +- scm/paper.scm | 2 +- scm/part-combiner.scm | 2 +- scm/safe-lily.scm | 2 +- scm/titling.scm | 2 +- 27 files changed, 30 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a5711e0a3..8eeb7027d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Jan Nieuwenhuizen + + * scm/*: Oops, more grand 2005 replace bits. + 2005-02-27 Han-Wen Nienhuys * ps/music-drawing-routines.ps: new routine: insert PDF mark diff --git a/scm/chord-entry.scm b/scm/chord-entry.scm index 80c3199c4c..b7d09142d0 100644 --- a/scm/chord-entry.scm +++ b/scm/chord-entry.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-public (construct-chord root duration modifications) " Build a chord on root using modifiers in MODIFICATIONS. NoteEvent diff --git a/scm/clef.scm b/scm/clef.scm index 34023da458..a48f4a2f8a 100644 --- a/scm/clef.scm +++ b/scm/clef.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys ;; (name . (glyph clef-position octavation)) diff --git a/scm/encoding.scm b/scm/encoding.scm index eacb296431..cf3b90040b 100644 --- a/scm/encoding.scm +++ b/scm/encoding.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen ;; WIP ;; encoding.ly: diff --git a/scm/font.scm b/scm/font.scm index a2d1bc0484..ece75a640c 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys ;; As an excercise, do it with records. ;; Should use GOOPS, really. diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 6917cf216e..1e9631ec16 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-module (scm framework-eps)) diff --git a/scm/framework-gnome.scm b/scm/framework-gnome.scm index 6b9e346ead..b22eb5cc95 100644 --- a/scm/framework-gnome.scm +++ b/scm/framework-gnome.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen ;;;; See output-gnome.scm for usage information. diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index c5a94dec8e..b6d06bb479 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-module (scm framework-ps)) diff --git a/scm/framework-svg.scm b/scm/framework-svg.scm index 1dea920c8d..038873fc7a 100644 --- a/scm/framework-svg.scm +++ b/scm/framework-svg.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen (define-module (scm framework-svg)) diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm index b9a92961b6..88616dad2f 100644 --- a/scm/framework-tex.scm +++ b/scm/framework-tex.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-module (scm framework-tex) #:export (output-framework-tex diff --git a/scm/framework-texstr.scm b/scm/framework-texstr.scm index 231b1cc1ee..17d4e5a8ff 100644 --- a/scm/framework-texstr.scm +++ b/scm/framework-texstr.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-module (scm framework-texstr) #:export (output-framework-tex diff --git a/scm/fret-diagrams.scm b/scm/fret-diagrams.scm index 6a41b3f666..fad5f4739e 100644 --- a/scm/fret-diagrams.scm +++ b/scm/fret-diagrams.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Carl D. Sorensen +;;;; (c) 2004--2005 Carl D. Sorensen (define (fret-parse-marking-list marking-list fret-count) (let* ((fret-range (list 1 fret-count)) diff --git a/scm/ly-from-scheme.scm b/scm/ly-from-scheme.scm index 048061e85b..960353dbc5 100644 --- a/scm/ly-from-scheme.scm +++ b/scm/ly-from-scheme.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Nicolas Sceaux +;;;; (c) 2004--2005 Nicolas Sceaux ;;;; Jan Nieuwenhuizen (define gen-lily-sym diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 171a5eb4bc..aa73c2ab44 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen ;;; TODO: ;;; diff --git a/scm/output-lib.scm b/scm/output-lib.scm index a9249cc173..dd4fe7b955 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2004 Jan Nieuwenhuizen +;;;; (c) 1998--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-pdf.scm b/scm/output-pdf.scm index 954dffd187..3bf6469a58 100644 --- a/scm/output-pdf.scm +++ b/scm/output-pdf.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2001--2004 Stephen Peters +;;;; (c) 2001--2005 Stephen Peters ;currently no font commands; this is a helper for pdftex.scm. diff --git a/scm/output-pdftex.scm b/scm/output-pdftex.scm index f4c39ce21c..968b718a40 100644 --- a/scm/output-pdftex.scm +++ b/scm/output-pdftex.scm @@ -3,7 +3,7 @@ ;;;; source file of the GNU LilyPond music typesetter ;;;; modified from the existing tex.scm ;;;; -;;;; (c) 1998--2004 Jan Nieuwenhuizen +;;;; (c) 1998--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; Stephen Peters diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 7694e0a386..205fbe8735 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2004 Jan Nieuwenhuizen +;;;; (c) 1998--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; Note: currently misused as testbed for titles with markup, see diff --git a/scm/output-sketch.scm b/scm/output-sketch.scm index 7fb0f96343..e785ae8680 100644 --- a/scm/output-sketch.scm +++ b/scm/output-sketch.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2004 Jan Nieuwenhuizen +;;;; (c) 1998--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-svg.scm b/scm/output-svg.scm index ac853d71fd..78c7cc2a4b 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2002--2004 Jan Nieuwenhuizen +;;;; (c) 2002--2005 Jan Nieuwenhuizen ;;;; http://www.w3.org/TR/SVG11 ;;;; http://www.w3.org/TR/SVG12/ -- page, pageSet in draft diff --git a/scm/output-tex.scm b/scm/output-tex.scm index 38e2d72c6c..ccd3792fa1 100644 --- a/scm/output-tex.scm +++ b/scm/output-tex.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2004 Jan Nieuwenhuizen +;;;; (c) 1998--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-texstr.scm b/scm/output-texstr.scm index 7b285cf2ba..767623f960 100644 --- a/scm/output-texstr.scm +++ b/scm/output-texstr.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-module (scm output-texstr)) (define this-module (current-module)) diff --git a/scm/page-layout.scm b/scm/page-layout.scm index 2602010115..d576e20ab4 100644 --- a/scm/page-layout.scm +++ b/scm/page-layout.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (use-modules (oop goops describe) diff --git a/scm/paper.scm b/scm/paper.scm index 03e3112d95..04ab27045b 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (define-public (set-paper-dimension-variables mod) (module-define! mod 'dimension-variables diff --git a/scm/part-combiner.scm b/scm/part-combiner.scm index 2ea2bd1e1e..9e59dc2ad5 100644 --- a/scm/part-combiner.scm +++ b/scm/part-combiner.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys ;; todo: figure out how to make module, ;; without breaking nested ly scopes diff --git a/scm/safe-lily.scm b/scm/safe-lily.scm index 65484d243c..7b361756d1 100644 --- a/scm/safe-lily.scm +++ b/scm/safe-lily.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2005 Han-Wen Nienhuys (map (lambda (sym) diff --git a/scm/titling.scm b/scm/titling.scm index 5efd9ce0dd..c41dfb8ee2 100644 --- a/scm/titling.scm +++ b/scm/titling.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Jan Nieuwenhuizen +;;;; (c) 2004--2005 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (define-public (page-properties layout) -- 2.39.2