Thank you for your reply - now it works perfectly!
Marc
Mats Bengtsson schrieb:
As I just reported on the bug mailing list, I finally managed to find
the culprit,
namely that the property style was set on the TimeSignature grob.
Adding the line
\override Staff.TimeSignature #'style = ##f
solv
As I just reported on the bug mailing list, I finally managed to find
the culprit,
namely that the property style was set on the TimeSignature grob. Adding
the line
\override Staff.TimeSignature #'style = ##f
solves the problem!
/Mats
Valentin Villenave wrote:
2008/5/30 Mats Bengtsson <[EM
2008/5/30 Mats Bengtsson <[EMAIL PROTECTED]>:
> 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
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 influen
2008/5/30 Gilles THIBAULT <[EMAIL PROTECTED]>:
> Perhaps a bug ?
Looks like a regression to me.
Mats, can you confirm before I add it to the tracker?
Thanks,
Valentin
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/l
tsMarkup =\markup {
\number{ \column { "4" { \note #"2" #0.75 } }
{
\override Staff.TimeSignature #'stencil = #ly:text-interface::print
\override Staff.TimeSignature #'text = #tsMarkup
\time 4/2
c'2 c'4 c'4
}
Unfortunately, this snippet seemed to work with 2.8.0 but doesn't wo
I need a time signature with a note in the denominator,
and I was happy to find a solution at
http://lists.gnu.org/archive/html/lilypond-user/2006-04/msg00123.html
as follows:
%%% snippet
tsMarkup =\markup {
\number{ \column { "4" { \note #"2" #0.75 } }
}
}
{
\override Staff.T