From 8ce0a22d9daa21a2fccbf855c75ee9077384d1d3 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 9 Nov 1998 11:54:15 +0100 Subject: [PATCH] patch::: 1.1.3.jcn2 --- TODO | 2 -- VERSION | 2 +- init/lily.scm | 22 +++------------------- lily/paper-outputter.cc | 4 ++-- stepmake/stepmake/package.make | 3 ++- 5 files changed, 8 insertions(+), 25 deletions(-) diff --git a/TODO b/TODO index ffd01a2797..bba8e78cd5 100644 --- a/TODO +++ b/TODO @@ -10,8 +10,6 @@ grep for TODO and ugh/ugr/urg BUGS: * --safe: disallow backslashes, disallow \include. - * fix fontsize switching - * fix rounding stuff in number->string * msgfmt -o check? diff --git a/VERSION b/VERSION index 1d931661d6..37b932fed7 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=3 -MY_PATCH_LEVEL=tca1 +MY_PATCH_LEVEL=jcn2 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/init/lily.scm b/init/lily.scm index 9c38a76bfa..2a4207c60c 100644 --- a/init/lily.scm +++ b/init/lily.scm @@ -177,13 +177,12 @@ (define (font-def o i s) ((invoke-output o "font-def") i s)) -; (empty o)) (define (font-def-ps i s) (string-append "\n/" (font i) " {/" - (substring s 0 (- (string-length s) 3)) + (substring s 0 (- (string-length s) 4)) " findfont 12 scalefont setfont} bind def\n")) (define @@ -379,15 +378,11 @@ (define (start-line-ps) - (string-append - (urg-fix-font-ps) - "\nstart_line {\n")) + "\nstart_line {\n") (define (start-line-tex) - (string-append - (urg-fix-font-tex) - "\\hbox{%\n")) + "\\hbox{%\n") (define (startrepeat o h) @@ -417,15 +412,4 @@ (text-tex f s) (string-append "\\set" f "{" s "}")) -(define - (urg-fix-font-ps) - "/fontA { /feta20 findfont 12 scalefont setfont} bind def fontA\n") - -(define - (urg-fix-font-tex) - "\\font\\fontA=feta20.afm\\fontA\n") - -(define - (urg-font-switch-ps i) - "\n/feta20 findfont 12 scalefont setfont \n") diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index bb7d6e3bfb..c96c48c859 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -178,11 +178,11 @@ Paper_outputter::switch_to_font (String fontname) { current_font_ = fontname; int i=0; - bool new_b = false; + bool new_b = true; for (; i< font_arr_.size (); i++) if (font_arr_[i] == fontname) { - new_b = true; + new_b = false; break; } diff --git a/stepmake/stepmake/package.make b/stepmake/stepmake/package.make index 303bc8f0df..01a06871f4 100644 --- a/stepmake/stepmake/package.make +++ b/stepmake/stepmake/package.make @@ -17,7 +17,8 @@ deb: dpkg-buildpackage -b; \ )' -makeflags=$(patsubst %==, %, $(patsubst %----,%,$(MAKEFLAGS:%=--%))) +# makeflags=$(patsubst %==, %, $(patsubst %----,%,$(MAKEFLAGS:%=--%))) +makeflags=$(patsubst %==, %, $(patsubst ----%,%,$($(MAKEFLAGS:%=--%):--unix=))) diff: $(PYTHON) $(step-bindir)/package-diff.py --package=$(topdir) $(makeflags) -- 2.39.2