]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.55
authorfred <fred>
Tue, 26 Mar 2002 22:14:52 +0000 (22:14 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:14:52 +0000 (22:14 +0000)
NEWS
VERSION
lily/stem-info.cc
make/toplevel.make.in

diff --git a/NEWS b/NEWS
index b17aa62697989e48d44bfd2a2ca97a43fb0c460b..614d60fffaaa8a54a1c11124c186cab52e7e7409 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+pl 53.jbr2
+        - Documentation/ntweb/index.html: Updated nt distribution web page
+
+pl 54.uu1
+       - bf: Stem lens for beams.
+       - move meta doco to Documentation/metadoc
+       - move .bibb to Documentation/bibliography
+       - rename mi2mu to midi2ly
+       - removed other-packages.bib to comply with GNU standards
+
+pl 54.jcn1
+       - mutopia/J.S.Bach/Duette 1&2
+
+pl 54.mb1
+        - Renamed \wheel to the \coda
+       - bf: correct gap in tuplet braces
+
+pl 53.hwn2
+       - move more parameters from PS/TeX to Lily.
+       - PS cleanup
+       - TeX cleanup.
+       - bf: also make (empty) bar at end of voltabracket.
+       - bf: don't put slur over rest. 
+
+
+pl 54.uu1
+       - debian updates (anthony fok).
+
+*************
+pl 54 (july, 8)
 pl 53.jbr1
        - scripts/ly2dvi.py: A fix for the multitude of file systems supported
           by windows.  As long as the paths that the cygwin apps use are
diff --git a/VERSION b/VERSION
index ceae9e617280b10edb6a3efdf1184a1b8dc67cec..294cc5ec434a62227b0a582a30a4b82dac0568e8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=1
-PATCH_LEVEL=54
+PATCH_LEVEL=55
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
index 2993559a848849a5a8a812b0facca82022936a55..d945823d66e3b3f7a74c8aee76ef1be43907ef9a 100644 (file)
@@ -63,7 +63,7 @@ Stem_info::Stem_info (Stem*s, int mult)
   int stem_max = (int)rint(paper_l->get_var ("stem_max"));
   String type_str = grace_b ? "grace_" : "";
   Real min_stem_f = paper_l->get_var (type_str + "minimum_stem_length"
-                                     + to_str (mult_i_ <? stem_max));
+                                     + to_str (mult_i_ <? stem_max)) * internote_f;
   Real stem_f = paper_l->get_var (type_str + "stem_length"
                                  + to_str (mult_i_ <? stem_max))* internote_f;
 
index a3e1fd036aca4f59df94ea07dfda3a179945c32f..55c21d3ad1ef82d9a548fe4cdeaa1b2411370d5d 100644 (file)
@@ -8,7 +8,7 @@ depth = .
 
 # descent order into subdirectories:
 #
-SUBDIRS = scripts buildscripts  flower lib lily mf mi2mu po debian \
+SUBDIRS = scripts buildscripts  flower lib lily mf midi2ly po debian \
        Documentation ly input tex make mutopia test intl stepmake\
        ps  scm
 #