]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
*** empty log message ***
[lilypond.git] / make / mutopia-rules.make
index bd95ef14e2d435ca579d2e49e0faba3610d0b109..b9452646f8a663757385869fcfe59d807bba20ac 100644 (file)
@@ -20,7 +20,7 @@ $(outdir)/%.ly: %.abc
        $(PYTHON) $(ABC2LY) --strict -o $@ $< 
 
 $(outdir)/%.dvi: $(outdir)/%.ly
-       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
+       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $<  
 
 # don't junk intermediate .dvi files.  They're easier to view than
 # .ps or .png
@@ -31,8 +31,8 @@ $(outdir)/%.dvi: %.ly
 
 
 $(outdir)/%.pdf: $(outdir)/%.dvi
-       dvips -u +lilypond.map -o $@.pdfps  -Ppdf $<
-       ps2pdf $@.pdfps $@
+       dvips $(DVIPS_FLAGS) -t $(DVIPS_PAPERSIZE) -o $@.pdfps $<
+       ps2pdf -sPAPERSIZE=$(DVIPS_PAPERSIZE) $@.pdfps $@
 
 $(outdir)-$(PAPERSIZE)/%.dvi: %.ly
        $(PYTHON) $(LY2DVI) --output=$@ --dependencies --set=papersize=$(PAPERSIZE) $<