Re: minimum after-BarLine space in 2.11

2007-11-08 Thread Mats Bengtsson
Wilbert Berendsen wrote: Op woensdag 7 november 2007, schreef Kieren MacMillan: \override BarLine #'space-alist #'next-note = #'(semi-fixed-space . 1.2) Just a question to improve my Lily understanding: Can this also be written as: \override BarLine #'space-alist #'next-note

Re: minimum after-BarLine space in 2.11

2007-11-08 Thread Carl Sorensen
Mats Bengtsson mats.bengtsson at ee.kth.se writes: Wilbert Berendsen wrote: Op woensdag 7 november 2007, schreef Kieren MacMillan: \override BarLine #'space-alist #'next-note = #'(semi-fixed-space . 1.2) \override BarLine #'space-alist #'next-note #'semi-fixed-space = 1.2 It's

Re: minimum after-BarLine space in 2.11

2007-11-08 Thread Mats Bengtsson
Sorry, I was just confused when I wrote my previous answer. Also, I hadn't actually tried any example in LilyPond. If you do, you will soon realize that: - None of the commands given below do anything useful, since you have to replace BarLine by Score.BarLine. - The construct \override

Re: minimum after-BarLine space in 2.11

2007-11-08 Thread Kieren MacMillan
Hi, I think that Kieren had probably assumed I would put it in \layout{} Yes -- your last few posts implied that you put most tweaks there... I suppose that it would work with just BarLine if it were placed inside the \layout block after \context { \Score ... Correct! Best regards,

Re: minimum after-BarLine space in 2.11

2007-11-08 Thread Monk Panteleimon
Mats Bengtsson wrote: Sorry, I was just confused when I wrote my previous answer. Also, I hadn't actually tried any example in LilyPond. If you do, you will soon realize that: - None of the commands given below do anything useful, since you have to replace BarLine by Score.BarLine.

minimum after-BarLine space in 2.11

2007-11-07 Thread Monk Panteleimon
It appears that 2.11 leaves has minimum space after a barline, allowing the first note of a measure to be set closer to the barline than in 2.10. In my case this makes the beginning of some measures look crammed against the barline, especially where lyrics are also involved. I have refered to

Fwd: minimum after-BarLine space in 2.11

2007-11-07 Thread Damian leGassick
wrong 'reply' - see below d out of interest, where would i find this in the new docs? cheers d On 7 Nov 2007, at 18:09, Kieren MacMillan wrote: Howdy! I have refered to the program reference and have been unable to find a property that controls the minimum amount of space after

Re: minimum after-BarLine space in 2.11

2007-11-07 Thread Kieren MacMillan
Howdy! I have refered to the program reference and have been unable to find a property that controls the minimum amount of space after a barline. I tried kern, thin-kern and space-alist (all of it, changing only first-note fixed-space), but to no avail. Any suggestions? \override BarLine

Re: minimum after-BarLine space in 2.11

2007-11-07 Thread Kieren MacMillan
Hi Wilbert, Just a question to improve my Lily understanding: Can this also be written as: \override BarLine #'space-alist #'next-note #'semi-fixed-space = 1.2 I'm not sure... there are several analogous shortcuts for other constructs, but I don't know if it works here. Hopefully someone

Re: minimum after-BarLine space in 2.11

2007-11-07 Thread Wilbert Berendsen
Op woensdag 7 november 2007, schreef Kieren MacMillan: \override BarLine #'space-alist #'next-note = #'(semi-fixed-space . 1.2) Just a question to improve my Lily understanding: Can this also be written as: \override BarLine #'space-alist #'next-note #'semi-fixed-space = 1.2 ? Met