Re: clashing notes

2007-02-12 Thread Mats Bengtsson
The reason that your setting doesn't work is probably that there is a default setting corresponding to \override Stem #'details #'beamed-minimum-free-lengths = #'(1.83 1.5 1.25) as well. I'm sure you can guess what that property means. /Mats Tiago Morin wrote: Hi I'm trying to reduce beamed

Re: clashing notes

2007-02-11 Thread Trevor Bača
On 2/11/07, Stan Sanderson <[EMAIL PROTECTED]> wrote: On Feb 11, 2007, at 11:46 AM, Tiago Morin wrote: > Hi > > I'm trying to reduce beamed stem length to avoid stem clash: > <<{g'2}\\{ > \stemUp > \override Stem #'details #'beamed-lengths = #'(1.25 ) > g8[ d'] f'[ d'] > }\\{ \stemDown g2}>> >

Re: clashing notes

2007-02-11 Thread Stan Sanderson
On Feb 11, 2007, at 11:46 AM, Tiago Morin wrote: Hi I'm trying to reduce beamed stem length to avoid stem clash: <<{g'2}\\{ \stemUp \override Stem #'details #'beamed-lengths = #'(1.25 ) g8[ d'] f'[ d'] }\\{ \stemDown g2}>> the Stem #'details #'beamed-lengths allows to increase the stem but no

clashing notes

2007-02-11 Thread Tiago Morin
Hi I'm trying to reduce beamed stem length to avoid stem clash: <<{g'2}\\{ \stemUp \override Stem #'details #'beamed-lengths = #'(1.25 ) g8[ d'] f'[ d'] }\\{ \stemDown g2}>> the Stem #'details #'beamed-lengths allows to increase the stem but not reduce... :( any suggestions? Thank's Tiago Mori