From: Han-Wen Nienhuys Date: Sun, 12 Jan 2003 22:01:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.12~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7aabfb20c46e0a1de41698ddc6859ccd3a6dea85;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 78a91147e2..fc786a7448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-01-12 Han-Wen Nienhuys + * lily/gregorian-ligature.cc: new file + + * lily/*: the Great 2003 search & replace. + * Documentation/user/refman.itely (Manual repeat commands): add note about font selection. diff --git a/lily/a2-engraver.cc b/lily/a2-engraver.cc index c1b5e47036..9360df3f67 100644 --- a/lily/a2-engraver.cc +++ b/lily/a2-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/accidental-engraver.cc b/lily/accidental-engraver.cc index 1abf123f2c..a50b5cf404 100644 --- a/lily/accidental-engraver.cc +++ b/lily/accidental-engraver.cc @@ -1,7 +1,7 @@ /* accidental-engraver.cc -- implement accidental_engraver - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Modified 2001-2002 by Rune Zedeler */ diff --git a/lily/accidental-placement.cc b/lily/accidental-placement.cc index 03d7ac60c6..a184776174 100644 --- a/lily/accidental-placement.cc +++ b/lily/accidental-placement.cc @@ -3,7 +3,7 @@ accidental-placement.cc -- implement Accidental_placement source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/afm.cc b/lily/afm.cc index b20336967a..5510c8fe75 100644 --- a/lily/afm.cc +++ b/lily/afm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/align-interface.cc b/lily/align-interface.cc index 5bb8c33358..6a39e6b08d 100644 --- a/lily/align-interface.cc +++ b/lily/align-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index a00877a75b..28b687c9ea 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/ambitus-engraver.cc b/lily/ambitus-engraver.cc index fb153cf5e5..0f651ac0cc 100644 --- a/lily/ambitus-engraver.cc +++ b/lily/ambitus-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (C) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "engraver.hh" diff --git a/lily/ambitus.cc b/lily/ambitus.cc index 5ecf59a459..b71a2620fd 100644 --- a/lily/ambitus.cc +++ b/lily/ambitus.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (C) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "staff-symbol-referencer.hh" @@ -146,6 +146,9 @@ Ambitus::brew_molecule (SCM smob) return SCM_EOL; } + /* + FIXME: Use positions. + */ int p_min, p_max; Pitch *pitch_min = unsmob_pitch (me->get_grob_property ("pitch-min")); if (!pitch_min) diff --git a/lily/arpeggio-engraver.cc b/lily/arpeggio-engraver.cc index 278f368543..de5eb15e1c 100644 --- a/lily/arpeggio-engraver.cc +++ b/lily/arpeggio-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/arpeggio.cc b/lily/arpeggio.cc index 0d3531f6b2..70177a7584 100644 --- a/lily/arpeggio.cc +++ b/lily/arpeggio.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "molecule.hh" diff --git a/lily/audio-column.cc b/lily/audio-column.cc index 52a63e767c..e365089830 100644 --- a/lily/audio-column.cc +++ b/lily/audio-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "audio-column.hh" diff --git a/lily/audio-element-info.cc b/lily/audio-element-info.cc index 9ecd1fb4e5..c38e482b20 100644 --- a/lily/audio-element-info.cc +++ b/lily/audio-element-info.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "audio-element-info.hh" diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 1b910a6816..3df5b67e65 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "audio-element.hh" diff --git a/lily/audio-item.cc b/lily/audio-item.cc index fc34cd457b..c3f2f7f507 100644 --- a/lily/audio-item.cc +++ b/lily/audio-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "audio-item.hh" diff --git a/lily/audio-staff.cc b/lily/audio-staff.cc index f3a9e2181d..196565a0e5 100644 --- a/lily/audio-staff.cc +++ b/lily/audio-staff.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "audio-staff.hh" diff --git a/lily/auto-beam-engraver.cc b/lily/auto-beam-engraver.cc index 5942c9461b..6dc65ddfb3 100644 --- a/lily/auto-beam-engraver.cc +++ b/lily/auto-beam-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen */ diff --git a/lily/auto-change-iterator.cc b/lily/auto-change-iterator.cc index 5bd9bc0648..d57960f9bb 100644 --- a/lily/auto-change-iterator.cc +++ b/lily/auto-change-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/axis-group-engraver.cc b/lily/axis-group-engraver.cc index 4d17c426c1..b9c3ef8741 100644 --- a/lily/axis-group-engraver.cc +++ b/lily/axis-group-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "spanner.hh" diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index 1efc878a92..674ac1d326 100644 --- a/lily/axis-group-interface.cc +++ b/lily/axis-group-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include "hara-kiri-group-spanner.hh" diff --git a/lily/bar-check-iterator.cc b/lily/bar-check-iterator.cc index e14b9bd6e3..f7513b9f6d 100644 --- a/lily/bar-check-iterator.cc +++ b/lily/bar-check-iterator.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc index 6d38520d20..a23eb3402c 100644 --- a/lily/bar-engraver.cc +++ b/lily/bar-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/bar-line.cc b/lily/bar-line.cc index 5fa03b00ac..e0f0ca038d 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/bar-number-engraver.cc b/lily/bar-number-engraver.cc index 4e1a45d180..4ef961ad74 100644 --- a/lily/bar-number-engraver.cc +++ b/lily/bar-number-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/beam-engraver.cc b/lily/beam-engraver.cc index 9610d36fd1..803cd8b1aa 100644 --- a/lily/beam-engraver.cc +++ b/lily/beam-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include "engraver-group-engraver.hh" diff --git a/lily/beam-quanting.cc b/lily/beam-quanting.cc index 64f63e9e21..96dfe50c72 100644 --- a/lily/beam-quanting.cc +++ b/lily/beam-quanting.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/beam.cc b/lily/beam.cc index a0cd21fb3f..2f403f3067 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/beaming-info.cc b/lily/beaming-info.cc index 35ba768395..d66a452814 100644 --- a/lily/beaming-info.cc +++ b/lily/beaming-info.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/bezier-bow.cc b/lily/bezier-bow.cc index c0a87c1552..89d1af4775 100644 --- a/lily/bezier-bow.cc +++ b/lily/bezier-bow.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/bezier.cc b/lily/bezier.cc index ffe48f240d..416f9940d0 100644 --- a/lily/bezier.cc +++ b/lily/bezier.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/binary-source-file.cc b/lily/binary-source-file.cc index 54771a6f9c..d43568dfc2 100644 --- a/lily/binary-source-file.cc +++ b/lily/binary-source-file.cc @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ diff --git a/lily/box.cc b/lily/box.cc index efed2217b5..c678caf76b 100644 --- a/lily/box.cc +++ b/lily/box.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include "box.hh" diff --git a/lily/break-algorithm.cc b/lily/break-algorithm.cc index bfacc859f3..407e93ca18 100644 --- a/lily/break-algorithm.cc +++ b/lily/break-algorithm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include "paper-column.hh" diff --git a/lily/break-align-engraver.cc b/lily/break-align-engraver.cc index 864f01a5d5..6bb84b639b 100644 --- a/lily/break-align-engraver.cc +++ b/lily/break-align-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "engraver.hh" diff --git a/lily/break-align-interface.cc b/lily/break-align-interface.cc index 7913212244..72a944c3d8 100644 --- a/lily/break-align-interface.cc +++ b/lily/break-align-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/change-iterator.cc b/lily/change-iterator.cc index 747fd35dc7..b07781ebcb 100644 --- a/lily/change-iterator.cc +++ b/lily/change-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "change-iterator.hh" diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index 2c6d0e4faa..96377ba60b 100644 --- a/lily/chord-name-engraver.cc +++ b/lily/chord-name-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/chord-name.cc b/lily/chord-name.cc index 80c58ee5e5..aa1ec6e6b0 100644 --- a/lily/chord-name.cc +++ b/lily/chord-name.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen */ #include "chord-name.hh" diff --git a/lily/chord-tremolo-engraver.cc b/lily/chord-tremolo-engraver.cc index 78cfa5d256..9f41805805 100644 --- a/lily/chord-tremolo-engraver.cc +++ b/lily/chord-tremolo-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/chord-tremolo-iterator.cc b/lily/chord-tremolo-iterator.cc index fd456b6ac3..a8d6ade083 100644 --- a/lily/chord-tremolo-iterator.cc +++ b/lily/chord-tremolo-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/chord.cc b/lily/chord.cc index 4adb398599..024c54833a 100644 --- a/lily/chord.cc +++ b/lily/chord.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen */ #include "chord.hh" diff --git a/lily/clef-engraver.cc b/lily/clef-engraver.cc index bcdd8f3e36..1891eb4afc 100644 --- a/lily/clef-engraver.cc +++ b/lily/clef-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys , + (c) 1997--2003 Han-Wen Nienhuys , Mats Bengtsson */ diff --git a/lily/clef.cc b/lily/clef.cc index 062d7b81ef..0b72e88a88 100644 --- a/lily/clef.cc +++ b/lily/clef.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "clef.hh" diff --git a/lily/cluster-engraver.cc b/lily/cluster-engraver.cc index f9a659e0fb..6f01a17508 100644 --- a/lily/cluster-engraver.cc +++ b/lily/cluster-engraver.cc @@ -1,7 +1,7 @@ /* cluster-engraver.cc -- implement Cluster_engraver - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "engraver.hh" diff --git a/lily/cluster.cc b/lily/cluster.cc index 0e32dd14a8..0897c9bf56 100644 --- a/lily/cluster.cc +++ b/lily/cluster.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include diff --git a/lily/collision-engraver.cc b/lily/collision-engraver.cc index 4371840b5b..c1c08fd3bd 100644 --- a/lily/collision-engraver.cc +++ b/lily/collision-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "note-column.hh" diff --git a/lily/column-x-positions.cc b/lily/column-x-positions.cc index 7863ac0463..1615e4a49a 100644 --- a/lily/column-x-positions.cc +++ b/lily/column-x-positions.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "column-x-positions.hh" diff --git a/lily/completion-note-heads-engraver.cc b/lily/completion-note-heads-engraver.cc index 10d6d6b688..676c39a6ef 100644 --- a/lily/completion-note-heads-engraver.cc +++ b/lily/completion-note-heads-engraver.cc @@ -1,7 +1,7 @@ /* head-grav.cc -- part of GNU LilyPond - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc index 1fab03fe30..dc3c929781 100644 --- a/lily/context-specced-music-iterator.cc +++ b/lily/context-specced-music-iterator.cc @@ -3,7 +3,7 @@ context-specced-music-iterator.cc -- implement source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/dimension-cache.cc b/lily/dimension-cache.cc index 9c7fae5d74..c98b949fd3 100644 --- a/lily/dimension-cache.cc +++ b/lily/dimension-cache.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include #include "warn.hh" diff --git a/lily/directional-element-interface.cc b/lily/directional-element-interface.cc index ccbdc5de9c..daf19d91a5 100644 --- a/lily/directional-element-interface.cc +++ b/lily/directional-element-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/dot-column-engraver.cc b/lily/dot-column-engraver.cc index 65c637183f..55956b3eb4 100644 --- a/lily/dot-column-engraver.cc +++ b/lily/dot-column-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/dot-column.cc b/lily/dot-column.cc index 3b33e6e198..736588a0e0 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "dots.hh" diff --git a/lily/dots.cc b/lily/dots.cc index 8654c627b0..b6343f17b4 100644 --- a/lily/dots.cc +++ b/lily/dots.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "dots.hh" diff --git a/lily/duration.cc b/lily/duration.cc index c8e6040527..32a9febfee 100644 --- a/lily/duration.cc +++ b/lily/duration.cc @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/dynamic-engraver.cc b/lily/dynamic-engraver.cc index ca58662b9f..0d7ffd1da9 100644 --- a/lily/dynamic-engraver.cc +++ b/lily/dynamic-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "warn.hh" #include "dimensions.hh" diff --git a/lily/engraver-group-engraver.cc b/lily/engraver-group-engraver.cc index 9a39034b37..aa25efaa6e 100644 --- a/lily/engraver-group-engraver.cc +++ b/lily/engraver-group-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "flower-proto.hh" diff --git a/lily/engraver.cc b/lily/engraver.cc index fc10a7d84d..0278fb7439 100644 --- a/lily/engraver.cc +++ b/lily/engraver.cc @@ -3,7 +3,7 @@ Sourcefile of GNU LilyPond music type setter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "music.hh" diff --git a/lily/event-chord-iterator.cc b/lily/event-chord-iterator.cc index 7216d2aa38..c417e55917 100644 --- a/lily/event-chord-iterator.cc +++ b/lily/event-chord-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/event.cc b/lily/event.cc index fad850caf4..ad736eb794 100644 --- a/lily/event.cc +++ b/lily/event.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include "event.hh" diff --git a/lily/fingering-engraver.cc b/lily/fingering-engraver.cc index 6cc7696326..a32bd5b486 100644 --- a/lily/fingering-engraver.cc +++ b/lily/fingering-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/folded-repeat-iterator.cc b/lily/folded-repeat-iterator.cc index da91f14315..c5dfb5d45d 100644 --- a/lily/folded-repeat-iterator.cc +++ b/lily/folded-repeat-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/font-interface.cc b/lily/font-interface.cc index e3fc738fd4..5a7d6300df 100644 --- a/lily/font-interface.cc +++ b/lily/font-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/font-metric.cc b/lily/font-metric.cc index 86f9700083..a1c0f72bff 100644 --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys Mats Bengtsson (the ugly TeX parsing in text_dimension) */ diff --git a/lily/font-size-engraver.cc b/lily/font-size-engraver.cc index 1178abc4b2..c1812e5ace 100644 --- a/lily/font-size-engraver.cc +++ b/lily/font-size-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/global-ctor.cc b/lily/global-ctor.cc index a4e585078e..eecc7ed312 100644 --- a/lily/global-ctor.cc +++ b/lily/global-ctor.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "global-ctor.hh" diff --git a/lily/global-translator.cc b/lily/global-translator.cc index 56085db9e3..f43c5486c0 100644 --- a/lily/global-translator.cc +++ b/lily/global-translator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/gourlay-breaking.cc b/lily/gourlay-breaking.cc index 929f9a1bf4..543caebacb 100644 --- a/lily/gourlay-breaking.cc +++ b/lily/gourlay-breaking.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include // rint #include diff --git a/lily/grace-iterator.cc b/lily/grace-iterator.cc index 6668b66f4e..325a0d5207 100644 --- a/lily/grace-iterator.cc +++ b/lily/grace-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/grace-music.cc b/lily/grace-music.cc index 3cf9414727..946476954a 100644 --- a/lily/grace-music.cc +++ b/lily/grace-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/gregorian-ligature-engraver.cc b/lily/gregorian-ligature-engraver.cc index 12ec008a79..f3ba8b9ba4 100644 --- a/lily/gregorian-ligature-engraver.cc +++ b/lily/gregorian-ligature-engraver.cc @@ -307,12 +307,3 @@ ENTER_DESCRIPTION (Gregorian_ligature_engraver, /* acks */ "ligature-head-interface note-head-interface rest-interface", /* reads */ "", /* write */ ""); - -class Gregorian_ligature { -public: - static bool has_interface (Grob *); -}; -ADD_INTERFACE (Gregorian_ligature, "gregorian-ligature-interface", - "A gregorian ligature", - "virga stropha inclinatum auctum descendens ascendens " - "pes-or-flexa semivocalis oriscus quilisma deminutum"); diff --git a/lily/grob-info.cc b/lily/grob-info.cc index fff2596a9d..d3a6378206 100644 --- a/lily/grob-info.cc +++ b/lily/grob-info.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "grob.hh" diff --git a/lily/grob-pitch-tuple.cc b/lily/grob-pitch-tuple.cc index be8dd82e4d..7293453696 100644 --- a/lily/grob-pitch-tuple.cc +++ b/lily/grob-pitch-tuple.cc @@ -3,7 +3,7 @@ grob-pitch-tuple.cc -- implement Grob_pitch_tuple source file of the GNU LilyPond music typesetter -(c) 2001--2002 Han-Wen Nienhuys +(c) 2001--2003 Han-Wen Nienhuys */ #include "grob-pitch-tuple.hh" diff --git a/lily/grob-pq-engraver.cc b/lily/grob-pq-engraver.cc index 5830d20fc9..4f7208962b 100644 --- a/lily/grob-pq-engraver.cc +++ b/lily/grob-pq-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/grob.cc b/lily/grob.cc index 86c7d499d6..b1fd927a14 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/group-interface.cc b/lily/group-interface.cc index e518792ef8..b7b45ecf7f 100644 --- a/lily/group-interface.cc +++ b/lily/group-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "group-interface.hh" diff --git a/lily/hairpin.cc b/lily/hairpin.cc index 63095505e5..503b575f6e 100644 --- a/lily/hairpin.cc +++ b/lily/hairpin.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "molecule.hh" diff --git a/lily/hara-kiri-group-spanner.cc b/lily/hara-kiri-group-spanner.cc index 664b540b16..83a4f27068 100644 --- a/lily/hara-kiri-group-spanner.cc +++ b/lily/hara-kiri-group-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/horizontal-bracket-engraver.cc b/lily/horizontal-bracket-engraver.cc index f4c819aa29..3db54efbf2 100644 --- a/lily/horizontal-bracket-engraver.cc +++ b/lily/horizontal-bracket-engraver.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index ef0cc48693..c7fd73e05f 100644 --- a/lily/horizontal-bracket.cc +++ b/lily/horizontal-bracket.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/identifier-smob.cc b/lily/identifier-smob.cc index a17efc4ae6..bd61f570ec 100644 --- a/lily/identifier-smob.cc +++ b/lily/identifier-smob.cc @@ -4,7 +4,7 @@ identifiers. source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ #include "identifier-smob.hh" diff --git a/lily/includable-lexer.cc b/lily/includable-lexer.cc index 440b9d507a..e2bd367808 100644 --- a/lily/includable-lexer.cc +++ b/lily/includable-lexer.cc @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/input-file-results.cc b/lily/input-file-results.cc index cc8511c94d..281c345ee7 100644 --- a/lily/input-file-results.cc +++ b/lily/input-file-results.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "config.h" diff --git a/lily/input-smob.cc b/lily/input-smob.cc index 2b5d8cbfdd..929db6dddd 100644 --- a/lily/input-smob.cc +++ b/lily/input-smob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/instrument-name-engraver.cc b/lily/instrument-name-engraver.cc index 1b94c20a4f..590600ef8a 100644 --- a/lily/instrument-name-engraver.cc +++ b/lily/instrument-name-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/interpretation-context-handle.cc b/lily/interpretation-context-handle.cc index 7b0afb6a1e..ef840ebf9a 100644 --- a/lily/interpretation-context-handle.cc +++ b/lily/interpretation-context-handle.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "interpretation-context-handle.hh" diff --git a/lily/item.cc b/lily/item.cc index 77083104e0..c3e8c38569 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc index 95fb3879d2..cb28955a16 100644 --- a/lily/key-engraver.cc +++ b/lily/key-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/key-performer.cc b/lily/key-performer.cc index ce8c330ad3..e67c68f27d 100644 --- a/lily/key-performer.cc +++ b/lily/key-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "lily-guile.hh" diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index b4d78d20a0..762e703fae 100644 --- a/lily/key-signature-interface.cc +++ b/lily/key-signature-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys keyplacement by Mats Bengtsson */ diff --git a/lily/kpath.cc b/lily/kpath.cc index a8a5211437..3516e61318 100644 --- a/lily/kpath.cc +++ b/lily/kpath.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include diff --git a/lily/least-squares.cc b/lily/least-squares.cc index 8100e7ebb8..ec7b231cf1 100644 --- a/lily/least-squares.cc +++ b/lily/least-squares.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ diff --git a/lily/lexer.ll b/lily/lexer.ll index 91b25c1b39..c3f469a6b8 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -4,7 +4,7 @@ source file of the LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/ligature-bracket-engraver.cc b/lily/ligature-bracket-engraver.cc index 9970886bed..5c0bb246ed 100644 --- a/lily/ligature-bracket-engraver.cc +++ b/lily/ligature-bracket-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "ligature-engraver.hh" diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index 53da233be8..17414179cb 100644 --- a/lily/ligature-engraver.cc +++ b/lily/ligature-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "ligature-engraver.hh" diff --git a/lily/ligature-head.cc b/lily/ligature-head.cc index 8959988fef..ff90c1414b 100644 --- a/lily/ligature-head.cc +++ b/lily/ligature-head.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "ligature-head.hh" diff --git a/lily/lily-guile.cc b/lily/lily-guile.cc index 1914ed3a28..c49923bbf9 100644 --- a/lily/lily-guile.cc +++ b/lily/lily-guile.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/lily-version.cc b/lily/lily-version.cc index 95f503e610..eb31aaec17 100644 --- a/lily/lily-version.cc +++ b/lily/lily-version.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen */ #include "config.h" diff --git a/lily/lilypond-version.cc b/lily/lilypond-version.cc index b773723a93..309420e660 100644 --- a/lily/lilypond-version.cc +++ b/lily/lilypond-version.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ diff --git a/lily/line-spanner.cc b/lily/line-spanner.cc index fad5b35251..b0084a8075 100644 --- a/lily/line-spanner.cc +++ b/lily/line-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "molecule.hh" diff --git a/lily/lookup.cc b/lily/lookup.cc index 5695c4921e..441d738c48 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen diff --git a/lily/ly-module.cc b/lily/ly-module.cc index 8286533f50..3d409cd3f9 100644 --- a/lily/ly-module.cc +++ b/lily/ly-module.cc @@ -3,7 +3,7 @@ ly-module.cc -- implement guile module stuff. source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/lyric-combine-music-iterator.cc b/lily/lyric-combine-music-iterator.cc index eda5892771..755b209fb3 100644 --- a/lily/lyric-combine-music-iterator.cc +++ b/lily/lyric-combine-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/lyric-combine-music.cc b/lily/lyric-combine-music.cc index cb77d13c1e..6ce485c48b 100644 --- a/lily/lyric-combine-music.cc +++ b/lily/lyric-combine-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 5fa42bfdd4..ff3ce86c3a 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/lyric-extender.cc b/lily/lyric-extender.cc index 68ffc5b559..a809f892ca 100644 --- a/lily/lyric-extender.cc +++ b/lily/lyric-extender.cc @@ -2,7 +2,7 @@ lyric-extender.cc -- implement Lyric_extender source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/lyric-performer.cc b/lily/lyric-performer.cc index d15a507184..9454d89760 100644 --- a/lily/lyric-performer.cc +++ b/lily/lyric-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "event.hh" diff --git a/lily/main.cc b/lily/main.cc index 16446cc8b3..b104b89991 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include @@ -185,7 +185,7 @@ version () "lilypond").to_str0 ()); printf ("\n"); - printf (_f ("Copyright (c) %s by", "1996--2002").to_str0 ()); + printf (_f ("Copyright (c) %s by", "1996--2003").to_str0 ()); printf ("\n"); printf (" Han-Wen Nienhuys \n"); printf (" Jan Nieuwenhuizen \n"); @@ -197,7 +197,7 @@ notice () printf ("\n"); printf (_ ("GNU LilyPond -- The music typesetter").to_str0 ()); printf ("\n"); - printf (_f ("Copyright (c) %s by", "1996--2002").to_str0 ()); + printf (_f ("Copyright (c) %s by", "1996--2003").to_str0 ()); printf ("\n"); printf (" Han-Wen Nienhuys \n"); printf (" Jan Nieuwenhuizen \n"); diff --git a/lily/mark-engraver.cc b/lily/mark-engraver.cc index 6457ea1b2b..0fafc40ae3 100644 --- a/lily/mark-engraver.cc +++ b/lily/mark-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/measure-grouping-engraver.cc b/lily/measure-grouping-engraver.cc index 6cebd1f42f..18f66b3bab 100644 --- a/lily/measure-grouping-engraver.cc +++ b/lily/measure-grouping-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Han-Wen Nienhuys + (c) 2002--2003 Han-Wen Nienhuys */ #include "score-engraver.hh" diff --git a/lily/measure-grouping-spanner.cc b/lily/measure-grouping-spanner.cc index 3702becd27..7892e7cbb1 100644 --- a/lily/measure-grouping-spanner.cc +++ b/lily/measure-grouping-spanner.cc @@ -3,7 +3,7 @@ measure-grouping-spanner.cc -- implement Measure_grouping source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ #include "paper-def.hh" diff --git a/lily/melisma-engraver.cc b/lily/melisma-engraver.cc index 4ef620c711..adc6d218fd 100644 --- a/lily/melisma-engraver.cc +++ b/lily/melisma-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/mensural-ligature-engraver.cc b/lily/mensural-ligature-engraver.cc index 4bedcaf499..58134b6871 100644 --- a/lily/mensural-ligature-engraver.cc +++ b/lily/mensural-ligature-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (C) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include "mensural-ligature.hh" diff --git a/lily/mensural-ligature.cc b/lily/mensural-ligature.cc index 574a38ca2a..5c446c4270 100644 --- a/lily/mensural-ligature.cc +++ b/lily/mensural-ligature.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Juergen Reuter + (c) 2002--2003 Juergen Reuter */ #include diff --git a/lily/midi-def.cc b/lily/midi-def.cc index 853d56adaf..ec5428971a 100644 --- a/lily/midi-def.cc +++ b/lily/midi-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/midi-item.cc b/lily/midi-item.cc index 49f02dad9d..1dbb35768e 100644 --- a/lily/midi-item.cc +++ b/lily/midi-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "warn.hh" diff --git a/lily/midi-stream.cc b/lily/midi-stream.cc index a89622fa00..1bd6b7ddb3 100644 --- a/lily/midi-stream.cc +++ b/lily/midi-stream.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ diff --git a/lily/midi-walker.cc b/lily/midi-walker.cc index 66031d73cb..abc333d5ea 100644 --- a/lily/midi-walker.cc +++ b/lily/midi-walker.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/misc.cc b/lily/misc.cc index 370164c7ed..adcf536ad2 100644 --- a/lily/misc.cc +++ b/lily/misc.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/molecule-scheme.cc b/lily/molecule-scheme.cc index 312de70b1e..d275c39c2e 100644 --- a/lily/molecule-scheme.cc +++ b/lily/molecule-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "molecule.hh" diff --git a/lily/molecule.cc b/lily/molecule.cc index 8560aaef1d..29af894151 100644 --- a/lily/molecule.cc +++ b/lily/molecule.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/moment.cc b/lily/moment.cc index 2101b28d31..27a1c88574 100644 --- a/lily/moment.cc +++ b/lily/moment.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/multi-measure-rest-engraver.cc b/lily/multi-measure-rest-engraver.cc index 164fbcb65b..252036beab 100644 --- a/lily/multi-measure-rest-engraver.cc +++ b/lily/multi-measure-rest-engraver.cc @@ -1,7 +1,7 @@ /* multi_measure_rest-engraver.cc -- implement Multi_measure_rest_engraver - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/multi-measure-rest.cc b/lily/multi-measure-rest.cc index 3f946fe9ab..4de06c3f0a 100644 --- a/lily/multi-measure-rest.cc +++ b/lily/multi-measure-rest.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ diff --git a/lily/music-constructor.cc b/lily/music-constructor.cc index 5d567c02af..0c39a96a73 100644 --- a/lily/music-constructor.cc +++ b/lily/music-constructor.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/music-iterator.cc b/lily/music-iterator.cc index f0af464243..cdb214167f 100644 --- a/lily/music-iterator.cc +++ b/lily/music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ /* diff --git a/lily/music-output-def.cc b/lily/music-output-def.cc index 2bfcaa075e..6dd6c09581 100644 --- a/lily/music-output-def.cc +++ b/lily/music-output-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "scm-hash.hh" diff --git a/lily/music-sequence.cc b/lily/music-sequence.cc index 0b38de2006..1c8e0a2352 100644 --- a/lily/music-sequence.cc +++ b/lily/music-sequence.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include "music-list.hh" diff --git a/lily/music-wrapper-iterator.cc b/lily/music-wrapper-iterator.cc index 15ca7968f3..38e00b7344 100644 --- a/lily/music-wrapper-iterator.cc +++ b/lily/music-wrapper-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/music-wrapper.cc b/lily/music-wrapper.cc index a30b03958d..6c5623767f 100644 --- a/lily/music-wrapper.cc +++ b/lily/music-wrapper.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/music.cc b/lily/music.cc index ba6e8ce3c5..081655e0b3 100644 --- a/lily/music.cc +++ b/lily/music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "main.hh" diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index 4ff5298864..2463a121e7 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/my-lily-parser.cc b/lily/my-lily-parser.cc index d7b798938a..b2529c270e 100644 --- a/lily/my-lily-parser.cc +++ b/lily/my-lily-parser.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/new-accidental-engraver.cc b/lily/new-accidental-engraver.cc index 0ad9430607..b9452f77cd 100644 --- a/lily/new-accidental-engraver.cc +++ b/lily/new-accidental-engraver.cc @@ -1,8 +1,8 @@ /* new-accidental-engraver.cc -- implement new_accidental_engraver - (c) 1997--2002 Han-Wen Nienhuys - Modified 2001--2002 by Rune Zedeler + (c) 1997--2003 Han-Wen Nienhuys + Modified 2001--2003 by Rune Zedeler This is an experimental file - producing correct accidentals but unfortunately ruining the spacing. -rz diff --git a/lily/new-chord-name-engraver.cc b/lily/new-chord-name-engraver.cc index a8277908e6..49e728306f 100644 --- a/lily/new-chord-name-engraver.cc +++ b/lily/new-chord-name-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Jan Nieuwenhuizen + (c) 1998--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/new-fingering-engraver.cc b/lily/new-fingering-engraver.cc index f653a0ab62..8228083585 100644 --- a/lily/new-fingering-engraver.cc +++ b/lily/new-fingering-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/new-tie-engraver.cc b/lily/new-tie-engraver.cc index 8ee6d218ff..11b414cc46 100644 --- a/lily/new-tie-engraver.cc +++ b/lily/new-tie-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/note-collision.cc b/lily/note-collision.cc index 8ed94be51f..f252d029aa 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "warn.hh" diff --git a/lily/note-column.cc b/lily/note-column.cc index c15584ea11..5f523ea26b 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include // ceil diff --git a/lily/note-head-line-engraver.cc b/lily/note-head-line-engraver.cc index ea38bb2824..1e1dcf5a04 100644 --- a/lily/note-head-line-engraver.cc +++ b/lily/note-head-line-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/note-head.cc b/lily/note-head.cc index e32c1a663f..bbce833353 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include #include diff --git a/lily/note-heads-engraver.cc b/lily/note-heads-engraver.cc index 3a388a9c4c..be672cb34a 100644 --- a/lily/note-heads-engraver.cc +++ b/lily/note-heads-engraver.cc @@ -1,7 +1,7 @@ /* head-grav.cc -- part of GNU LilyPond - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/note-name-engraver.cc b/lily/note-name-engraver.cc index 7b0cf44407..9644f93734 100644 --- a/lily/note-name-engraver.cc +++ b/lily/note-name-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/note-performer.cc b/lily/note-performer.cc index da0ec82a6b..99d172f8ea 100644 --- a/lily/note-performer.cc +++ b/lily/note-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Jan Nieuwenhuizen + (c) 1996--2003 Jan Nieuwenhuizen */ #include "performer.hh" diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 9c4c236c63..8c291dbad3 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/output-property-engraver.cc b/lily/output-property-engraver.cc index 3a67c966c9..9b8edbc527 100644 --- a/lily/output-property-engraver.cc +++ b/lily/output-property-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/output-property-music-iterator.cc b/lily/output-property-music-iterator.cc index 80432df3f5..fff33c8fc4 100644 --- a/lily/output-property-music-iterator.cc +++ b/lily/output-property-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "input.hh" diff --git a/lily/paper-column.cc b/lily/paper-column.cc index b9393c411e..eab3671d1a 100644 --- a/lily/paper-column.cc +++ b/lily/paper-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "moment.hh" diff --git a/lily/paper-def.cc b/lily/paper-def.cc index 82a4ade8a7..9eeab12ffc 100644 --- a/lily/paper-def.cc +++ b/lily/paper-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index ce4bc59a0b..5f681a6bff 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/paper-score.cc b/lily/paper-score.cc index ce5acf7b63..d6af7039ca 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include "score.hh" diff --git a/lily/parser.yy b/lily/parser.yy index d5a3d3f4b0..d6a3f997d0 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -5,7 +5,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/part-combine-music-iterator.cc b/lily/part-combine-music-iterator.cc index 3f59f10948..b249224f3b 100644 --- a/lily/part-combine-music-iterator.cc +++ b/lily/part-combine-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "part-combine-music-iterator.hh" diff --git a/lily/percent-repeat-engraver.cc b/lily/percent-repeat-engraver.cc index 4a16ae5992..fd42e56c14 100644 --- a/lily/percent-repeat-engraver.cc +++ b/lily/percent-repeat-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/percent-repeat-item.cc b/lily/percent-repeat-item.cc index cff3824d82..2dbffcff35 100644 --- a/lily/percent-repeat-item.cc +++ b/lily/percent-repeat-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ #include diff --git a/lily/percent-repeat-iterator.cc b/lily/percent-repeat-iterator.cc index ba2c5b89e4..0f40fba6d2 100644 --- a/lily/percent-repeat-iterator.cc +++ b/lily/percent-repeat-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/performance.cc b/lily/performance.cc index 95268da54f..257e901647 100644 --- a/lily/performance.cc +++ b/lily/performance.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/performer-group-performer.cc b/lily/performer-group-performer.cc index fd2e1af489..b8f4349ef8 100644 --- a/lily/performer-group-performer.cc +++ b/lily/performer-group-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/performer.cc b/lily/performer.cc index 2e88c19550..6a949311a1 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/phrasing-slur-engraver.cc b/lily/phrasing-slur-engraver.cc index dbcdba9a88..0906d16831 100644 --- a/lily/phrasing-slur-engraver.cc +++ b/lily/phrasing-slur-engraver.cc @@ -1,7 +1,7 @@ /* phrasing-slur-engraver.cc -- implement Phrasing_slur_engraver - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "event.hh" diff --git a/lily/piano-pedal-engraver.cc b/lily/piano-pedal-engraver.cc index c2e7c5eaf8..85f7ce27cc 100644 --- a/lily/piano-pedal-engraver.cc +++ b/lily/piano-pedal-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen Chris Jackson - extended to support bracketed pedals. diff --git a/lily/pitch-squash-engraver.cc b/lily/pitch-squash-engraver.cc index 566d6b020e..98607e15bb 100644 --- a/lily/pitch-squash-engraver.cc +++ b/lily/pitch-squash-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "staff-symbol-referencer.hh" diff --git a/lily/pitch.cc b/lily/pitch.cc index 7b26e85d50..f49b2bd8fb 100644 --- a/lily/pitch.cc +++ b/lily/pitch.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include "pitch.hh" diff --git a/lily/porrectus-engraver.cc b/lily/porrectus-engraver.cc index 094ea40f80..fab7e7d86e 100644 --- a/lily/porrectus-engraver.cc +++ b/lily/porrectus-engraver.cc @@ -1,7 +1,7 @@ /* porrectus-engraver.cc -- implement Porrectus_engraver - Copyright (c) 2001--2002 Juergen Reuter + Copyright (c) 2001--2003 Juergen Reuter written for the GNU LilyPond music typesetter */ diff --git a/lily/porrectus.cc b/lily/porrectus.cc index 0dc1468e9a..e544cfb80c 100644 --- a/lily/porrectus.cc +++ b/lily/porrectus.cc @@ -1,7 +1,7 @@ /* porrectus.cc -- implement Porrectus - Copyright (c) 2001--2002 Juergen Reuter + Copyright (c) 2001--2003 Juergen Reuter written for the GNU LilyPond music typesetter diff --git a/lily/property-iterator.cc b/lily/property-iterator.cc index 34f46db21a..808747fc94 100644 --- a/lily/property-iterator.cc +++ b/lily/property-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "property-iterator.hh" diff --git a/lily/protected-scm.cc b/lily/protected-scm.cc index 1b6918bcf6..17193eeda5 100644 --- a/lily/protected-scm.cc +++ b/lily/protected-scm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include "protected-scm.hh" diff --git a/lily/relative-octave-music.cc b/lily/relative-octave-music.cc index 6487921b17..b57f2a2ef6 100644 --- a/lily/relative-octave-music.cc +++ b/lily/relative-octave-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/repeat-acknowledge-engraver.cc b/lily/repeat-acknowledge-engraver.cc index ce8f2a37bd..53265a70e5 100644 --- a/lily/repeat-acknowledge-engraver.cc +++ b/lily/repeat-acknowledge-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include "engraver.hh" diff --git a/lily/repeated-music.cc b/lily/repeated-music.cc index 28b2c0aca6..9d127b8004 100644 --- a/lily/repeated-music.cc +++ b/lily/repeated-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/rest-collision-engraver.cc b/lily/rest-collision-engraver.cc index b4d76b06d9..5ae86b5413 100644 --- a/lily/rest-collision-engraver.cc +++ b/lily/rest-collision-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "warn.hh" diff --git a/lily/rest-collision.cc b/lily/rest-collision.cc index 47c8d51f08..c50cff5b19 100644 --- a/lily/rest-collision.cc +++ b/lily/rest-collision.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include // ceil. diff --git a/lily/rest-engraver.cc b/lily/rest-engraver.cc index a9af0ccd93..169664db57 100644 --- a/lily/rest-engraver.cc +++ b/lily/rest-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "item.hh" #include "staff-symbol-referencer.hh" diff --git a/lily/rest.cc b/lily/rest.cc index c0a45c9ad9..7e3c5ddac6 100644 --- a/lily/rest.cc +++ b/lily/rest.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "molecule.hh" diff --git a/lily/rhythmic-column-engraver.cc b/lily/rhythmic-column-engraver.cc index 960a6e942a..8246749c06 100644 --- a/lily/rhythmic-column-engraver.cc +++ b/lily/rhythmic-column-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/rhythmic-head.cc b/lily/rhythmic-head.cc index a2a17bf62e..9e07b8ceea 100644 --- a/lily/rhythmic-head.cc +++ b/lily/rhythmic-head.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "rhythmic-head.hh" diff --git a/lily/rod.cc b/lily/rod.cc index 78ac26b05c..a10ba753db 100644 --- a/lily/rod.cc +++ b/lily/rod.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include "rod.hh" diff --git a/lily/scaled-font-metric.cc b/lily/scaled-font-metric.cc index 3f6ef909e4..8583887b58 100644 --- a/lily/scaled-font-metric.cc +++ b/lily/scaled-font-metric.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/scm-hash.cc b/lily/scm-hash.cc index a8d0488002..d2f16f911a 100644 --- a/lily/scm-hash.cc +++ b/lily/scm-hash.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include diff --git a/lily/scm-option.cc b/lily/scm-option.cc index ddcfecb6f7..d05f3a06f9 100644 --- a/lily/scm-option.cc +++ b/lily/scm-option.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ #include diff --git a/lily/score-engraver.cc b/lily/score-engraver.cc index 96742a8711..d19bf5dd91 100644 --- a/lily/score-engraver.cc +++ b/lily/score-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "all-font-metrics.hh" diff --git a/lily/score-performer.cc b/lily/score-performer.cc index f98395e7e6..ee48102cbb 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Jan Nieuwenhuizen + (c) 1996--2003 Jan Nieuwenhuizen */ #include "score-performer.hh" diff --git a/lily/score.cc b/lily/score.cc index 387beeb59b..d4fd651875 100644 --- a/lily/score.cc +++ b/lily/score.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/script-column-engraver.cc b/lily/script-column-engraver.cc index f5d70c5f0b..9ef23f328a 100644 --- a/lily/script-column-engraver.cc +++ b/lily/script-column-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/script-column.cc b/lily/script-column.cc index 029d506e64..2fd32623b8 100644 --- a/lily/script-column.cc +++ b/lily/script-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include "script-column.hh" diff --git a/lily/script-engraver.cc b/lily/script-engraver.cc index a8e21b9653..74df559d3b 100644 --- a/lily/script-engraver.cc +++ b/lily/script-engraver.cc @@ -1,7 +1,7 @@ /* script-engraver.cc -- implement Script_engraver - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "script.hh" diff --git a/lily/script.cc b/lily/script.cc index 69f9325094..72d0221309 100644 --- a/lily/script.cc +++ b/lily/script.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/separating-group-spanner.cc b/lily/separating-group-spanner.cc index d841599246..567371967a 100644 --- a/lily/separating-group-spanner.cc +++ b/lily/separating-group-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/separating-line-group-engraver.cc b/lily/separating-line-group-engraver.cc index c4ed87df91..6fefed83d4 100644 --- a/lily/separating-line-group-engraver.cc +++ b/lily/separating-line-group-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/separation-item.cc b/lily/separation-item.cc index 0a053065bd..1c46854c5c 100644 --- a/lily/separation-item.cc +++ b/lily/separation-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/sequential-iterator.cc b/lily/sequential-iterator.cc index 9b609b1eda..0658853a12 100644 --- a/lily/sequential-iterator.cc +++ b/lily/sequential-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/sequential-music-iterator.cc b/lily/sequential-music-iterator.cc index 6b019e7861..6446ea9fee 100644 --- a/lily/sequential-music-iterator.cc +++ b/lily/sequential-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/side-position-interface.cc b/lily/side-position-interface.cc index 08e4d0bbb9..d5e9a4f0f3 100644 --- a/lily/side-position-interface.cc +++ b/lily/side-position-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ #include // ceil. diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index 2b8519fbf9..7593937490 100644 --- a/lily/simple-music-iterator.cc +++ b/lily/simple-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index aa6269be08..83f944ec67 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys TODO: - add support for different stretch/shrink constants? diff --git a/lily/simultaneous-music-iterator.cc b/lily/simultaneous-music-iterator.cc index bdeb2a7f43..92e244974e 100644 --- a/lily/simultaneous-music-iterator.cc +++ b/lily/simultaneous-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/skyline.cc b/lily/skyline.cc index 5fa51eed62..65f267aa17 100644 --- a/lily/skyline.cc +++ b/lily/skyline.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002 Han-Wen Nienhuys + (c) 2002--2003 Han-Wen Nienhuys */ #include "skyline.hh" diff --git a/lily/slur-bezier-bow.cc b/lily/slur-bezier-bow.cc index 004a494d3a..9a152ddcab 100644 --- a/lily/slur-bezier-bow.cc +++ b/lily/slur-bezier-bow.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "warn.hh" diff --git a/lily/slur-engraver.cc b/lily/slur-engraver.cc index 010ce63fa7..77e6ccd193 100644 --- a/lily/slur-engraver.cc +++ b/lily/slur-engraver.cc @@ -1,7 +1,7 @@ /* slur-engraver.cc -- implement Slur_engraver - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "event.hh" diff --git a/lily/slur.cc b/lily/slur.cc index bade56d2e3..4f71cc62a3 100644 --- a/lily/slur.cc +++ b/lily/slur.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/lily/source-file.cc b/lily/source-file.cc index a4b30bf16e..63d9909234 100644 --- a/lily/source-file.cc +++ b/lily/source-file.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen Han-Wen Nienhuys */ diff --git a/lily/source.cc b/lily/source.cc index 727d80e833..359bb007f4 100644 --- a/lily/source.cc +++ b/lily/source.cc @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/spaceable-grob.cc b/lily/spaceable-grob.cc index ddce45c946..435f91ebd8 100644 --- a/lily/spaceable-grob.cc +++ b/lily/spaceable-grob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include diff --git a/lily/spacing-engraver.cc b/lily/spacing-engraver.cc index 24e8ab969a..6e5447df01 100644 --- a/lily/spacing-engraver.cc +++ b/lily/spacing-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index 2add89b86b..091dd1ce68 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/span-arpeggio-engraver.cc b/lily/span-arpeggio-engraver.cc index 715decd948..ff5ba459ab 100644 --- a/lily/span-arpeggio-engraver.cc +++ b/lily/span-arpeggio-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/span-bar-engraver.cc b/lily/span-bar-engraver.cc index 10c6b30e6d..beaf99f6d4 100644 --- a/lily/span-bar-engraver.cc +++ b/lily/span-bar-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/span-bar.cc b/lily/span-bar.cc index 8956019fef..5e8947b7e9 100644 --- a/lily/span-bar.cc +++ b/lily/span-bar.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "span-bar.hh" diff --git a/lily/spanner.cc b/lily/spanner.cc index 21562baff7..fdd02cc3e0 100644 --- a/lily/spanner.cc +++ b/lily/spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include #include diff --git a/lily/spring-smob.cc b/lily/spring-smob.cc index 72218e8a7e..4b90ae31e0 100644 --- a/lily/spring-smob.cc +++ b/lily/spring-smob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ diff --git a/lily/staff-collecting-engraver.cc b/lily/staff-collecting-engraver.cc index 920a06c196..f885cc6149 100644 --- a/lily/staff-collecting-engraver.cc +++ b/lily/staff-collecting-engraver.cc @@ -3,7 +3,7 @@ staff-collecting-engraver.cc -- implement Staff_collecting_engraver source file of the GNU LilyPond music typesetter -(c) 2001--2002 Han-Wen Nienhuys +(c) 2001--2003 Han-Wen Nienhuys */ #include "staff-symbol.hh" diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index 800ccafe11..d8cad9bf98 100644 --- a/lily/staff-performer.cc +++ b/lily/staff-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "translator-group.hh" diff --git a/lily/staff-spacing.cc b/lily/staff-spacing.cc index b6102d660c..62bdd7070d 100644 --- a/lily/staff-spacing.cc +++ b/lily/staff-spacing.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ #include diff --git a/lily/staff-symbol-engraver.cc b/lily/staff-symbol-engraver.cc index 9f601d1551..e666f3b87f 100644 --- a/lily/staff-symbol-engraver.cc +++ b/lily/staff-symbol-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/staff-symbol-referencer.cc b/lily/staff-symbol-referencer.cc index cbcd007a6a..080f9ab0a0 100644 --- a/lily/staff-symbol-referencer.cc +++ b/lily/staff-symbol-referencer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ #include diff --git a/lily/staff-symbol.cc b/lily/staff-symbol.cc index 834b9845e9..503bd49a59 100644 --- a/lily/staff-symbol.cc +++ b/lily/staff-symbol.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "lookup.hh" diff --git a/lily/stanza-number-engraver.cc b/lily/stanza-number-engraver.cc index 46f1ef291b..d9887cfefd 100644 --- a/lily/stanza-number-engraver.cc +++ b/lily/stanza-number-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys , Glen Prideaux + (c) 2000--2003 Han-Wen Nienhuys , Glen Prideaux Similar to (and derived from) Instrument_name_engraver. */ diff --git a/lily/stem-engraver.cc b/lily/stem-engraver.cc index 25e50b2175..2e8aafd481 100644 --- a/lily/stem-engraver.cc +++ b/lily/stem-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "staff-symbol-referencer.hh" diff --git a/lily/stem-tremolo.cc b/lily/stem-tremolo.cc index 06c9d7991e..cac78d7e8a 100644 --- a/lily/stem-tremolo.cc +++ b/lily/stem-tremolo.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/stem.cc b/lily/stem.cc index 0f3722e74a..837e4c4cd8 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen TODO: This is way too hairy diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc index 07061ea01c..91d4d6366d 100644 --- a/lily/sustain-pedal.cc +++ b/lily/sustain-pedal.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include "grob.hh" diff --git a/lily/swallow-engraver.cc b/lily/swallow-engraver.cc index 3696bb6f26..989e78c271 100644 --- a/lily/swallow-engraver.cc +++ b/lily/swallow-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "engraver.hh" diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 8f00a789c2..f30476092a 100644 --- a/lily/swallow-perf.cc +++ b/lily/swallow-perf.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "performer.hh" diff --git a/lily/system-start-delimiter-engraver.cc b/lily/system-start-delimiter-engraver.cc index 1bfd7c22ab..b2a621a3dd 100644 --- a/lily/system-start-delimiter-engraver.cc +++ b/lily/system-start-delimiter-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/system-start-delimiter.cc b/lily/system-start-delimiter.cc index a301c88972..94aa817bb1 100644 --- a/lily/system-start-delimiter.cc +++ b/lily/system-start-delimiter.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #include diff --git a/lily/system.cc b/lily/system.cc index 5f4c39256c..1527ac9978 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #include "input-smob.hh" diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index ddf956b126..91513e4485 100644 --- a/lily/tab-note-heads-engraver.cc +++ b/lily/tab-note-heads-engraver.cc @@ -1,7 +1,7 @@ /* head-grav.cc -- part of GNU LilyPond - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include #include diff --git a/lily/template5.cc b/lily/template5.cc index af9b565719..19e75a3874 100644 --- a/lily/template5.cc +++ b/lily/template5.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/tempo-performer.cc b/lily/tempo-performer.cc index d9a1190dcd..b963d593e8 100644 --- a/lily/tempo-performer.cc +++ b/lily/tempo-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ diff --git a/lily/text-engraver.cc b/lily/text-engraver.cc index 486de81cac..46e029e79b 100644 --- a/lily/text-engraver.cc +++ b/lily/text-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/text-item.cc b/lily/text-item.cc index 6a6fa9f42d..b3b1061952 100644 --- a/lily/text-item.cc +++ b/lily/text-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ #include diff --git a/lily/text-spanner-engraver.cc b/lily/text-spanner-engraver.cc index 1235bebe34..52f03da940 100644 --- a/lily/text-spanner-engraver.cc +++ b/lily/text-spanner-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "dimensions.hh" diff --git a/lily/text-spanner.cc b/lily/text-spanner.cc index 78eed39b67..d143013ed3 100644 --- a/lily/text-spanner.cc +++ b/lily/text-spanner.cc @@ -4,7 +4,7 @@ text-spanner.cc -- implement Text_spanner source file of the GNU LilyPond music typesetter -(c) 2000--2002 Jan Nieuwenhuizen +(c) 2000--2003 Jan Nieuwenhuizen */ #include "molecule.hh" diff --git a/lily/tfm-reader.cc b/lily/tfm-reader.cc index 5e72942e29..0aff35f019 100644 --- a/lily/tfm-reader.cc +++ b/lily/tfm-reader.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen some code shamelessly copied from GNU fontutils-0.6/tfm/tfm_input.c diff --git a/lily/tfm.cc b/lily/tfm.cc index d68df68feb..2219b191ff 100644 --- a/lily/tfm.cc +++ b/lily/tfm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen some code shamelessly copied from GNU fontutils-0.6/tfm/tfm_input.c diff --git a/lily/thread-devnull-engraver.cc b/lily/thread-devnull-engraver.cc index 4225b22399..9822ad63ef 100644 --- a/lily/thread-devnull-engraver.cc +++ b/lily/thread-devnull-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/tie-column.cc b/lily/tie-column.cc index 1ebdff1235..6d4ad0e293 100644 --- a/lily/tie-column.cc +++ b/lily/tie-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/tie-engraver.cc b/lily/tie-engraver.cc index eb9caa5791..9bb8ce11da 100644 --- a/lily/tie-engraver.cc +++ b/lily/tie-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index b9bde30778..dd438f1f20 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2003 Jan Nieuwenhuizen */ diff --git a/lily/tie.cc b/lily/tie.cc index 46c42a819b..1b6ff9ed6b 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/lily/time-scaled-music-iterator.cc b/lily/time-scaled-music-iterator.cc index 84282bc230..ede99b4931 100644 --- a/lily/time-scaled-music-iterator.cc +++ b/lily/time-scaled-music-iterator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/time-scaled-music.cc b/lily/time-scaled-music.cc index 18ea0436de..54e65c43e8 100644 --- a/lily/time-scaled-music.cc +++ b/lily/time-scaled-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/time-signature-engraver.cc b/lily/time-signature-engraver.cc index 20d1196cac..ff335a0f97 100644 --- a/lily/time-signature-engraver.cc +++ b/lily/time-signature-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "time-signature.hh" diff --git a/lily/time-signature-performer.cc b/lily/time-signature-performer.cc index 482a9d7507..75bc9febcb 100644 --- a/lily/time-signature-performer.cc +++ b/lily/time-signature-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include "audio-item.hh" diff --git a/lily/time-signature.cc b/lily/time-signature.cc index af1e98ca0f..606790e02e 100644 --- a/lily/time-signature.cc +++ b/lily/time-signature.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ diff --git a/lily/timing-engraver.cc b/lily/timing-engraver.cc index 13f1ab9b08..269c2d60d0 100644 --- a/lily/timing-engraver.cc +++ b/lily/timing-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" diff --git a/lily/timing-translator.cc b/lily/timing-translator.cc index d720399572..9676e98265 100644 --- a/lily/timing-translator.cc +++ b/lily/timing-translator.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "warn.hh" diff --git a/lily/translator-ctors.cc b/lily/translator-ctors.cc index 339454b86f..000b012086 100644 --- a/lily/translator-ctors.cc +++ b/lily/translator-ctors.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator.hh" diff --git a/lily/translator-def.cc b/lily/translator-def.cc index 14a4fe5404..f6add24b23 100644 --- a/lily/translator-def.cc +++ b/lily/translator-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/translator-group.cc b/lily/translator-group.cc index 8e6e080fe7..ff6015dc1d 100644 --- a/lily/translator-group.cc +++ b/lily/translator-group.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "music-output-def.hh" diff --git a/lily/translator.cc b/lily/translator.cc index 3438187c8c..4191450809 100644 --- a/lily/translator.cc +++ b/lily/translator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ diff --git a/lily/transposed-music.cc b/lily/transposed-music.cc index 3f32cd7627..cad98f8eac 100644 --- a/lily/transposed-music.cc +++ b/lily/transposed-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/tuplet-bracket.cc b/lily/tuplet-bracket.cc index bb61ecbce4..1d6a7fe12f 100644 --- a/lily/tuplet-bracket.cc +++ b/lily/tuplet-bracket.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ /* diff --git a/lily/tuplet-engraver.cc b/lily/tuplet-engraver.cc index 88f000ead5..4c67c67f11 100644 --- a/lily/tuplet-engraver.cc +++ b/lily/tuplet-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ diff --git a/lily/type-swallow-translator.cc b/lily/type-swallow-translator.cc index 21c4c2369d..4258174622 100644 --- a/lily/type-swallow-translator.cc +++ b/lily/type-swallow-translator.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator.hh" diff --git a/lily/un-relativable-music.cc b/lily/un-relativable-music.cc index b9eebf1440..d81bc07e8f 100644 --- a/lily/un-relativable-music.cc +++ b/lily/un-relativable-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2002 Han-Wen Nienhuys + (c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/unfolded-repeat-iterator.cc b/lily/unfolded-repeat-iterator.cc index f4f56af6e4..76739b4a22 100644 --- a/lily/unfolded-repeat-iterator.cc +++ b/lily/unfolded-repeat-iterator.cc @@ -4,7 +4,7 @@ unfolded-repeat-iterator.cc -- implement Unfolded_repeat_iterator, Volta_repeat source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/untransposable-music.cc b/lily/untransposable-music.cc index 2dd1e6d4de..6862ade0f4 100644 --- a/lily/untransposable-music.cc +++ b/lily/untransposable-music.cc @@ -3,7 +3,7 @@ untransposable-music.cc -- implement Untransposable_music source file of the GNU LilyPond music typesetter -(c) 2001--2002 Han-Wen Nienhuys +(c) 2001--2003 Han-Wen Nienhuys */ diff --git a/lily/vertical-align-engraver.cc b/lily/vertical-align-engraver.cc index 9c2ac952ca..e38d46686b 100644 --- a/lily/vertical-align-engraver.cc +++ b/lily/vertical-align-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "translator-group.hh" #include "paper-column.hh" diff --git a/lily/virtual-font-metric.cc b/lily/virtual-font-metric.cc index 276a245096..7b66c5bfc1 100644 --- a/lily/virtual-font-metric.cc +++ b/lily/virtual-font-metric.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter -(c) 2002 Han-Wen Nienhuys +(c) 2002--2003 Han-Wen Nienhuys */ diff --git a/lily/voice-devnull-engraver.cc b/lily/voice-devnull-engraver.cc index 3d901a0b75..d7027086bf 100644 --- a/lily/voice-devnull-engraver.cc +++ b/lily/voice-devnull-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" diff --git a/lily/volta-bracket.cc b/lily/volta-bracket.cc index 56dbc877f2..f1eb88a57f 100644 --- a/lily/volta-bracket.cc +++ b/lily/volta-bracket.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2003 Jan Nieuwenhuizen */ #include diff --git a/lily/volta-engraver.cc b/lily/volta-engraver.cc index 5579a6d998..31afb71c39 100644 --- a/lily/volta-engraver.cc +++ b/lily/volta-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ diff --git a/lily/warn.cc b/lily/warn.cc index 87a14516c5..04f52b1758 100644 --- a/lily/warn.cc +++ b/lily/warn.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index f12e5ca53b..ff9eb8b120 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -379,6 +379,8 @@ as a real penalty.") (grob-property-description 'positions pair? "cons of staff positions (LEFT . RIGHT") (grob-property-description 'porrectus-height number? "in staffspace.") (grob-property-description 'porrectus-width number? "in staffspace.") +(grob-property-description 'prefix-set number? "DOCME") + (grob-property-description 'raise number? "height for text to be raised (a negative value lowers the text.") (grob-property-description 'ratio number? "Slur parameter. See height-limit.") (grob-property-description 'right-padding number? "space right of accs.")