From 8c00ef0a0eb95417f6db5056c0c03b7cfa2e7571 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 9 Aug 2007 14:30:52 +0200 Subject: [PATCH] Run grand-replace on all sources. Updates (c) ....--2006 lines. --- buildscripts/fixcc.py | 2 +- buildscripts/mf-to-table.py | 2 +- elisp/lilypond-mode.el | 2 +- lily/include/side-position-interface.hh | 2 +- mf/feta-arrow.mf | 2 +- mf/feta-autometric.mf | 2 +- mf/feta-beugel.mf | 2 +- mf/feta-bolletjes.mf | 2 +- mf/feta-braces-a.mf | 2 +- mf/feta-braces-b.mf | 2 +- mf/feta-braces-c.mf | 2 +- mf/feta-braces-d.mf | 2 +- mf/feta-braces-e.mf | 2 +- mf/feta-braces-f.mf | 2 +- mf/feta-braces-g.mf | 2 +- mf/feta-braces-h.mf | 2 +- mf/feta-braces-i.mf | 2 +- mf/feta-din-code.mf | 2 +- mf/feta-eindelijk.mf | 2 +- mf/feta-generic.mf | 2 +- mf/feta-haak.mf | 2 +- mf/feta-klef.mf | 2 +- mf/feta-nummer-code.mf | 2 +- mf/feta-pendaal.mf | 2 +- mf/feta-schrift.mf | 2 +- mf/feta-slag.mf | 2 +- mf/feta-timesig.mf | 2 +- mf/feta-toevallig.mf | 2 +- mf/parmesan-accidentals.mf | 2 +- mf/parmesan-clefs.mf | 2 +- mf/parmesan-custodes.mf | 2 +- mf/parmesan-flags.mf | 2 +- mf/parmesan-generic.mf | 2 +- mf/parmesan-heads.mf | 2 +- mf/parmesan-macros.mf | 2 +- mf/parmesan-rests.mf | 2 +- mf/parmesan-scripts.mf | 2 +- mf/parmesan-timesig.mf | 4 ++-- python/lilylib.py | 2 +- python/midi.c | 2 +- scm/auto-beam.scm | 2 +- scm/backend-library.scm | 2 +- scm/c++.scm | 2 +- scm/chord-entry.scm | 2 +- scm/chord-generic-names.scm | 2 +- scm/chord-ignatzek-names.scm | 2 +- scm/chord-name.scm | 2 +- scm/define-context-properties.scm | 2 +- scm/define-grob-interfaces.scm | 2 +- scm/define-grob-properties.scm | 2 +- scm/define-grobs.scm | 2 +- scm/define-markup-commands.scm | 2 +- scm/define-music-display-methods.scm | 2 +- scm/define-music-properties.scm | 2 +- scm/define-music-types.scm | 2 +- scm/define-stencil-commands.scm | 2 +- scm/display-lily.scm | 2 +- scm/document-backend.scm | 2 +- scm/document-functions.scm | 2 +- scm/document-markup.scm | 2 +- scm/document-music.scm | 2 +- scm/document-translation.scm | 2 +- scm/documentation-generate.scm | 2 +- scm/documentation-lib.scm | 2 +- scm/editor.scm | 2 +- scm/encoding.scm | 2 +- scm/file-cache.scm | 2 +- scm/font.scm | 2 +- scm/framework-eps.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/kpathsea.scm | 2 +- scm/layout-beam.scm | 2 +- scm/layout-page-layout.scm | 2 +- scm/layout-slur.scm | 2 +- scm/lily-library.scm | 2 +- scm/lily.scm | 2 +- scm/markup.scm | 2 +- scm/midi.scm | 2 +- scm/music-functions.scm | 2 +- scm/output-lib.scm | 2 +- scm/output-ps.scm | 2 +- scm/output-svg.scm | 2 +- scm/output-tex.scm | 2 +- scm/output-texstr.scm | 2 +- scm/paper.scm | 2 +- scm/parser-clef.scm | 2 +- scm/parser-ly-from-scheme.scm | 2 +- scm/part-combiner.scm | 2 +- scm/ps-to-png.scm | 2 +- scm/safe-lily.scm | 2 +- scm/script.scm | 2 +- scm/standalone.scm | 2 +- scm/stencil.scm | 2 +- scm/titling.scm | 2 +- scm/to-xml.scm | 2 +- scm/translation-functions.scm | 2 +- scm/x11-color.scm | 2 +- scripts/convert-ly.py | 2 +- scripts/lilypond-book.py | 2 +- scripts/lilypond-invoke-editor.scm | 2 +- scripts/midi2ly.py | 2 +- scripts/musicxml2ly.py | 2 +- tex/lilyponddefs.tex | 2 +- 107 files changed, 108 insertions(+), 108 deletions(-) mode change 100755 => 100644 scripts/lilypond-invoke-editor.scm diff --git a/buildscripts/fixcc.py b/buildscripts/fixcc.py index a9886c6911..a3bd8559e8 100644 --- a/buildscripts/fixcc.py +++ b/buildscripts/fixcc.py @@ -532,7 +532,7 @@ typedef struct _t_ligature typedef std::map < AFM_Ligature const *, int > Bar; /** - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ /* || diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 7febb8fa32..0cdcbf9d61 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -4,7 +4,7 @@ # # source file of the GNU LilyPond music typesetter # -# (c) 1997--2006 Han-Wen Nienhuys +# (c) 1997--2007 Han-Wen Nienhuys import os import sys diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index d27487c6ed..769331fe03 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--2006 Jan Nieuwenhuizen +;;;; (c) 1999--2007 Jan Nieuwenhuizen ;;;; ;;;; Changed 2001--2003 Heikki Junes ;;;; * Add PS-compilation, PS-viewing and MIDI-play (29th Aug 2001) diff --git a/lily/include/side-position-interface.hh b/lily/include/side-position-interface.hh index 88f8735d68..c706e7e6ad 100644 --- a/lily/include/side-position-interface.hh +++ b/lily/include/side-position-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys */ #ifndef SIDE_POSITION_INTERFACE_HH diff --git a/mf/feta-arrow.mf b/mf/feta-arrow.mf index 51c269364a..a89a8b1d12 100644 --- a/mf/feta-arrow.mf +++ b/mf/feta-arrow.mf @@ -3,7 +3,7 @@ % % source file of the GNU LilyPond music typesetter % -% (c) 2005--2006 Han-Wen Nienhuys +% (c) 2005--2007 Han-Wen Nienhuys fet_begingroup ("arrowheads"); diff --git a/mf/feta-autometric.mf b/mf/feta-autometric.mf index 50648f13c0..921053ec79 100644 --- a/mf/feta-autometric.mf +++ b/mf/feta-autometric.mf @@ -4,7 +4,7 @@ % source file of the Feta (not an acronym for Font-En-Tja) % pretty-but-neat music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % Jan Nieuwenhuizen % % these macros help create ascii logging output diff --git a/mf/feta-beugel.mf b/mf/feta-beugel.mf index bb928d3b7e..30bd20c3ad 100644 --- a/mf/feta-beugel.mf +++ b/mf/feta-beugel.mf @@ -4,7 +4,7 @@ % source file of the Feta (not an acronym for Font-En-Tja) % pretty-but-neat music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % Jan Nieuwenhuizen diff --git a/mf/feta-bolletjes.mf b/mf/feta-bolletjes.mf index 1926fc5224..7fa4a368d5 100644 --- a/mf/feta-bolletjes.mf +++ b/mf/feta-bolletjes.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 1997--2006 Jan Nieuwenhuizen +% (c) 1997--2007 Jan Nieuwenhuizen % & Han-Wen Nienhuys % & Juergen Reuter % diff --git a/mf/feta-braces-a.mf b/mf/feta-braces-a.mf index 6dbd7b454c..834de28259 100644 --- a/mf/feta-braces-a.mf +++ b/mf/feta-braces-a.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 0; diff --git a/mf/feta-braces-b.mf b/mf/feta-braces-b.mf index f38466bf02..82d26573b1 100644 --- a/mf/feta-braces-b.mf +++ b/mf/feta-braces-b.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 1; diff --git a/mf/feta-braces-c.mf b/mf/feta-braces-c.mf index a317c162cd..88924f57f3 100644 --- a/mf/feta-braces-c.mf +++ b/mf/feta-braces-c.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 2; diff --git a/mf/feta-braces-d.mf b/mf/feta-braces-d.mf index 00225ebba8..23e476383c 100644 --- a/mf/feta-braces-d.mf +++ b/mf/feta-braces-d.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 3; diff --git a/mf/feta-braces-e.mf b/mf/feta-braces-e.mf index 5c31683c8b..e12d7e5685 100644 --- a/mf/feta-braces-e.mf +++ b/mf/feta-braces-e.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 4; diff --git a/mf/feta-braces-f.mf b/mf/feta-braces-f.mf index afa652c7b1..21cedda8e2 100644 --- a/mf/feta-braces-f.mf +++ b/mf/feta-braces-f.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 5; diff --git a/mf/feta-braces-g.mf b/mf/feta-braces-g.mf index fcded01081..5f2fdd3406 100644 --- a/mf/feta-braces-g.mf +++ b/mf/feta-braces-g.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 6; diff --git a/mf/feta-braces-h.mf b/mf/feta-braces-h.mf index 6f07df5ac6..61e195b600 100644 --- a/mf/feta-braces-h.mf +++ b/mf/feta-braces-h.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 7; diff --git a/mf/feta-braces-i.mf b/mf/feta-braces-i.mf index b87ab57a2e..c99b79d7b6 100644 --- a/mf/feta-braces-i.mf +++ b/mf/feta-braces-i.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % font_count := 8; diff --git a/mf/feta-din-code.mf b/mf/feta-din-code.mf index 2f89f13ad0..0b757af413 100644 --- a/mf/feta-din-code.mf +++ b/mf/feta-din-code.mf @@ -4,7 +4,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 1997--2006 Jan Nieuwenhuizen +% (c) 1997--2007 Jan Nieuwenhuizen ex# := (dynamic_design_size / 2.4) * pt#; diff --git a/mf/feta-eindelijk.mf b/mf/feta-eindelijk.mf index c1618ece73..f16494b26c 100644 --- a/mf/feta-eindelijk.mf +++ b/mf/feta-eindelijk.mf @@ -4,7 +4,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 1997--2006 Jan Nieuwenhuizen +% (c) 1997--2007 Jan Nieuwenhuizen fet_begingroup ("rests"); diff --git a/mf/feta-generic.mf b/mf/feta-generic.mf index 1fca5618a3..ab7ff5bb30 100644 --- a/mf/feta-generic.mf +++ b/mf/feta-generic.mf @@ -5,7 +5,7 @@ % source file of the Feta (defintively not an abbreviation for Font-En-Tja) % music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % diff --git a/mf/feta-haak.mf b/mf/feta-haak.mf index 4b426a578f..2e8e83275a 100644 --- a/mf/feta-haak.mf +++ b/mf/feta-haak.mf @@ -4,7 +4,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 2005--2006 Han-Wen Nienhuys +% (c) 2005--2007 Han-Wen Nienhuys fet_begingroup ("brackettips"); diff --git a/mf/feta-klef.mf b/mf/feta-klef.mf index eaff040c9e..66aa9b8d26 100644 --- a/mf/feta-klef.mf +++ b/mf/feta-klef.mf @@ -4,7 +4,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 1997--2006 Han-Wen Nienhuys , +% (c) 1997--2007 Han-Wen Nienhuys , % Jan Nieuwenhuizen , % Juergen Reuter diff --git a/mf/feta-nummer-code.mf b/mf/feta-nummer-code.mf index ae264fa503..b0fca2d482 100644 --- a/mf/feta-nummer-code.mf +++ b/mf/feta-nummer-code.mf @@ -4,7 +4,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 1997--2006 Jan Nieuwenhuizen +% (c) 1997--2007 Jan Nieuwenhuizen height# := number_design_size; diff --git a/mf/feta-pendaal.mf b/mf/feta-pendaal.mf index ccdad5a0b1..6071009325 100644 --- a/mf/feta-pendaal.mf +++ b/mf/feta-pendaal.mf @@ -5,7 +5,7 @@ % % source file of the Feta (not the Font-En-Tja) music font % -% (c) 2000--2006 Jan Nieuwenhuizen +% (c) 2000--2007 Jan Nieuwenhuizen % % Voor Cup diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 7b2cdd932b..10eebb5926 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -4,7 +4,7 @@ % source file of the Feta (defintively not an abbreviation for Font-En-Tja) % music font % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % Jan Nieuwenhuizen % diff --git a/mf/feta-slag.mf b/mf/feta-slag.mf index 7834d1fd80..46004e2e9f 100644 --- a/mf/feta-slag.mf +++ b/mf/feta-slag.mf @@ -4,7 +4,7 @@ % source file of the Feta (definitely not an abbreviation for Font-En-Tja) % music font % -% (c) 1998--2006 Jan Nieuwenhuizen +% (c) 1998--2007 Jan Nieuwenhuizen % % this file is included by feta-scripts.mf diff --git a/mf/feta-timesig.mf b/mf/feta-timesig.mf index 58bc9d9f9c..4f23566293 100644 --- a/mf/feta-timesig.mf +++ b/mf/feta-timesig.mf @@ -3,7 +3,7 @@ % % source file of the Feta (not an abbreviation of Font-En-Tja) music font % -% (c) 1998--2006 Mats Bengtsson , +% (c) 1998--2007 Mats Bengtsson , % Christian Mondrup fet_begingroup ("timesig"); diff --git a/mf/feta-toevallig.mf b/mf/feta-toevallig.mf index 53564e07f5..1f2690dd5e 100644 --- a/mf/feta-toevallig.mf +++ b/mf/feta-toevallig.mf @@ -1,7 +1,7 @@ % % feta-toevallig.mf -- implement Accidentals % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % diff --git a/mf/parmesan-accidentals.mf b/mf/parmesan-accidentals.mf index 4d8da44004..ba4bf78868 100644 --- a/mf/parmesan-accidentals.mf +++ b/mf/parmesan-accidentals.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % fet_begingroup ("accidentals"); diff --git a/mf/parmesan-clefs.mf b/mf/parmesan-clefs.mf index 9272212157..5b6d21f802 100644 --- a/mf/parmesan-clefs.mf +++ b/mf/parmesan-clefs.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % fet_begingroup ("clefs"); diff --git a/mf/parmesan-custodes.mf b/mf/parmesan-custodes.mf index fca50e37f2..47848b7db0 100644 --- a/mf/parmesan-custodes.mf +++ b/mf/parmesan-custodes.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2000--2006 Juergen Reuter +% (c) 2000--2007 Juergen Reuter % save black_notehead_width; diff --git a/mf/parmesan-flags.mf b/mf/parmesan-flags.mf index 26f6a74ac1..737a39b65f 100644 --- a/mf/parmesan-flags.mf +++ b/mf/parmesan-flags.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % fet_begingroup ("flags"); diff --git a/mf/parmesan-generic.mf b/mf/parmesan-generic.mf index 39c4ef6cf1..8a26d1dc65 100644 --- a/mf/parmesan-generic.mf +++ b/mf/parmesan-generic.mf @@ -4,7 +4,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2002--2006 Juergen Reuter +% (c) 2002--2007 Juergen Reuter % diff --git a/mf/parmesan-heads.mf b/mf/parmesan-heads.mf index a83449781e..b69c378ffc 100644 --- a/mf/parmesan-heads.mf +++ b/mf/parmesan-heads.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % % Neo-mensural heads originally by % Christian Mondrup and Mats Bengtsson diff --git a/mf/parmesan-macros.mf b/mf/parmesan-macros.mf index e72bcbf1fc..1f0b4ad535 100644 --- a/mf/parmesan-macros.mf +++ b/mf/parmesan-macros.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % diff --git a/mf/parmesan-rests.mf b/mf/parmesan-rests.mf index ef69f69e81..5beeedc1b2 100644 --- a/mf/parmesan-rests.mf +++ b/mf/parmesan-rests.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2001--2006 Juergen Reuter +% (c) 2001--2007 Juergen Reuter % % Neo-mensural rests originally by % Christian Mondrup and Mats Bengtsson. diff --git a/mf/parmesan-scripts.mf b/mf/parmesan-scripts.mf index 59c6993ee5..1aebbe5c57 100644 --- a/mf/parmesan-scripts.mf +++ b/mf/parmesan-scripts.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 2002--2006 Juergen Reuter +% (c) 2002--2007 Juergen Reuter % fet_begingroup ("scripts"); diff --git a/mf/parmesan-timesig.mf b/mf/parmesan-timesig.mf index 68036229a9..538016d9ea 100644 --- a/mf/parmesan-timesig.mf +++ b/mf/parmesan-timesig.mf @@ -3,9 +3,9 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 1998--2006 Mats Bengtsson , +% (c) 1998--2007 Mats Bengtsson , % Christian Mondrup -% (c) 2002--2006 Juergen Reuter +% (c) 2002--2007 Juergen Reuter % fet_begingroup ("timesig"); diff --git a/python/lilylib.py b/python/lilylib.py index 156c9b7c8d..4372234593 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -3,7 +3,7 @@ # # source file of the GNU LilyPond music typesetter # -# (c) 1998--2006 Han-Wen Nienhuys +# (c) 1998--2007 Han-Wen Nienhuys # Jan Nieuwenhuizen import __main__ diff --git a/python/midi.c b/python/midi.c index 69ac12848c..d9febf7aa3 100644 --- a/python/midi.c +++ b/python/midi.c @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2006 Han-Wen Nienhuys + (c) 2001--2007 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/scm/auto-beam.scm b/scm/auto-beam.scm index 610cb051f4..56d1ce7311 100644 --- a/scm/auto-beam.scm +++ b/scm/auto-beam.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Jan Nieuwenhuizen +;;;; (c) 2000--2007 Jan Nieuwenhuizen ;;; specify generic beam begin and end times diff --git a/scm/backend-library.scm b/scm/backend-library.scm index 0f13b6f55a..45b156a6c8 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Jan Nieuwenhuizen +;;;; (c) 2005--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/scm/c++.scm b/scm/c++.scm index 800d08bfe6..17586d1f38 100644 --- a/scm/c++.scm +++ b/scm/c++.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;; Note: this file can't be used without LilyPond executable diff --git a/scm/chord-entry.scm b/scm/chord-entry.scm index 275367bb39..80a473acb1 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (define-public (construct-chord-elements root duration modifications) " Build a chord on root using modifiers in MODIFICATIONS. NoteEvents diff --git a/scm/chord-generic-names.scm b/scm/chord-generic-names.scm index c35a50cea2..923cddd2cf 100644 --- a/scm/chord-generic-names.scm +++ b/scm/chord-generic-names.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2006 Jan Nieuwenhuizen +;;;; (c) 2003--2007 Jan Nieuwenhuizen ;;;; NOTE: this is experimental code diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index b3cdb56946..fb1a534342 100644 --- a/scm/chord-ignatzek-names.scm +++ b/scm/chord-ignatzek-names.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 939ae7b91e..c49443f2ef 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Jan Nieuwenhuizen +;;;; (c) 2000--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (define (natural-chord-alteration p) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index fd840c0457..d883e6437c 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index 46d23d949a..707344e605 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--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 9f577d84b4..598e4a838a 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--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (define-grob-property symbol type? description) diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 6b2135c9e6..436aa9ebfd 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--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; distances are given in line-thickness (thicknesses) and diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index b6b102d396..55a313f3ec 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen diff --git a/scm/define-music-display-methods.scm b/scm/define-music-display-methods.scm index e3afd7f273..d5449925ec 100644 --- a/scm/define-music-display-methods.scm +++ b/scm/define-music-display-methods.scm @@ -1,7 +1,7 @@ ;;; define-music-display-methods.scm -- data for displaying music ;;; expressions using LilyPond notation. ;;; -;;; (c) 2005--2006 Nicolas Sceaux +;;; (c) 2005--2007 Nicolas Sceaux ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 2e95b5a7c9..d6202d79ff 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--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (music-property-description symbol type? description) diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index 993d93b6d0..a6e1cbe178 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;; TODO: should link back into user manual. diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 6a027b6ed4..fac14b3d6b 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -3,7 +3,7 @@ ;; ;; source file of the GNU LilyPond music typesetter ;; -;; (c) 2005--2006 Han-Wen Nienhuys +;; (c) 2005--2007 Han-Wen Nienhuys ;; (map ly:register-stencil-expression diff --git a/scm/display-lily.scm b/scm/display-lily.scm index b7e253566a..eb1b876739 100644 --- a/scm/display-lily.scm +++ b/scm/display-lily.scm @@ -2,7 +2,7 @@ ;;; ;;; ;;; -;;; (c) 2005--2006 Nicolas Sceaux +;;; (c) 2005--2007 Nicolas Sceaux ;;; ;;; - This file defines the procedures used to define display methods for each diff --git a/scm/document-backend.scm b/scm/document-backend.scm index 2a23e49afa..7e8e2f186e 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--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (interface-doc-string interface grob-description) diff --git a/scm/document-functions.scm b/scm/document-functions.scm index b057a7aab5..1e473f107a 100644 --- a/scm/document-functions.scm +++ b/scm/document-functions.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (use-modules diff --git a/scm/document-markup.scm b/scm/document-markup.scm index 4396ea4d38..8761deb83d 100644 --- a/scm/document-markup.scm +++ b/scm/document-markup.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (doc-markup-function func) diff --git a/scm/document-music.scm b/scm/document-music.scm index 0d01abb6b9..4c12b6b1e9 100644 --- a/scm/document-music.scm +++ b/scm/document-music.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (music-props-doc) diff --git a/scm/document-translation.scm b/scm/document-translation.scm index 9db6bb4b88..921d8192b9 100644 --- a/scm/document-translation.scm +++ b/scm/document-translation.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (engraver-makes-grob? name-symbol grav) diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index fa6298cd00..3d4adf09fc 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--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;; File entry point for generated documentation diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 5dc35f25a9..5239ce7891 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--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (use-modules (oop goops) diff --git a/scm/editor.scm b/scm/editor.scm index e085439666..c22ff25a71 100644 --- a/scm/editor.scm +++ b/scm/editor.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Jan Nieuwenhuizen +;;;; (c) 2005--2007 Jan Nieuwenhuizen (define-module (scm editor)) diff --git a/scm/encoding.scm b/scm/encoding.scm index 9263d467c4..a5aaa8d19a 100644 --- a/scm/encoding.scm +++ b/scm/encoding.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Jan Nieuwenhuizen +;;;; (c) 2004--2007 Jan Nieuwenhuizen diff --git a/scm/file-cache.scm b/scm/file-cache.scm index 332f9bab10..2dfed77686 100644 --- a/scm/file-cache.scm +++ b/scm/file-cache.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Han-Wen Nienhuys +;;;; (c) 2005--2007 Han-Wen Nienhuys (define cache-hash-tab (make-hash-table 11)) diff --git a/scm/font.scm b/scm/font.scm index 4d5a4bcef3..eefc1c26ee 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys ;; TODO: ;; diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 85a4a98636..c39fb518a9 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (define-module (scm framework-eps)) diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 1f5860433c..44427dbd09 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (define-module (scm framework-ps)) diff --git a/scm/framework-svg.scm b/scm/framework-svg.scm index 87480f1955..4b723e0135 100644 --- a/scm/framework-svg.scm +++ b/scm/framework-svg.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Jan Nieuwenhuizen +;;;; (c) 2004--2007 Jan Nieuwenhuizen (define-module (scm framework-svg)) diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm index 5553b5b442..8b10bac42c 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 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 2dcbebe9fc..3f61aeab06 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 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 6112d8ad77..2fe8f33605 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--2006 Carl D. Sorensen +;;;; (c) 2004--2007 Carl D. Sorensen (define (fret-parse-marking-list marking-list fret-count) (let* ((fret-range (list 1 fret-count)) diff --git a/scm/kpathsea.scm b/scm/kpathsea.scm index 64f2b59831..a4df921a9f 100644 --- a/scm/kpathsea.scm +++ b/scm/kpathsea.scm @@ -4,7 +4,7 @@ ;; ;; source file of the GNU LilyPond music typesetter ;; -;; (c) 2005--2006 Han-Wen Nienhuys +;; (c) 2005--2007 Han-Wen Nienhuys ;; (define-module (scm kpathsea)) diff --git a/scm/layout-beam.scm b/scm/layout-beam.scm index 8edfd9c757..ef5cde4778 100644 --- a/scm/layout-beam.scm +++ b/scm/layout-beam.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Jan Nieuwenhuizen +;;;; (c) 2000--2007 Jan Nieuwenhuizen ;;;; (define ((check-beam-quant posl posr) beam posns) diff --git a/scm/layout-page-layout.scm b/scm/layout-page-layout.scm index 68cc9d49c8..38da734bd3 100644 --- a/scm/layout-page-layout.scm +++ b/scm/layout-page-layout.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Jan Nieuwenhuizen +;;;; (c) 2004--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (define-module (scm layout-page-layout) diff --git a/scm/layout-slur.scm b/scm/layout-slur.scm index 93ec7435f4..d458506f17 100644 --- a/scm/layout-slur.scm +++ b/scm/layout-slur.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Jan Nieuwenhuizen +;;;; (c) 2000--2007 Jan Nieuwenhuizen ; ; this is put into the slur-details property of Slur and PhrasingSlur (define default-slur-details diff --git a/scm/lily-library.scm b/scm/lily-library.scm index 6bd66501e4..068bbb2873 100644 --- a/scm/lily-library.scm +++ b/scm/lily-library.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/scm/lily.scm b/scm/lily.scm index bddf997764..3701011a4f 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;; Internationalisation: (_i "to be translated") gets an entry in the diff --git a/scm/markup.scm b/scm/markup.scm index 70baeaa54d..c47cb4a6c3 100644 --- a/scm/markup.scm +++ b/scm/markup.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2006 Han-Wen Nienhuys +;;;; (c) 2003--2007 Han-Wen Nienhuys " Internally markup is stored as lists, whose head is a function. diff --git a/scm/midi.scm b/scm/midi.scm index cef0fae28b..715c8c0e37 100644 --- a/scm/midi.scm +++ b/scm/midi.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Jan Nieuwenhuizen +;;;; (c) 2000--2007 Jan Nieuwenhuizen diff --git a/scm/music-functions.scm b/scm/music-functions.scm index 471f9e8707..5585eebdb7 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;; (use-modules (ice-9 optargs)) diff --git a/scm/output-lib.scm b/scm/output-lib.scm index af454f24a7..77e69b0759 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--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 11e2190286..5b5217868c 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--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; Note: currently misused as testbed for titles with markup, see diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 51a491a8ef..8a8960e6d3 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--2006 Jan Nieuwenhuizen +;;;; (c) 2002--2007 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 00e0fea7ba..af663cbf0e 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--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/output-texstr.scm b/scm/output-texstr.scm index 81303dc0ca..841e71a047 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (define-module (scm output-texstr)) (define this-module (current-module)) diff --git a/scm/paper.scm b/scm/paper.scm index dd2ba52b6f..87d171802e 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (define-public (set-paper-dimension-variables mod) (module-define! mod 'dimension-variables diff --git a/scm/parser-clef.scm b/scm/parser-clef.scm index a18ab2cdac..4724090ff9 100644 --- a/scm/parser-clef.scm +++ b/scm/parser-clef.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys ;; (name . (glyph clef-position octavation)) diff --git a/scm/parser-ly-from-scheme.scm b/scm/parser-ly-from-scheme.scm index 86f3f89a27..31f0444437 100644 --- a/scm/parser-ly-from-scheme.scm +++ b/scm/parser-ly-from-scheme.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Nicolas Sceaux +;;;; (c) 2004--2007 Nicolas Sceaux ;;;; Jan Nieuwenhuizen (define gen-lily-sym diff --git a/scm/part-combiner.scm b/scm/part-combiner.scm index cc051cd5e6..81c6e36850 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys ;; todo: figure out how to make module, ;; without breaking nested ly scopes diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index a41a1ca6fa..deca66008a 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Jan Nieuwenhuizen +;;;; (c) 2005--2007 Jan Nieuwenhuizen (define-module (scm ps-to-png)) diff --git a/scm/safe-lily.scm b/scm/safe-lily.scm index 8309ec390f..6c2917890e 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--2006 Han-Wen Nienhuys +;;;; (c) 2004--2007 Han-Wen Nienhuys (map (lambda (sym) diff --git a/scm/script.scm b/scm/script.scm index a31e201aba..9df3e8905c 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys (define-public default-script-alist '(("thumb" . diff --git a/scm/standalone.scm b/scm/standalone.scm index 8fbf6b1f65..1bed6c7f5e 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys diff --git a/scm/stencil.scm b/scm/stencil.scm index 127a5f62ad..e4c15978b4 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2006 Han-Wen Nienhuys +;;;; (c) 2003--2007 Han-Wen Nienhuys (define-public (stack-stencils axis dir padding stils) "Stack stencils STILS in direction AXIS, DIR, using PADDING." diff --git a/scm/titling.scm b/scm/titling.scm index 7eae28e66d..23fdce8775 100644 --- a/scm/titling.scm +++ b/scm/titling.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2006 Jan Nieuwenhuizen +;;;; (c) 2004--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys (define-public (layout-extract-page-properties layout) diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 437cc03b4a..09acee7a65 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2006 Han-Wen Nienhuys +;;;; (c) 2003--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define-module (scm to-xml)) diff --git a/scm/translation-functions.scm b/scm/translation-functions.scm index eab413f5ce..366f44fa3b 100644 --- a/scm/translation-functions.scm +++ b/scm/translation-functions.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;; metronome marks diff --git a/scm/x11-color.scm b/scm/x11-color.scm index 77f3838b8b..9454a8fe77 100644 --- a/scm/x11-color.scm +++ b/scm/x11-color.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Bernard Hurley +;;;; (c) 2005--2007 Bernard Hurley ;;;; (define x11-color-list diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index cf67f9f240..9501b405fe 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -4,7 +4,7 @@ # # source file of the GNU LilyPond music typesetter # -# (c) 1998--2006 Han-Wen Nienhuys +# (c) 1998--2007 Han-Wen Nienhuys # Jan Nieuwenhuizen # # converting rules are found in python/convertrules.py diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 2ff452fdf9..cf51582dd5 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -101,7 +101,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '2001--2006', +''' % ( _ ('Copyright (c) %s by') % '2001--2007', ' '.join (authors), _ ("Distributed under terms of the GNU General Public License."), _ ("It comes with NO WARRANTY."))) diff --git a/scripts/lilypond-invoke-editor.scm b/scripts/lilypond-invoke-editor.scm old mode 100755 new mode 100644 index 0d8ca9ef52..e03a2afe0c --- a/scripts/lilypond-invoke-editor.scm +++ b/scripts/lilypond-invoke-editor.scm @@ -4,7 +4,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Jan Nieuwenhuizen +;;;; (c) 2005--2007 Jan Nieuwenhuizen ;; gui debug helper ;; (define (exit x) (system "sleep 10")) diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index 35b10f3987..157275c251 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -4,7 +4,7 @@ # # source file of the GNU LilyPond music typesetter # -# (c) 1998--2006 Han-Wen Nienhuys +# (c) 1998--2007 Han-Wen Nienhuys # Jan Nieuwenhuizen diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index c29daed136..e358268234 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -479,7 +479,7 @@ License and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `%s --warranty' for more information.""") % 'lilypond' + """ -Copyright (c) 2005--2006 by +Copyright (c) 2005--2007 by Han-Wen Nienhuys and Jan Nieuwenhuizen """), diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index b7bf6d2a69..467f563995 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -2,7 +2,7 @@ %%% %%% source file of the GNU LilyPond music typesetter %%% -%%% (c) 1998--2006 Jan Nieuwenhuizen +%%% (c) 1998--2007 Jan Nieuwenhuizen %%% Han-Wen Nienhuys %%% Mats Bengtsson %%% -- 2.39.2