From 7a0b96b88828fd1ff197dbdb38069cbe7358d8cf Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 4 Jan 2001 22:35:18 +0100 Subject: [PATCH] patch::: 1.3.120.jcn2 1.3.120.jcn2 ============ * Bugfix: changed beam thickness to .48 staff-space. --- CHANGES | 5 +++++ VERSION | 2 +- scm/grob-description.scm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e02ef62b98..d31ae1ef52 100644 --- 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 98407b4c3d..a17c36d67c 100644 --- 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. diff --git a/scm/grob-description.scm b/scm/grob-description.scm index 2f3a0d5f00..07068dbbcd 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -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) -- 2.39.5