]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.12
authorfred <fred>
Tue, 26 Mar 2002 21:26:35 +0000 (21:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:26:35 +0000 (21:26 +0000)
mf/feta-generic.mf
mf/graycx.mf [new file with mode: 0644]
stepmake/stepmake/generic-rules.make
stepmake/stepmake/tex-rules.make [new file with mode: 0644]
stepmake/stepmake/tex-targets.make [new file with mode: 0644]
stepmake/stepmake/tex-vars.make [new file with mode: 0644]

index e9803f5dff5c90860376e0d1535fb8f4e5c15b4a..6b3bdda090b90536a7a5fd46300342bd24fbaa79 100644 (file)
@@ -32,6 +32,7 @@ if test = 0:
        input feta-schrift;
        input feta-banier;
        input feta-klef;
+       input feta-timesig;
 else:
 %      input feta-bolletjes;   
 %      input feta-banier;
@@ -41,4 +42,5 @@ else:
 %      input feta-schrift;
 %      input feta-schrift;
 %      input feta-haak;
+%      input feta-timesig;
 fi
diff --git a/mf/graycx.mf b/mf/graycx.mf
new file mode 100644 (file)
index 0000000..3098b60
--- /dev/null
@@ -0,0 +1,8 @@
+% Gray font for CX with proofsheet resolution 75 pixels per inch.
+% Each pixel is represented by a 4x4 square, with 4/16 of the dots on.
+
+font_identifier "GRAYCX";
+
+boolean lightweight;
+
+input grayf
index fb05e13e3a640ce515e482ba76d1e52817ce952a..48b0a0983d265d8fa5dabcb58783700b0ac95961 100644 (file)
@@ -15,18 +15,3 @@ $(outdir)/%: %.m4
 %.gz: %
        gzip -c9 $< > $@
 
-# bit docrules, these...
-$(outdir)/%.dvi: $(outdir)/%.tex
-       (cd $(outdir); tex \\nonstopmode \\input $(<F))
-
-$(outdir)/%.dvi: $(outdir)/%.latex
-       (cd $(outdir); \
-         latex \\nonstopmode \\input $(<F);\
-         bibtex $(basename $(<F));\
-         latex \\nonstopmode \\input $(<F);\
-         latex \\nonstopmode \\input $(<F);\
-       )
-
-$(outdir)/%.ps: $(outdir)/%.dvi
-       dvips -ta4 -o $@ $<
-
diff --git a/stepmake/stepmake/tex-rules.make b/stepmake/stepmake/tex-rules.make
new file mode 100644 (file)
index 0000000..96f2bd0
--- /dev/null
@@ -0,0 +1,16 @@
+
+
+$(outdir)/%.dvi: $(outdir)/%.tex
+       (cd $(outdir); tex \\nonstopmode \\input $(<F))
+
+$(outdir)/%.dvi: $(outdir)/%.latex
+       (cd $(outdir); \
+         latex \\nonstopmode \\input $(<F);\
+         bibtex $(basename $(<F));\
+         latex \\nonstopmode \\input $(<F);\
+         latex \\nonstopmode \\input $(<F);\
+       )
+
+$(outdir)/%.ps: $(outdir)/%.dvi
+       dvips -ta4 -o $@ $<
+
diff --git a/stepmake/stepmake/tex-targets.make b/stepmake/stepmake/tex-targets.make
new file mode 100644 (file)
index 0000000..215aa61
--- /dev/null
@@ -0,0 +1,2 @@
+
+# also empty
diff --git a/stepmake/stepmake/tex-vars.make b/stepmake/stepmake/tex-vars.make
new file mode 100644 (file)
index 0000000..841db19
--- /dev/null
@@ -0,0 +1,2 @@
+
+#empty