From 8a22162c71e7dcadbd1fbe0757144412977afa14 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 11 Jul 2005 09:48:42 +0000 Subject: [PATCH] (tablature-stem-attachment-function): tablature stem attachment fix. --- ChangeLog | 5 +++++ scm/output-lib.scm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77254bd557..6175c43eba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-11 Han-Wen Nienhuys + + * scm/output-lib.scm (tablature-stem-attachment-function): + tablature stem attachment fix. + 2005-07-10 Han-Wen Nienhuys * lily/bezier.cc: hardcode binomial coefficients of order 3. diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 5ef27d02c2..14f40f8d57 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -10,7 +10,7 @@ ;; The TabNoteHead stem attachment function. (define (tablature-stem-attachment-function style duration) - (cons 0.0 0.5)) + (cons 0.0 1.35)) ;; The TabNoteHead tablatureFormat callback. ;; Compute the text grob-property -- 2.39.5