bug-lilypond
[Top][All Lists]
Advanced

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

Issue 363 in project lilypond


From: codesite-noreply
Subject: Issue 363 in project lilypond
Date: Wed, 09 May 2007 13:47:14 -0700

Issue 363: markup \draw-line #'( 0 . n ) broken for negative n
http://code.google.com/p/lilypond/issues/detail?id=363

New issue report by trevorbaca:
The following snippet should draw a downward hook at the right edge of the
spanner, but does not:

%%% BEGIN %%%

\version "2.11.22"

\new Staff {
   \override TextSpanner #'bound-details #'left #'text = \markup { start }
   \override TextSpanner #'bound-details #'right #'text = \markup {
\draw-line #'( 0 . -2 ) }
   c'2 \startTextSpan
   c'2 \stopTextSpan
}

%%% END %%%


Changing -2 to 2 causes an *upward* line to draw, but what's needed is a
downward line.

This is relatively important because scores with hooked spanners are 
currently not possible.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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