From 5032dab8152792564c2adcf653d5505ee710dde7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 11 Apr 2004 20:03:05 +0000 Subject: [PATCH] ($(outdir)-$(PAPERSIZE)/%.dvi): incude ec-sauter.map in rules --- ChangeLog | 3 +++ input/mutopia/F.Schubert/morgenlied.ly | 3 ++- make/ly-vars.make | 2 +- make/mutopia-rules.make | 6 +++--- scripts/lilypond.py | 20 +------------------- 5 files changed, 10 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b18bec1fc..b9db6dded3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-04-11 Han-Wen Nienhuys + * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): incude + ec-sauter.map in rules + * mf/ecb.mf (font_identifier): new file, based on ecbx * mf/ecb10.mf (gensize): new file. diff --git a/input/mutopia/F.Schubert/morgenlied.ly b/input/mutopia/F.Schubert/morgenlied.ly index 0de034dc0b..19128cd7e1 100644 --- a/input/mutopia/F.Schubert/morgenlied.ly +++ b/input/mutopia/F.Schubert/morgenlied.ly @@ -146,7 +146,7 @@ pianoLH = \notes \relative c'' \repeat volta 2 { 8 | r r 8 r r\fermata \clef treble } - +\book { \score { << \time 6/8 @@ -189,3 +189,4 @@ pianoLH = \notes \relative c'' \repeat volta 2 { \tempo 4 = 70 } } +} diff --git a/make/ly-vars.make b/make/ly-vars.make index 08d608dfb2..7fe835f7ad 100644 --- a/make/ly-vars.make +++ b/make/ly-vars.make @@ -16,4 +16,4 @@ TEXINFO_SOURCES += $(TELY_FILES) $(ITELY_FILES) $(ITEXI_FILES) EXTRA_DIST_FILES += $(TELY_FILES) $(LY_FILES) $(ITEXI_FILES) $(ITELY_FILES) $(LYINC_FILES) -DVIPS_FLAGS= -u +lilypond.map -Ppdf +DVIPS_FLAGS= -u+ec-mftrace.map -u +lilypond.map -Ppdf diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index b9452646f8..8a243f1c17 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -20,14 +20,14 @@ $(outdir)/%.ly: %.abc $(PYTHON) $(ABC2LY) --strict -o $@ $< $(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< + $(PYTHON) $(LY2DVI) --output=$@ $< # don't junk intermediate .dvi files. They're easier to view than # .ps or .png .PRECIOUS: $(outdir)/%.dvi $(outdir)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< + $(PYTHON) $(LY2DVI) --output=$@ $< $(outdir)/%.pdf: $(outdir)/%.dvi @@ -35,6 +35,6 @@ $(outdir)/%.pdf: $(outdir)/%.dvi ps2pdf -sPAPERSIZE=$(DVIPS_PAPERSIZE) $@.pdfps $@ $(outdir)-$(PAPERSIZE)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies --set=papersize=$(PAPERSIZE) $< + $(PYTHON) $(LY2DVI) --output=$@ --set=papersize=$(PAPERSIZE) $< diff --git a/scripts/lilypond.py b/scripts/lilypond.py index ad0b414faa..fc9566ed4a 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -105,8 +105,6 @@ copyright = ('Han-Wen Nienhuys