From 161b1f2747316ea1652f080d3b7d0ae7848ed441 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 3 Nov 2005 22:57:17 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 10 +++- flower/axis.cc | 2 +- flower/cpu-timer.cc | 2 +- flower/direction.cc | 2 +- flower/file-name.cc | 2 +- flower/file-path.cc | 2 +- flower/getopt-long.cc | 2 +- flower/include/arithmetic-operator.hh | 2 +- flower/include/array.icc | 2 +- flower/include/axis.hh | 2 +- flower/include/cons.hh | 2 +- flower/include/cpu-timer.hh | 2 +- flower/include/direction.hh | 2 +- flower/include/drul-array.hh | 2 +- flower/include/file-name.hh | 2 +- flower/include/file-path.hh | 2 +- flower/include/file-storage.hh | 2 +- flower/include/interval.tcc | 2 +- flower/include/killing-cons.tcc | 2 +- flower/include/libc-extension.hh | 2 +- flower/include/parray.hh | 2 +- flower/include/pqueue.hh | 2 +- flower/include/rational.hh | 2 +- flower/include/real.hh | 2 +- flower/include/string-data.hh | 2 +- flower/include/string-data.icc | 2 +- flower/include/string-handle.hh | 2 +- flower/include/string-handle.icc | 2 +- flower/include/string.icc | 2 +- flower/include/virtual-methods.hh | 2 +- flower/include/warn.hh | 2 +- flower/interval.cc | 2 +- flower/libc-extension.cc | 2 +- flower/offset.cc | 2 +- flower/polynomial.cc | 2 +- flower/rational.cc | 2 +- flower/stringutil.cc | 2 +- flower/warn.cc | 2 +- lily/font-config-scheme.cc | 66 +++++++++++++++++++++++++++ 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-generic.mf | 2 +- mf/feta-klef.mf | 2 +- mf/feta-schrift.mf | 2 +- mf/feta-toevallig.mf | 2 +- 55 files changed, 127 insertions(+), 55 deletions(-) create mode 100644 lily/font-config-scheme.cc diff --git a/ChangeLog b/ChangeLog index ccacdb8c0a..16e8e3293b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,12 +8,18 @@ 2005-11-03 Han-Wen Nienhuys - * GNUmakefile.in (SUBDIRS): remove debian/ directory. + * flower/offset.cc: idem. - * VERSION (PATCH_LEVEL): release 2.7.15 + * mf/*.mf: update email address. + + * lily/font-config-scheme.cc: new file. + + * GNUmakefile.in (SUBDIRS): remove debian/ directory. * lily/*: cs.uu.nl -> xs4all.nl + * VERSION (PATCH_LEVEL): release 2.7.15 + * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse spec files. diff --git a/flower/axis.cc b/flower/axis.cc index d26d2df06b..269a196d97 100644 --- a/flower/axis.cc +++ b/flower/axis.cc @@ -1,7 +1,7 @@ /* axis.cc -- implement Axis - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "axis.hh" diff --git a/flower/cpu-timer.cc b/flower/cpu-timer.cc index 832606b701..9173ca588b 100644 --- a/flower/cpu-timer.cc +++ b/flower/cpu-timer.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "cpu-timer.hh" diff --git a/flower/direction.cc b/flower/direction.cc index db1ef4768e..f6691ae21b 100644 --- a/flower/direction.cc +++ b/flower/direction.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2005 Han-Wen Nienhuys + (c) 1998--2005 Han-Wen Nienhuys */ #include "direction.hh" diff --git a/flower/file-name.cc b/flower/file-name.cc index 74a45fd651..7eb7267d55 100644 --- a/flower/file-name.cc +++ b/flower/file-name.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/flower/file-path.cc b/flower/file-path.cc index b4478c23a0..e5f485212f 100644 --- a/flower/file-path.cc +++ b/flower/file-path.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc index 31cab7a22d..a1ba68e766 100644 --- a/flower/getopt-long.cc +++ b/flower/getopt-long.cc @@ -1,7 +1,7 @@ /* process command line, GNU style. - this is Copyleft (c) 1996--2005 Han-Wen Nienhuys, + this is Copyleft (c) 1996--2005 Han-Wen Nienhuys, */ #include "getopt-long.hh" diff --git a/flower/include/arithmetic-operator.hh b/flower/include/arithmetic-operator.hh index de07f21a1b..08585d8bc7 100644 --- a/flower/include/arithmetic-operator.hh +++ b/flower/include/arithmetic-operator.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef ARITHMETIC_OPERATOR_HH diff --git a/flower/include/array.icc b/flower/include/array.icc index a3b0c1af87..2a3fcbbf9a 100644 --- a/flower/include/array.icc +++ b/flower/include/array.icc @@ -1,5 +1,5 @@ /* - (c) 1995--2005 Han-Wen Nienhuys + (c) 1995--2005 Han-Wen Nienhuys Distributed under GNU GPL */ diff --git a/flower/include/axis.hh b/flower/include/axis.hh index f0ffb41870..1a781fa05e 100644 --- a/flower/include/axis.hh +++ b/flower/include/axis.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef AXES_HH diff --git a/flower/include/cons.hh b/flower/include/cons.hh index cb63fd2e2f..31fc4ede97 100644 --- a/flower/include/cons.hh +++ b/flower/include/cons.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2005 Han-Wen Nienhuys */ #ifndef CONS_HH diff --git a/flower/include/cpu-timer.hh b/flower/include/cpu-timer.hh index eb9dc21165..c22e445111 100644 --- a/flower/include/cpu-timer.hh +++ b/flower/include/cpu-timer.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef CPU_TIMER_HH diff --git a/flower/include/direction.hh b/flower/include/direction.hh index 0ea760c168..417c341461 100644 --- a/flower/include/direction.hh +++ b/flower/include/direction.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef DIRECTION_HH diff --git a/flower/include/drul-array.hh b/flower/include/drul-array.hh index bce7f0a581..e5a75db72b 100644 --- a/flower/include/drul-array.hh +++ b/flower/include/drul-array.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef DRUL_ARRAY_HH diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh index fb3e3ff13a..68ba6d8f46 100644 --- a/flower/include/file-name.hh +++ b/flower/include/file-name.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef FILE_NAME_HH diff --git a/flower/include/file-path.hh b/flower/include/file-path.hh index 780b74c0dd..307b5b591c 100644 --- a/flower/include/file-path.hh +++ b/flower/include/file-path.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef FILE_PATH_HH diff --git a/flower/include/file-storage.hh b/flower/include/file-storage.hh index 425a61c3d7..1a7d7b61cb 100644 --- a/flower/include/file-storage.hh +++ b/flower/include/file-storage.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef FILE_STORAGE_HH diff --git a/flower/include/interval.tcc b/flower/include/interval.tcc index 94186ada15..93cb3b6265 100644 --- a/flower/include/interval.tcc +++ b/flower/include/interval.tcc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1996--2005 Han-Wen Nienhuys + (c) 1996--2005 Han-Wen Nienhuys */ #ifndef INTERVAL_TCC diff --git a/flower/include/killing-cons.tcc b/flower/include/killing-cons.tcc index 07a741ff1c..c5da62cfe0 100644 --- a/flower/include/killing-cons.tcc +++ b/flower/include/killing-cons.tcc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2005 Han-Wen Nienhuys */ #ifndef KILLING_CONS_TCC diff --git a/flower/include/libc-extension.hh b/flower/include/libc-extension.hh index abf5a549d1..2a5924ef37 100644 --- a/flower/include/libc-extension.hh +++ b/flower/include/libc-extension.hh @@ -3,7 +3,7 @@ source file of the flowerlib - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef LIBC_EXTENSION_HH diff --git a/flower/include/parray.hh b/flower/include/parray.hh index 58a78d7892..2a5b965d18 100644 --- a/flower/include/parray.hh +++ b/flower/include/parray.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef PARRAY_HH diff --git a/flower/include/pqueue.hh b/flower/include/pqueue.hh index ae750e5ac8..cd33ae8f0e 100644 --- a/flower/include/pqueue.hh +++ b/flower/include/pqueue.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef PQUEUE_HH diff --git a/flower/include/rational.hh b/flower/include/rational.hh index cee96eed87..6635c7e622 100644 --- a/flower/include/rational.hh +++ b/flower/include/rational.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef RATIONAL_HH diff --git a/flower/include/real.hh b/flower/include/real.hh index 657c0cb677..c564953430 100644 --- a/flower/include/real.hh +++ b/flower/include/real.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef REAL_HH diff --git a/flower/include/string-data.hh b/flower/include/string-data.hh index 001d5641c4..9f6c534482 100644 --- a/flower/include/string-data.hh +++ b/flower/include/string-data.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef STRINGDATA_HH diff --git a/flower/include/string-data.icc b/flower/include/string-data.icc index fac7bd056e..aff01bb4f3 100644 --- a/flower/include/string-data.icc +++ b/flower/include/string-data.icc @@ -3,7 +3,7 @@ source file of Flower lib - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef STRINGDATA_INL diff --git a/flower/include/string-handle.hh b/flower/include/string-handle.hh index 25d6a631de..0b7e044b20 100644 --- a/flower/include/string-handle.hh +++ b/flower/include/string-handle.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef STRINGHANDLE_HH diff --git a/flower/include/string-handle.icc b/flower/include/string-handle.icc index 7e6342dfb8..fc2efcb2b6 100644 --- a/flower/include/string-handle.icc +++ b/flower/include/string-handle.icc @@ -4,7 +4,7 @@ stringhandle.inl -- implement String_handle source file of Flower lib -(c) 1997--2005 Han-Wen Nienhuys +(c) 1997--2005 Han-Wen Nienhuys */ #ifndef STRINGHANDLE_INL diff --git a/flower/include/string.icc b/flower/include/string.icc index 158be0c2a5..f0ceee1fac 100644 --- a/flower/include/string.icc +++ b/flower/include/string.icc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef STRING_ICC diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index 4cca1db2a3..682b38162a 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef VIRTUAL_METHODS_HH diff --git a/flower/include/warn.hh b/flower/include/warn.hh index 245d944de1..872980fdfb 100644 --- a/flower/include/warn.hh +++ b/flower/include/warn.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #ifndef WARN_HH diff --git a/flower/interval.cc b/flower/interval.cc index d833d3151f..0cd778576a 100644 --- a/flower/interval.cc +++ b/flower/interval.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "interval.hh" diff --git a/flower/libc-extension.cc b/flower/libc-extension.cc index f6268e1849..1540b279d0 100644 --- a/flower/libc-extension.cc +++ b/flower/libc-extension.cc @@ -3,7 +3,7 @@ source file of the flowerlib - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys Jan Nieuwenhuizen */ diff --git a/flower/offset.cc b/flower/offset.cc index a4e7ee90e9..3fecbe70da 100644 --- a/flower/offset.cc +++ b/flower/offset.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "offset.hh" diff --git a/flower/polynomial.cc b/flower/polynomial.cc index 82617d3db4..3b456c14cb 100644 --- a/flower/polynomial.cc +++ b/flower/polynomial.cc @@ -1,7 +1,7 @@ /* poly.cc -- routines for manipulation of polynomials in one var - (c) 1993--2005 Han-Wen Nienhuys + (c) 1993--2005 Han-Wen Nienhuys */ #include "polynomial.hh" diff --git a/flower/rational.cc b/flower/rational.cc index 65672f5bcb..5b0657a49a 100644 --- a/flower/rational.cc +++ b/flower/rational.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "rational.hh" diff --git a/flower/stringutil.cc b/flower/stringutil.cc index 8516a27552..5fcd958f4c 100644 --- a/flower/stringutil.cc +++ b/flower/stringutil.cc @@ -6,7 +6,7 @@ source file of the LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys */ + (c) 1997--2005 Han-Wen Nienhuys */ #ifdef STRING_DEBUG #define memmove mymemmove diff --git a/flower/warn.cc b/flower/warn.cc index 6399aad4b7..3aac67f255 100644 --- a/flower/warn.cc +++ b/flower/warn.cc @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #include "warn.hh" diff --git a/lily/font-config-scheme.cc b/lily/font-config-scheme.cc new file mode 100644 index 0000000000..94ba57b76d --- /dev/null +++ b/lily/font-config-scheme.cc @@ -0,0 +1,66 @@ +/* + font-config-scheme.cc -- implement FontConfig bindings. + + source file of the GNU LilyPond music typesetter + + (c) 2005 Han-Wen Nienhuys + +*/ + +#include "lily-guile.hh" + +#include + +void +display_fontset (FcFontSet *fs) +{ + int j; + for (j = 0; j < fs->nfont; j++) + { + FcChar8 *font; + FcChar8 *str; + + font = FcNameUnparse (fs->fonts[j]); + if (FcPatternGetString (fs->fonts[j], FC_FILE, 0, &str) == FcResultMatch) + printf ("FILE %s\n", str); + if (FcPatternGetString (fs->fonts[j], FC_FAMILY, 0, &str) == FcResultMatch) + printf ("family %s\n ", str); + if (FcPatternGetString (fs->fonts[j], "designsize", 0, &str) == FcResultMatch) + printf ("designsize %s\n ", str); + printf ("%s\n", font); + free (font); + } +} + + +void +display_list (FcConfig *fcc) +{ + FcPattern*pat = FcPatternCreate (); + + FcObjectSet *os = 0; + if (!os) + os = FcObjectSetBuild (FC_FAMILY, FC_STYLE, (char *) 0); + + FcFontSet * fs = FcFontList (fcc, pat, os); + FcObjectSetDestroy (os); + if (pat) + FcPatternDestroy (pat); + + if (fs) + { + display_fontset (fs); + FcFontSetDestroy (fs); + } +} + + +LY_DEFINE (ly_font_config_display_fonts, "ly:font-config-display-fonts", 0, 0, 0, + (), + "Dump a list of all fonts visible to FontConfig.") + +{ + display_list (NULL); + + return SCM_UNSPECIFIED; +} diff --git a/mf/feta-autometric.mf b/mf/feta-autometric.mf index 0181d0746c..07237fbcad 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 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 ca51120425..3d378cadf7 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % Jan Nieuwenhuizen input feta-autometric; diff --git a/mf/feta-bolletjes.mf b/mf/feta-bolletjes.mf index ca405b5a60..526e0c6beb 100644 --- a/mf/feta-bolletjes.mf +++ b/mf/feta-bolletjes.mf @@ -4,7 +4,7 @@ % source file of LilyPond's pretty-but-neat music font % % (c) 1997--2005 Jan Nieuwenhuizen -% & Han-Wen Nienhuys +% & Han-Wen Nienhuys % & Juergen Reuter % diff --git a/mf/feta-braces-a.mf b/mf/feta-braces-a.mf index b672a5bdf6..d44baac6f9 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 0; diff --git a/mf/feta-braces-b.mf b/mf/feta-braces-b.mf index 78f9421f8a..cc3fd46e1d 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 1; diff --git a/mf/feta-braces-c.mf b/mf/feta-braces-c.mf index 1ddeac7c98..9dc8343c52 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 2; diff --git a/mf/feta-braces-d.mf b/mf/feta-braces-d.mf index 636a64e2d2..440b1bf877 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 3; diff --git a/mf/feta-braces-e.mf b/mf/feta-braces-e.mf index 2085ce663c..bfa112ea7a 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 4; diff --git a/mf/feta-braces-f.mf b/mf/feta-braces-f.mf index bf6b024ee9..ab28784d78 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 5; diff --git a/mf/feta-braces-g.mf b/mf/feta-braces-g.mf index 1fc7d2af9c..2ff9f6386e 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 6; diff --git a/mf/feta-braces-h.mf b/mf/feta-braces-h.mf index 22ec13f33a..6509c75edc 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 7; diff --git a/mf/feta-braces-i.mf b/mf/feta-braces-i.mf index 57b6ba451f..6a1e2b528c 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % font_count := 8; diff --git a/mf/feta-generic.mf b/mf/feta-generic.mf index dd508285aa..c5644af555 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % diff --git a/mf/feta-klef.mf b/mf/feta-klef.mf index dd0ccbfdc0..90a3a838ab 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--2005 Han-Wen Nienhuys , +% (c) 1997--2005 Han-Wen Nienhuys , % Jan Nieuwenhuizen , % Juergen Reuter diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index a09dec08ff..9048afc5b9 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--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % Jan Nieuwenhuizen % diff --git a/mf/feta-toevallig.mf b/mf/feta-toevallig.mf index 3964f38025..b6ee76e3ac 100644 --- a/mf/feta-toevallig.mf +++ b/mf/feta-toevallig.mf @@ -3,7 +3,7 @@ % % source file of the Feta (Font-En-Tja) music font % -% (c) 1997--2005 Han-Wen Nienhuys +% (c) 1997--2005 Han-Wen Nienhuys % -- 2.39.2