]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use the same line thickness as circle markup for box markup.
authorErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 14:54:32 +0000 (15:54 +0100)
committerErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 14:54:32 +0000 (15:54 +0100)
Without this fix markup boxes will have extremely thin lines
(when printed) compared to the rest of the score.

scm/define-markup-commands.scm

index 95c9877370ec8207b0a82b8f7d5129e9cc55bd4d..210ada37cf9b32b58ce10e51805cb25e9d27a130 100644 (file)
@@ -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)))