bug-lilypond
[Top][All Lists]
Advanced

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

Issue 364 in project lilypond


From: codesite-noreply
Subject: Issue 364 in project lilypond
Date: Wed, 09 May 2007 14:51:31 -0700

Issue 364: TextSpanner #'bound-details #'left #'text can not suppress at start 
of line
http://code.google.com/p/lilypond/issues/detail?id=364

New issue report by trevorbaca:
The following snippet prints the text "start" both at the start of 
the text
spanner and at the start of line. I've looked for the better part of a week
for a way to suppress the text at the start of line, but now think that
this ability may have vanished with the 2.11.12 TextSpanner rewrite.

If there is a way to suppress the text currently, please include minimal
example and I'll write an appropriate addition to 8.1.3 "Text 
spanners".

%%% BEGIN %%%

version "2.11.22"

\new Staff {
   \override TextSpanner #'bound-details #'left #'text = \markup { 
"start" }
   c'1 \startTextSpan \break
   c'1
   c'1 \stopTextSpan
}

%%% END %%%


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]