From 0e4e1a56b7196523a1812c1d969e2f871f693ace Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 27 Oct 2015 22:52:00 +0100 Subject: [PATCH] Save an unnecessary double calculation in tab-note-head::print --- scm/tablature.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scm/tablature.scm b/scm/tablature.scm index 87e5b300af..9d5fdd2233 100644 --- a/scm/tablature.scm +++ b/scm/tablature.scm @@ -266,9 +266,7 @@ (offset-factor (assoc-get 'head-offset details 3/5)) (column-offset (* offset-factor (interval-length - (ly:stencil-extent - (grob-interpret-markup grob "8") - X))))) + (ly:stencil-extent ref-grob X))))) (if (is-harmonic? grob) (set! output-grob (harmonic-proc output-grob -- 2.39.5