On Sun, 17 Apr 2005 19:35:53 +0200
Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> However, it seems that Jonatan never tried my initial answer, which
> actually works well. To be a bit more precise than in the previous
> answer, you can add the following:
> \layout{
> ...
> \context {
>
Jonatan Liljedahl wrote:
>On Sat, 16 Apr 2005 23:44:07 +0100
>Bernard Hurley <[EMAIL PROTECTED]> wrote:
>
>> In the 2.4.x series you could simply write
>> \set Staff.instrument = "Piano "
>> or if you want more space:
>> \set Staff.instrument = "Piano "
>> instead of:
>> \set Staff.instrument
Since Jonatan uses version 2.5, he cannot use any TeX commands, so the
answer is unfortunately irrelevant.
However, it seems that Jonatan never tried my initial answer, which
actually works well. To be a bit more precise than in the previous
answer, you can add the following:
\layout{
...
\cont
On Saturday 16 April 2005 11:32 pm, Jonatan Liljedahl wrote:
> On Sat, 16 Apr 2005 14:35:57 -0700
> Paul Scott <[EMAIL PROTECTED]> wrote:
>
> > Jonatan Liljedahl wrote:
> >
> > >I'm trying to add some padding after the instrument names (they
touch
> > >the bracket)
There are two ways of doing s
On Sat, 16 Apr 2005 14:35:57 -0700
Paul Scott <[EMAIL PROTECTED]> wrote:
> Jonatan Liljedahl wrote:
>
> >I'm trying to add some padding after the instrument names (they touch
> >the bracket), I've tried setting padding and various other properties
> >with
> > \override InstrumentName #'paddin
On Sat, 16 Apr 2005 23:44:07 +0100
Bernard Hurley <[EMAIL PROTECTED]> wrote:
> In the 2.4.x series you could simply write
> \set Staff.instrument = "Piano "
> or if you want more space:
> \set Staff.instrument = "Piano "
> instead of:
> \set Staff.instrument = "Piano"
>
> Does
In the 2.4.x series you could simply write
\set Staff.instrument = "Piano "
or if you want more space:
\set Staff.instrument = "Piano "
instead of:
\set Staff.instrument = "Piano"
Doesn't this still work in 2.5?
/Bernard
On Sat, 2005-04-16 at 18:31 -0300, Jonatan Liljed
Jonatan Liljedahl wrote:
I'm trying to add some padding after the instrument names (they touch
the bracket), I've tried setting padding and various other properties
with
\override InstrumentName #'padding = #3
but nothing happens. I've also tried setting self-alignment-X to
different values
I don't have access to a running LilyPond for the moment, but I guess
that the relevant property to adjust is the space-alist of the
InstrumentName object. Also, since the corresponding engraver lives
in the Staff context by default, you have to explicitly say
\override Staff.InstrumenName ...
/
I'm trying to add some padding after the instrument names (they touch
the bracket), I've tried setting padding and various other properties
with
\override InstrumentName #'padding = #3
but nothing happens. I've also tried setting self-alignment-X to
different values but I get no change th
10 matches
Mail list logo