From: Keith OHara Date: Mon, 24 Nov 2014 06:25:30 +0000 (-0800) Subject: issue 2724 X-Git-Tag: release/2.19.16-1~2^2~54^2~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f6c938f9897f6106e0673a6bf16d4e570395a3e;p=lilypond.git issue 2724 --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 5fdbe109a2..9f5783dff0 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2116,7 +2116,7 @@ ;; Stems in unnatural (forced) direction should be shortened by ;; one staff space, according to [Roush & Gourlay]. ;; Flagged stems we shorten only half a staff space. - (stem-shorten . (1.0 0.5)) + (stem-shorten . (1.0 0.5 0.25)) ))