Re: instrument name padding

2005-04-17 Thread Jonatan Liljedahl
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 { >

Re: instrument name padding

2005-04-17 Thread David Rogers
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

Re: instrument name padding

2005-04-17 Thread Mats Bengtsson
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

Re: instrument name padding

2005-04-17 Thread David Raleigh Arnold
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

Re: instrument name padding

2005-04-17 Thread Jonatan Liljedahl
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

Re: instrument name padding

2005-04-17 Thread Jonatan Liljedahl
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

Re: instrument name padding

2005-04-16 Thread Bernard Hurley
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

Re: instrument name padding

2005-04-16 Thread Paul Scott
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

Re: instrument name padding

2005-04-16 Thread Mats Bengtsson
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 ... /

instrument name padding

2005-04-16 Thread Jonatan Liljedahl
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