From b6b0738a3323e7648f19ab2b0bcfc106fc5a87d5 Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Wed, 28 Nov 2007 15:54:32 +0100 Subject: [PATCH] Use the same line thickness as circle markup for box markup. Without this fix markup boxes will have extremely thin lines (when printed) compared to the rest of the score. --- scm/define-markup-commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 95c9877370..210ada37cf 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -124,7 +124,7 @@ thickness and padding around the markup." (let* ((th (* (ly:output-def-lookup layout 'line-thickness) - (chain-assoc-get 'thickness props 0.1))) + (chain-assoc-get 'thickness props 1))) (size (chain-assoc-get 'font-size props 0)) (pad (* (magstep size) (chain-assoc-get 'box-padding props 0.2))) -- 2.39.2