bug-lilypond
[Top][All Lists]
Advanced

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

Issue 628 in lilypond: Regression: markup \note doesn't work as a TimeS


From: codesite-noreply
Subject: Issue 628 in lilypond: Regression: markup \note doesn't work as a TimeSignature stencil
Date: Fri, 30 May 2008 05:32:33 -0700

Issue 628: Regression: markup \note doesn't work as a TimeSignature stencil
http://code.google.com/p/lilypond/issues/detail?id=628

New issue report by v.villenave:
% it works everywhere else, though.

\version "2.11.47" % (also reproduced with 2.10)
% was reported to work in 2.8

tsMarkup =\markup {\column {  \number "4" \note #"2" #0.75 } }
% Works as standalone markup:
\tsMarkup

{
 % Broken as time signature
 \override Staff.TimeSignature #'stencil = #ly:text-interface::print
 \override Staff.TimeSignature #'text = #tsMarkup

 % Works as clef
 \override Staff.Clef #'stencil = #ly:text-interface::print
 \override Staff.Clef #'text = #tsMarkup

 % Works as ordinary text script
 \time 4/2 c'2 c'4 c'4^\tsMarkup
}

% see also
% http://lists.gnu.org/archive/html/lilypond-user/2008-05/msg00577.html


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Low

--
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]