lilypond-user
[Top][All Lists]
Advanced

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

Re: note head in denominator - snippet doesn't work


From: Mats Bengtsson
Subject: Re: note head in denominator - snippet doesn't work
Date: Fri, 30 May 2008 11:37:12 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The same problem appears in 2.10 and 2.11. It's really weird, since the same markup works well in other places, even when typeset using the same stencil function, ly:text-interface::print as the following example shows. I cannot see any other property setting on TimeSignature that
might influence it.

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
}

 /Mats

Valentin Villenave wrote:
2008/5/30 Gilles THIBAULT <address@hidden>:

Perhaps a bug ?

Looks like a regression to me.
Mats, can you confirm before I add it to the tracker?

Thanks,
Valentin

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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