I'm trying to set the padding property of a markup text. I thought \override
is the thing I need. So I tried:
\markup \override #'(padding . 1) { \box "B" }
But it doesn't work. Isn't \override for that?
So I had to stay with
\once \property Voice.TextScript \override #'padding = #1
which works O
How?
Thank you,
Thomas
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
[EMAIL PROTECTED] writes:
>
> >>>Try setting staff-padding.
> Thanks again Han-Wen for the workaround for the key signature problem
> (posted in Lilypond Bugs) but does anyone have a solution for the
> TextScript padding and the MultiMeasureRestNumber padding that I posted
> at the beginni
Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
Try setting staff-padding.
Thanks again Han-Wen for the workaround for the key signature problem
(posted in Lilypond Bugs) but does anyone have a solution for the
TextScript padding and the MultiMeasureRestNumber padding that I post
On Sat, 07 Feb 2004 00:54:01 -0500
Will Oram <[EMAIL PROTECTED]> wrote:
> On Feb 6, 2004, at 10.42 PM, Graham Percival wrote:
> > Make a .ly snippet as small as possible but which still demonstrates
> > this bug. I'd start by deleting all but two bars of your piece (on a
> One instrument was enou
[EMAIL PROTECTED] writes:
>
> Don't just forget about it -- you've discovered a real bug, which deserves
> to be exposed and at least documented. I'm not sure how LilyPond midi
> is created, nor really how midi works at all, so this might not be easy
> to fix. But it should at least be documente