From f23a0d9dcda87d3f6f072fba3addeae941cce4aa Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 11 Feb 2004 11:16:23 +0000 Subject: [PATCH] * scm/part-combiner.scm: Add proper header. * All but lily/*: The great --2003 --2004 replace; the missing `bits'. --- ChangeLog | 6 +++++- Documentation/user/lilypond.tely | 4 ++-- Documentation/user/music-glossary.tely | 4 ++-- debian/copyright | 2 +- elisp/lilypond-mode.el | 2 +- flower/include/array.icc | 2 +- flower/include/interval.tcc | 2 +- flower/include/killing-cons.tcc | 2 +- flower/include/string-data.icc | 2 +- flower/include/string-handle.icc | 2 +- flower/include/string.icc | 2 +- lily/include/ly-smobs.icc | 2 +- lily/include/minmax.tcc | 2 +- scm/auto-beam.scm | 2 +- scm/beam.scm | 2 +- scm/c++.scm | 2 +- scm/chord-ignatzek-names.scm | 2 +- scm/chord-name.scm | 2 +- scm/define-grob-interfaces.scm | 2 +- scm/define-grob-properties.scm | 2 +- scm/define-grobs.scm | 2 +- scm/define-music-properties.scm | 2 +- scm/define-translator-properties.scm | 2 +- scm/document-backend.scm | 2 +- scm/document-translation.scm | 2 +- scm/documentation-generate.scm | 2 +- scm/documentation-lib.scm | 2 +- scm/font.scm | 2 +- scm/lily.scm | 4 ++-- scm/midi.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-sodipodi.scm | 2 +- scm/output-tex.scm | 2 +- scm/part-combiner.scm | 9 +++++---- scm/slur.scm | 2 +- scm/standalone.scm | 2 +- scripts/midi2ly.py | 2 +- scripts/mup2ly.py | 2 +- 42 files changed, 53 insertions(+), 48 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f41d31b11..ae906684b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-02-11 Jan Nieuwenhuizen + * scm/part-combiner.scm: Add proper header. + + * All but lily/*: The great --2003 --2004 replace; the missing + `bits'. + * TODO: Fix outline mode. Add book notes. * ROADMAP: Update. @@ -9,7 +14,6 @@ * scm/part-combiner.scm (make-autochange-music): use accumulator. Fixes stack overflow. - * lily/*: rename brew_molecule -> print , molecule-callback -> print-function * lily/*: rename brew_molecule -> print , molecule-callback -> print-function diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 2ef34d8d10..513f608722 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -79,7 +79,7 @@ PostScript} and @uref{../lilypond.pdf,PDF}. -Copyright @copyright{} 1999--2003 by the authors +Copyright @copyright{} 1999--2004 by the authors Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 @@ -113,7 +113,7 @@ Copyright @copyright{} 1999--2003 by the authors @ifnottex This file documents GNU LilyPond. -Copyright 1999--2003 by the authors +Copyright 1999--200 by the authors Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 635be7a5cb..0a613e5227 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -13,7 +13,7 @@ PostScript} and @uref{music-glossary.pdf,PDF}. @author Christian Mondrup @c License PD, BSD-ish, GNU GPL, GNU FDL? -Copyright @copyright{} 1999--2003 by the authors +Copyright @copyright{} 1999--2004 by the authors Permission is granted to copy, distribute and/or modify this document @@ -44,7 +44,7 @@ Copyright @copyright{} 1999--2003 by the authors @ifnottex Christian Mondrup @* -Copyright 1999--2003 by the authors +Copyright 1999--2004 by the authors Permission is granted to copy, distribute and/or modify this document diff --git a/debian/copyright b/debian/copyright index 33836d1778..5ce05852a3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,7 +18,7 @@ Authors: Copyright: - GNU LilyPond is Copyright (C) 1996-2003 + GNU LilyPond is Copyright (C) 1996--2004 Jan Nieuwenhuizen & Han-Wen Nienhuys This program is free software; you can redistribute it and/or modify diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index a9c134a4e9..7eb59cec71 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 1999--2003 Jan Nieuwenhuizen +;;; (c) 1999--2004 Jan Nieuwenhuizen ;;; ;;; Changed 2001--2003 Heikki Junes ;;; * Add PS-compilation, PS-viewing and MIDI-play (29th Aug 2001) diff --git a/flower/include/array.icc b/flower/include/array.icc index 40e409d73b..88558426dc 100644 --- a/flower/include/array.icc +++ b/flower/include/array.icc @@ -1,5 +1,5 @@ /* - (c) 1995--2003 Han-Wen Nienhuys + (c) 1995--2004 Han-Wen Nienhuys Distributed under GNU GPL */ diff --git a/flower/include/interval.tcc b/flower/include/interval.tcc index 3d38d3eb02..79e7c548e6 100644 --- a/flower/include/interval.tcc +++ b/flower/include/interval.tcc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1996--2003 Han-Wen Nienhuys + (c) 1996--2004 Han-Wen Nienhuys */ diff --git a/flower/include/killing-cons.tcc b/flower/include/killing-cons.tcc index b01e14abff..ebf78d66b8 100644 --- a/flower/include/killing-cons.tcc +++ b/flower/include/killing-cons.tcc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2003 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ diff --git a/flower/include/string-data.icc b/flower/include/string-data.icc index 8ba0a241a8..00691cc57b 100644 --- a/flower/include/string-data.icc +++ b/flower/include/string-data.icc @@ -3,7 +3,7 @@ source file of Flower lib - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #ifndef STRINGDATA_INL diff --git a/flower/include/string-handle.icc b/flower/include/string-handle.icc index bb6524b34d..f5bd77fcd9 100644 --- a/flower/include/string-handle.icc +++ b/flower/include/string-handle.icc @@ -4,7 +4,7 @@ source file of Flower lib - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #ifndef STRINGHANDLE_INL diff --git a/flower/include/string.icc b/flower/include/string.icc index 0a631bc67c..2436dfaeb2 100644 --- a/flower/include/string.icc +++ b/flower/include/string.icc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ diff --git a/lily/include/ly-smobs.icc b/lily/include/ly-smobs.icc index 3aa1af60d8..4259b862f1 100644 --- a/lily/include/ly-smobs.icc +++ b/lily/include/ly-smobs.icc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2003 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ #ifndef LY_SMOBS_ICC diff --git a/lily/include/minmax.tcc b/lily/include/minmax.tcc index 45a255018a..de5cbc4be2 100644 --- a/lily/include/minmax.tcc +++ b/lily/include/minmax.tcc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ diff --git a/scm/auto-beam.scm b/scm/auto-beam.scm index 564be84af4..7a16470a35 100644 --- a/scm/auto-beam.scm +++ b/scm/auto-beam.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Jan Nieuwenhuizen +;;; (c) 2000--2004 Jan Nieuwenhuizen ;;; ;;; specify generic beam begin and end times diff --git a/scm/beam.scm b/scm/beam.scm index 11b3b21eb9..d20458eb53 100644 --- a/scm/beam.scm +++ b/scm/beam.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2003 Jan Nieuwenhuizen +;;;; (c) 2000--2004 Jan Nieuwenhuizen ;;;; ;; diff --git a/scm/c++.scm b/scm/c++.scm index f308c09f24..1978c52447 100644 --- a/scm/c++.scm +++ b/scm/c++.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Jan Nieuwenhuizen +;;;; (c) 1998--2004 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;; Note: this file can't be used without LilyPond executable diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index bcc5568e60..6e84f8f0c9 100644 --- a/scm/chord-ignatzek-names.scm +++ b/scm/chord-ignatzek-names.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Han-Wen Nienhuys +;;; (c) 2000--2004 Han-Wen Nienhuys diff --git a/scm/chord-name.scm b/scm/chord-name.scm index b171c482fb..13d187fa1c 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Jan Nieuwenhuizen +;;; (c) 2000--2004 Jan Nieuwenhuizen ;;; ;;; Han-Wen Nienhuys diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index 12ecacfe06..4cb87db2b3 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Han-Wen Nienhuys +;;;; (c) 1998--2004 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 87fcc21f98..b2de46e0e9 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Han-Wen Nienhuys +;;;; (c) 1998--2004 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index a072d4f0d9..9060d5c8f6 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Han-Wen Nienhuys +;;;; (c) 1998--2004 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; distances are given in linethickness (thicknesses) and diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index b3badcf8d0..a849eb37a6 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Han-Wen Nienhuys +;;;; (c) 1998--2004 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-translator-properties.scm b/scm/define-translator-properties.scm index df75e3b260..dee660ada4 100644 --- a/scm/define-translator-properties.scm +++ b/scm/define-translator-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Han-Wen Nienhuys +;;;; (c) 1998--2004 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/document-backend.scm b/scm/document-backend.scm index 58dd67cb42..6ae393c7e5 100644 --- a/scm/document-backend.scm +++ b/scm/document-backend.scm @@ -2,7 +2,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Han-Wen Nienhuys +;;; (c) 2000--2004 Han-Wen Nienhuys ;;; Jan Nieuwenhuizen diff --git a/scm/document-translation.scm b/scm/document-translation.scm index 858c17b6f0..b37bca9d98 100644 --- a/scm/document-translation.scm +++ b/scm/document-translation.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Han-Wen Nienhuys +;;; (c) 2000--2004 Han-Wen Nienhuys ;;; Jan Nieuwenhuizen diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 9ed6556f74..c0c0b13521 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -2,7 +2,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Han-Wen Nienhuys +;;; (c) 2000--2004 Han-Wen Nienhuys ;;; Jan Nieuwenhuizen ;;; File entry point for generated documentation diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index f9384cd61a..8dc5edc5ca 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Han-Wen Nienhuys +;;; (c) 2000--2004 Han-Wen Nienhuys ;;; Jan Nieuwenhuizen (use-modules (oop goops) diff --git a/scm/font.scm b/scm/font.scm index a78391eb1c..6afc80cfb1 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Jan Nieuwenhuizen +;;; (c) 2000--2004 Jan Nieuwenhuizen ;;; ;; Should separate default sizes diff --git a/scm/lily.scm b/scm/lily.scm index a322713cf1..f678459426 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -1,8 +1,8 @@ -;;; lily.scm -- implement Scheme output routines for TeX and PostScript +;;;; lily.scm -- implement Scheme output routines for TeX and PostScript ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Jan Nieuwenhuizen +;;;; (c) 1998--2004 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;; Library functions diff --git a/scm/midi.scm b/scm/midi.scm index 63da9d1a4f..5cfbd59541 100644 --- a/scm/midi.scm +++ b/scm/midi.scm @@ -2,7 +2,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 2000--2003 Jan Nieuwenhuizen +;;; (c) 2000--2004 Jan Nieuwenhuizen diff --git a/scm/output-lib.scm b/scm/output-lib.scm index b282616743..2809f56707 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--2003 Jan Nieuwenhuizen +;;;; (c) 1998--2004 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ; Tablature functions, by Jiba (jiba@tuxfamily.org) diff --git a/scm/output-pdf.scm b/scm/output-pdf.scm index 4ca3f8991f..78cbe58677 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--2003 Stephen Peters +;;; (c) 2001--2004 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 cd13c67aba..6f38f6b873 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--2003 Jan Nieuwenhuizen +;;; (c) 1998--2004 Jan Nieuwenhuizen ;;; Han-Wen Nienhuys ;;; Stephen Peters diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 801d31185a..dd9dba0ddb 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--2003 Jan Nieuwenhuizen +;;;; (c) 1998--2004 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-sketch.scm b/scm/output-sketch.scm index ed2bad7ed8..94a1383c81 100644 --- a/scm/output-sketch.scm +++ b/scm/output-sketch.scm @@ -3,7 +3,7 @@ ;;; ;;; source file of the GNU LilyPond music typesetter ;;; -;;; (c) 1998--2003 Jan Nieuwenhuizen +;;; (c) 1998--2004 Jan Nieuwenhuizen ;;; Han-Wen Nienhuys diff --git a/scm/output-sodipodi.scm b/scm/output-sodipodi.scm index a141026597..68a878d5e6 100644 --- a/scm/output-sodipodi.scm +++ b/scm/output-sodipodi.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2002--2003 Jan Nieuwenhuizen +;;;; (c) 2002--2004 Jan Nieuwenhuizen ;;;; NOTE: ;;;; diff --git a/scm/output-tex.scm b/scm/output-tex.scm index 759173122e..2128cec4fe 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--2003 Jan Nieuwenhuizen +;;; (c) 1998--2004 Jan Nieuwenhuizen ;;; Han-Wen Nienhuys diff --git a/scm/part-combiner.scm b/scm/part-combiner.scm index 24ff8b9d77..ea7d77a423 100644 --- a/scm/part-combiner.scm +++ b/scm/part-combiner.scm @@ -1,11 +1,12 @@ - +;;;; part-combiner.scm -- +;;;; +;;;; source file of the GNU LilyPond music typesetter +;;;; +;;;; (c) 1998--2004 Han-Wen Nienhuys ;; todo: figure out how to make module, ;; without breaking nested ly scopes -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; part-combiner. - (define-class () (event-list #:init-value '() #:accessor events #:init-keyword #:events) (when-moment #:accessor when #:init-keyword #:when) diff --git a/scm/slur.scm b/scm/slur.scm index 8a03c141ed..bc13a4e6ed 100644 --- a/scm/slur.scm +++ b/scm/slur.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2003 Jan Nieuwenhuizen +;;;; (c) 2000--2004 Jan Nieuwenhuizen ;;;; (define (attached-to-stem slur dir) diff --git a/scm/standalone.scm b/scm/standalone.scm index c51cb78c29..939c43cbc2 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2003 Jan Nieuwenhuizen +;;;; (c) 1998--2004 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (define standalone (not (defined? 'ly:gulp-file))) diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index 18f5f1260b..1130a0a12d 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -133,7 +133,7 @@ def identify (): def warranty (): identify () sys.stdout.write ('\n') - sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003')) + sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2004')) sys.stdout.write ('\n') sys.stdout.write (' Han-Wen Nienhuys') sys.stdout.write (' Jan Nieuwenhuizen') diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index bb071d6d10..bec71107cd 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -127,7 +127,7 @@ def identify (): def warranty (): identify () sys.stdout.write ('\n') - sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003')) + sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2004')) sys.stdout.write ('\n') sys.stdout.write (' Han-Wen Nienhuys') sys.stdout.write (' Jan Nieuwenhuizen') -- 2.39.2