Re: accessing the text stencil of a TextSpanner

2014-02-03 Thread Urs Liska
Am 03.02.2014 10:43, schrieb Urs Liska: It is possible to access/reshape a Metronome Mark like this: \override MetronomeMark #'stencil = #(lambda (grob) (ly:stencil-scale (lyric-text::print grob) 0.78 1)) (which will squeeze the font to a width of 0.78 (which surprisingly matches t

accessing the text stencil of a TextSpanner

2014-02-03 Thread Urs Liska
It is possible to access/reshape a Metronome Mark like this: \override MetronomeMark #'stencil = #(lambda (grob) (ly:stencil-scale (lyric-text::print grob) 0.78 1)) (which will squeeze the font to a width of 0.78 (which surprisingly matches the font of the printed model very well).