]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.120.jcn2
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 4 Jan 2001 21:35:18 +0000 (22:35 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 4 Jan 2001 21:35:18 +0000 (22:35 +0100)
1.3.120.jcn2
============

* Bugfix: changed beam thickness to .48 staff-space.

CHANGES
VERSION
scm/grob-description.scm

diff --git a/CHANGES b/CHANGES
index e02ef62b98d2f8dfa66cc7d285bf98f3b11366a4..d31ae1ef52d5b20f1f610d700cb9a3675e5da3e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.3.120.jcn2
+============
+
+* Bugfix: changed beam thickness to .48 staff-space.
+
 1.3.120.jcn1
 ============
 
diff --git a/VERSION b/VERSION
index 98407b4c3d8dadb865b26428eb19856161968eba..a17c36d67c577a909425fb58094105622fd616ff 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=120
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jcn2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 2f3a0d5f003620ec92c835d5f6edb06998e7d74f..07068dbbcdca6303aa33253ea1cdb2ccfd9bff43 100644 (file)
@@ -57,7 +57,7 @@
                 ;; todo: clean this up a bit: the list is getting
                 ;; rather long.
                 (molecule-callback . ,Beam::brew_molecule)
-                (thickness . 0.42) ; in staff-space, should use stafflinethick?
+                (thickness . 0.48) ; in staff-space
                 (before-line-breaking-callback . ,Beam::before_line_breaking)
                 (after-line-breaking-callback . ,Beam::after_line_breaking)
                 (default-neutral-direction . 1)