From fc6064824e7c0e07f548dd659e12c9767116cabd Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 10 Oct 1997 09:17:10 +0200 Subject: [PATCH] patch::: 0.1.21.jcn1: kleine pats --- VERSION | 2 +- bin/clean-fonts | 3 ++- init/font-en-tja16.ly | 2 +- init/font-en-tja20.ly | 2 +- input/font.ly | 2 +- make/lelievijver.lsm | 8 ++++---- mf/feta-schrift.mf | 6 +++--- tex/font-en-tja16.tex | 2 +- tex/font-en-tja20.tex | 2 +- 9 files changed, 15 insertions(+), 14 deletions(-) diff --git a/VERSION b/VERSION index bc8631da74..eb47bd8f02 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 1 TOPLEVEL_PATCH_LEVEL = 21 -TOPLEVEL_MY_PATCH_LEVEL = +TOPLEVEL_MY_PATCH_LEVEL = .jcn1 # use the above to send patches, always empty for released version: diff --git a/bin/clean-fonts b/bin/clean-fonts index 8494ff68a5..cc1c070747 100755 --- a/bin/clean-fonts +++ b/bin/clean-fonts @@ -2,6 +2,7 @@ # remove possibly stale .pk/.tfm files echo> /tmp/cleaning-font -FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` # -or -name 'vette-beam*'` +FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` +# FILES=`find /var/lib/texmf/ -name 'font-en-tja*' -o -name 'vette-beam*' -o -name 'dyn10*'` echo removing $FILES rm $FILES /tmp/cleaning-font diff --git a/init/font-en-tja16.ly b/init/font-en-tja16.ly index a2984b2481..dddd3152d2 100644 --- a/init/font-en-tja16.ly +++ b/init/font-en-tja16.ly @@ -1,5 +1,5 @@ % generated automatically by mf-to-table.py version 0.3 -% on Thu Oct 9 11:15:46 1997 +% on Thu Oct 9 20:24:25 1997 % Do not edit % input from out/font-en-tja16.log diff --git a/init/font-en-tja20.ly b/init/font-en-tja20.ly index fcffbad34e..eee1f222b7 100644 --- a/init/font-en-tja20.ly +++ b/init/font-en-tja20.ly @@ -1,5 +1,5 @@ % generated automatically by mf-to-table.py version 0.3 -% on Thu Oct 9 11:15:50 1997 +% on Thu Oct 9 20:24:27 1997 % Do not edit % input from out/font-en-tja20.log diff --git a/input/font.ly b/input/font.ly index ff68d5bce7..4a29d2c8d1 100644 --- a/input/font.ly +++ b/input/font.ly @@ -11,7 +11,7 @@ TestedFeatures This file tests the Feta music-font \melodic{ \octave c'; \meter 4/4; - \multi 2 < { \stemup g''\longa a''\breve | } + \multi 2 < { \stemup g'\longa a'\breve | } { \stemdown c1 g c' a' c2 g } > diff --git a/make/lelievijver.lsm b/make/lelievijver.lsm index 32a48b236e..5c5950a0f0 100644 --- a/make/lelievijver.lsm +++ b/make/lelievijver.lsm @@ -1,7 +1,7 @@ Begin3 Titel: LilyPond -Versie: 0.1.21 -Inschrijf datum: 08OCT97 +Versie: 0.1.21.jcn1 +Inschrijf datum: 10OCT97 Beschrijving: LilyPond is de muziek typesetter van het GNU Project. Het programma genereert muziek in zichtbare of hoorbare vorm uit uit een muzikale definitie file: @@ -16,8 +16,8 @@ Auteur: hanwen@stack.nl (Han-Wen Nienhuys) jan@digicash.com (Jan Nieuwenhuizen) Onderhouden door: hanwen@stack.nl (Han-Wen Nienhuys) Voornaamste plek: sunsite.unc.edu /pub/Linux/apps - 395k lilypond-0.1.21.tar.gz + 395k lilypond-0.1.21.jcn1.tar.gz Oorspronkelijke plek: pcnov095.win.tue.nl /pub/lilypond/ - 395k lilypond-0.1.21.tar.gz + 395k lilypond-0.1.21.jcn1.tar.gz Copi"eer politie: GPL End diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index bd156643ff..de1786b860 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -216,7 +216,7 @@ fet_beginchar("Upbow", "upbow", "upbow") thick = 1.4 stafflinethickness; wd# = 1.3 interline#; - ht# = 3/2 wd#; + ht# = 1.6 wd#; set_char_box(wd#/2, wd#/2, 0, ht#); @@ -237,10 +237,10 @@ fet_beginchar("Downbow", "downbow", "downbow") save wd; define_pixels(wd) - wd# = 7/4 interline#; + wd# = 3/2 interline#; stemthick = 1.2 stafflinethickness; - set_char_box(wd#/2, wd#/2, 0, interline#); + set_char_box(wd#/2, wd#/2, 0, 4/3interline#); beamheight = 4/10 h; diff --git a/tex/font-en-tja16.tex b/tex/font-en-tja16.tex index e09b104022..4163d8c260 100644 --- a/tex/font-en-tja16.tex +++ b/tex/font-en-tja16.tex @@ -1,5 +1,5 @@ % generated automatically by mf-to-table.py version 0.3 -% on Thu Oct 9 11:15:46 1997 +% on Thu Oct 9 20:24:25 1997 % Do not edit % input from out/font-en-tja16.log diff --git a/tex/font-en-tja20.tex b/tex/font-en-tja20.tex index ff33516f8c..28a218fc45 100644 --- a/tex/font-en-tja20.tex +++ b/tex/font-en-tja20.tex @@ -1,5 +1,5 @@ % generated automatically by mf-to-table.py version 0.3 -% on Thu Oct 9 11:15:50 1997 +% on Thu Oct 9 20:24:27 1997 % Do not edit % input from out/font-en-tja20.log -- 2.39.2