]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.0
authorfred <fred>
Tue, 26 Mar 2002 22:24:41 +0000 (22:24 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:24:41 +0000 (22:24 +0000)
TODO
make/toplevel.make.in
mf/feta-braces11.mf [new file with mode: 0644]
mf/feta-braces13.mf [new file with mode: 0644]
mf/feta-braces23.mf [new file with mode: 0644]
mf/feta-braces26.mf [new file with mode: 0644]
stepmake/stepmake/tex-rules.make

diff --git a/TODO b/TODO
index 0152874f4f828aaa7b438f44b0b54321455a0be0..e38eaaabe96f8fbdbe65b0ac039a5ebaaf9cb8d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,10 +8,8 @@ done, might be done, or is an idea that we want to think about.
 Most of the items are marked in the code as well
 Grep -i for TODO, FIXME and ugh/ugr/urg.  
 
-.* TODO before 1.2
+.* TODO after 1.2
 . * Break_req handling is silly (break_forbid () + \break fucks up.)
-. * chord names. -- what about?
-. * Melismas(*) --> Melismata (at least in doco)
 . * ?  -Q, --find-old-relative show all changes in relative syntax
 What's old about absolute to relative conversion?  Could maybe use for
 abc2ly, midi2ly?
index e312f5847849614b70ccdc904428eebf0139e486..f8b069a0271f7a2899c4108d3b18a1a7395a6a17 100644 (file)
@@ -15,7 +15,7 @@ SUBDIRS = scripts buildscripts  flower lib lily mf midi2ly po debian \
 
 SCRIPTS = configure aclocal.m4
 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE-1.0 ANNOUNCE-1.2 \
- COPYING NEWS-0.1 NEWS-1.0 NEWS-0.0 NEWS  TODO AIMS
+ COPYING NEWS-0.1 NEWS-1.0 NEWS-0.0 NEWS-1.1  NEWS  TODO AIMS
 README_TXT_FILES = README.txt AUTHORS.txt INSTALL.txt PATCHES.txt
 IN_FILES := $(wildcard *.in)
 EXTRA_DIST_FILES = dstreamrc mudela-mode.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES) TASKS
diff --git a/mf/feta-braces11.mf b/mf/feta-braces11.mf
new file mode 100644 (file)
index 0000000..396746b
--- /dev/null
@@ -0,0 +1,17 @@
+
+% 
+% feta-braces11.mf --  implement 
+% 
+% source file of the Feta (Font-En-Tja) music font
+% 
+% (c) 1997, 1998 Han-Wen Nienhuys <hanwen@stack.nl>
+% 
+
+font_identifier:="feta-braces11";
+font_size 11;
+mode_setup;
+
+staffsize#:=11pt#;
+input feta-beugel;
+end.
+
diff --git a/mf/feta-braces13.mf b/mf/feta-braces13.mf
new file mode 100644 (file)
index 0000000..ac31616
--- /dev/null
@@ -0,0 +1,17 @@
+
+% 
+% feta-braces13.mf --  implement 
+% 
+% source file of the Feta (Font-En-Tja) music font
+% 
+% (c) 1997, 1998 Han-Wen Nienhuys <hanwen@stack.nl>
+% 
+
+font_identifier:="feta-braces13";
+font_size 13;
+mode_setup;
+
+staffsize#:=13pt#;
+input feta-beugel;
+end.
+
diff --git a/mf/feta-braces23.mf b/mf/feta-braces23.mf
new file mode 100644 (file)
index 0000000..a97ec9c
--- /dev/null
@@ -0,0 +1,17 @@
+
+% 
+% feta-braces23.mf --  implement 
+% 
+% source file of the Feta (Font-En-Tja) music font
+% 
+% (c) 1997, 1998 Han-Wen Nienhuys <hanwen@stack.nl>
+% 
+
+font_identifier:="feta-braces23";
+font_size 23;
+mode_setup;
+
+staffsize#:=23pt#;
+input feta-beugel;
+end.
+
diff --git a/mf/feta-braces26.mf b/mf/feta-braces26.mf
new file mode 100644 (file)
index 0000000..7c92ac6
--- /dev/null
@@ -0,0 +1,17 @@
+
+% 
+% feta-braces26.mf --  implement 
+% 
+% source file of the Feta (Font-En-Tja) music font
+% 
+% (c) 1997, 1998 Han-Wen Nienhuys <hanwen@stack.nl>
+% 
+
+font_identifier:="feta-braces26";
+font_size 26;
+mode_setup;
+
+staffsize#:=26pt#;
+input feta-beugel;
+end.
+
index bd8aee3ceb1c45c11aceec87a7aead71cb5bec0d..0761a04cf656329d62582a8f6121e56e5d37cb53 100644 (file)
@@ -10,7 +10,7 @@ $(outdir)/%.dvi: $(outdir)/%.latex
          latex \\nonstopmode \\input $(<F)&&\
          (bibtex $(basename $(<F)) || true) && \
          latex \\nonstopmode \\input $(<F)&&\
-kk       (makeindex $(basename $(<F)) || true) && \
+         (makeindex $(basename $(<F)) || true) && \
          latex \\nonstopmode \\input $(<F) )
 
 $(outdir)/%.ps: $(outdir)/%.dvi