lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Overly thick results from markup with draw-line


From: Trevor Bača
Subject: Overly thick results from markup with draw-line
Date: Tue, 24 Jul 2007 22:31:58 -0500

Hi,

Is there a reason the nibbed output of draw-line is almost 20 times
thicker than usual (rather than just 2 times thicker like the rest of
the TextSpanner)?


%%% EX 1 %%%

\version "2.11.26"

\new Staff {
  c'4 \startTextSpan
  c'4 \stopTextSpan
}

\layout {
  \context {
     \Staff
     \override TextSpanner #'bound-details #'right #'text =
        #(markup #:draw-line '(0 . -1))
     \override TextSpanner #'thickness = #2
  }
}

%%% EX 1 %%%


See attached.

Bug?


--
Trevor Bača
address@hidden

Attachment: too-thick.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]