Re: Autobeaming problem in 12/16

2007-08-31 Thread Neil Puttock
On 8/31/07, Mats Bengtsson <[EMAIL PROTECTED]> wrote: > > > > Werner LEMBERG wrote: > >> \version "2.11.30" > >> \paper { ragged-right = ##t } > >> \relative { \time 12/16 > >> #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score) > >> c'16 c c c c c c c c c c c %correct autobeaming w

Re: Autobeaming problem in 12/16

2007-08-31 Thread Mats Bengtsson
Werner LEMBERG wrote: \version "2.11.30" \paper { ragged-right = ##t } \relative { \time 12/16 #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score) c'16 c c c c c c c c c c c %correct autobeaming without subdivision \set beatLength = #(ly:make-moment 3 16) \set subdivideB

Re: Autobeaming problem in 12/16

2007-08-31 Thread Werner LEMBERG
> \version "2.11.30" > \paper { ragged-right = ##t } > \relative { \time 12/16 > #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score) > c'16 c c c c c c c c c c c %correct autobeaming without subdivision > \set beatLength = #(ly:make-moment 3 16) > \set subdivideBeams = ##t

Autobeaming problem in 12/16

2007-08-30 Thread Neil Puttock
Hi everybody, I'm trying to set the autobeaming behaviour in 12/16 so that the semiquavers are beamed as two sets of 6/16 with a subdivision of 3/16 (see picture below). So far, I've come up with the following code , which doesn't work properly: \version "2.11.30" \paper { ragged-right = ##t } \r