From 02ed828a3f3f1826990fa32df2e58c5b599982b9 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:24:48 +0000 Subject: [PATCH] lilypond-1.3.73 --- ly/init.sly | 2 +- mf/feta-generic.mf | 4 ++-- mf/feta-klef.mf | 10 +++++----- scripts/ly2dvi.py | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ly/init.sly b/ly/init.sly index af663b0138..ae387ade84 100644 --- a/ly/init.sly +++ b/ly/init.sly @@ -1,6 +1,6 @@ % Toplevel initialisation file. -\version "1.3.42"; +\version "1.3.68"; \include "declarations.ly" diff --git a/mf/feta-generic.mf b/mf/feta-generic.mf index 4d01e53bf7..4b53e941bf 100644 --- a/mf/feta-generic.mf +++ b/mf/feta-generic.mf @@ -39,11 +39,11 @@ else: % input feta-bolletjes; % input feta-banier; % input feta-eindelijk; -% input feta-klef; + input feta-klef; % input feta-toevallig; % input feta-schrift; % input feta-haak; % input feta-timesig; - input feta-pendaal; +% input feta-pendaal; % input feta-accordion; fi diff --git a/mf/feta-klef.mf b/mf/feta-klef.mf index 579e555585..a759cc0e85 100644 --- a/mf/feta-klef.mf +++ b/mf/feta-klef.mf @@ -76,14 +76,14 @@ def draw_c_clef (expr reduction) = fet_beginchar ("C clef", "C", "altoclef") if test = 1: - draw_staff (-2,2); + draw_staff (-2,2, 0.0); fi; draw_c_clef (1.0); fet_endchar; fet_beginchar ("C clef", "C_change", "caltoclef") if test = 1: - draw_staff (-2,2); + draw_staff (-2,2, 0.0); fi; draw_c_clef (.8); fet_endchar; @@ -108,7 +108,7 @@ def draw_bass_clef(expr exact_center, reduction) = set_char_box(left_space# + - xpart exact_center, right_space# + - xpart exact_center + ball_to_right#, + xpart exact_center + ball_to_right# + 7/12 reduced_il#, - ypart exact_center + 2.5 reduced_il#, ypart exact_center +reduced_il#); @@ -156,7 +156,7 @@ enddef; fet_beginchar("F clef ", "F", "bassclef") if test = 1: - draw_staff(-3,1); + draw_staff(-3,1, 0.0); fi; draw_bass_clef((.5 staff_space#, 0), 1.0); fet_endchar; @@ -300,7 +300,7 @@ enddef; fet_beginchar("G clef", "G", "trebleclef") if test = 1: - draw_staff(-1,3); + draw_staff(-1,3, 0.0); fi; draw_gclef((1.7 staff_space#,0), 1.0); fet_endchar; diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 34ce7efd3c..e5484a52dd 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -263,7 +263,7 @@ class TeXOutput: %%\headheight9pt %%\headsep0pt %% Maybe this is too drastic, but let us give it a try. -\geometry{width=%spt, height=%spt,headheight=2mm,headsep=0pt,footskip=2mm} +\geometry{width=%spt, textheight=%spt,headheight=2mm,headsep=0pt,footskip=2mm} \input{lilyponddefs} \input{titledefs} %s -- 2.39.5