]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.6
authorfred <fred>
Tue, 26 Mar 2002 21:29:30 +0000 (21:29 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:29:30 +0000 (21:29 +0000)
Documentation/tex/feta.tex
NEWS
VERSION
stepmake/stepmake/tex-rules.make

index 032c1dcf69c47585d2f817faf9d7ee383a44f517..36633bea1ba8becbb53d2c23100df5fdde8ab155 100644 (file)
 
 \vskip5mm
 
-\listfont{\fetatwenty}{0}{78}
+\listfont{\fetatwenty}{0}{123}
 % urg
 \vskip-\charheight
-\vskip-\charheight
 \listfont{\fetanumber}{48}{58}
 \vskip-\charheight
 \listfont{\fetafinger}{48}{58}
diff --git a/NEWS b/NEWS
index 7c1e93e25395120e63ee4fec015e6eee6a780bbf..b340ce878b4513f7f783a76301ee2843973eb2ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+
+
+pl5.szmulewicz1
+       - rtti stuff
+       - bf's: lily.scm
+
+pl5.mb1
+       - bf: array.hh, don't make copy if resized to the same size
+       - bf: feta.tex
+
+pl5.jcn4
+       - scm additions: plet, hairpin
+       - website fixes
+
+pl5.jcn3
+       - website fixes
+
+pl5.jcn2
+       - extender-*, see input/test/extender.ly
+       - bf: half-beam length (urg)
+       - fixes: standchen, star
+
+pl5.jcn1
+       - tex/lily-ps-defs.tex fixes
+       - lily.ps 
+
+pl 5.hwn1
+       - Tuplet_engraver
+       - lily.ps fix.
+       - junked MY_RTTI stuff, simpler VIRTUAL_COPY_CONS
+
+********
+1.1.5
+
 pl4.jcn4
        - fixes; preludes, finger
 
diff --git a/VERSION b/VERSION
index b7f6e05badfa8bed77fc0dfcb3faf26e6b3bcdd7..9fa405bb94a8e0dcb234c7b1b16d94a8e894ca60 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=1
-PATCH_LEVEL=5
+PATCH_LEVEL=6
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
index da6762647faf4f4134b69bcefcda4592af72a098..6310a60eff4b5acd665cf37e9c4147f395ef55f7 100644 (file)
@@ -1,6 +1,6 @@
 
-$(outdir)/%.tex: %.tex
-       $(LN) $< $@
+#$(outdir)/%.tex: %.tex
+#      $(LN) $< $@
 
 $(outdir)/%.dvi: $(outdir)/%.tex
        (cd $(outdir); tex \\nonstopmode \\input $(<F))