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

2008-06-05 Thread Marc Hohl
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

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

2008-06-05 Thread Mats Bengtsson
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

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

2008-05-30 Thread Valentin Villenave
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

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

2008-05-30 Thread Mats Bengtsson
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

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

2008-05-30 Thread Valentin Villenave
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

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

2008-05-30 Thread Gilles THIBAULT
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

note head in denominator - snippet doesn't work

2008-05-29 Thread Marc Hohl
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