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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to