Re: problem with 12/16 beaming

2007-12-04 Thread Hans Aberg
On 4 Dec 2007, at 13:03, Trevor Daniels wrote: I think you made a typo here, because you made a function to fix it for the meter 12/16, but then entered 24/32, where the beaming comes out correctly with only using the quadruplets straight off. Whoops! Yes - but at least the music function was

RE: problem with 12/16 beaming

2007-12-04 Thread Trevor Daniels
Hans Aberg wrote on 04 December 2007 10:40 > > On 4 Dec 2007, at 00:38, Trevor Daniels wrote: > > > Maybe this is a better solution for you. > [snip] > I think you made a typo here, because you made a > function to fix it > for the meter 12/16, but then entered 24/32, > where the beaming comes >

Re: problem with 12/16 beaming

2007-12-04 Thread Hans Aberg
On 4 Dec 2007, at 00:38, Trevor Daniels wrote: Maybe this is a better solution for you. If you need other patterns it should be clear how to modify the music function. Someone with more experience with music functions may be able to improve this so the four quad notes can be placed inside bra

RE: problem with 12/16 beaming

2007-12-03 Thread Trevor Daniels
Hans Aberg wrote on 03 December 2007 18:34 > > On 3 Dec 2007, at 16:58, Trevor Daniels wrote: > > > Maybe not much help if you have many of these, > > You are right: this is a problem. The meter 12/16 > is just one > possible description of it. If one accepts that, > there will be always >

Re: problem with 12/16 beaming

2007-12-03 Thread Hans Aberg
On 3 Dec 2007, at 16:58, Trevor Daniels wrote: Maybe not much help if you have many of these, You are right: this is a problem. The meter 12/16 is just one possible description of it. If one accepts that, there will be always quadruplet patterns on the 3s in the decomposition 12 = 3+2+2+3+

RE: problem with 12/16 beaming

2007-12-03 Thread Trevor Daniels
Hans Aberg wrote on 03 December 2007 14:16 > > On 3 Dec 2007, at 11:23, Trevor Daniels wrote: > > > \relative c > > { > > \clef bass > > \time 12/16 > > #(override-auto-beam-setting '(end * * 12 16) > 3 16 'Score) > > #(override-auto-beam-setting '(end * * 12 16) > 6 16 'Score) > > #(override-a

Re: problem with 12/16 beaming

2007-12-03 Thread Hans Aberg
On 3 Dec 2007, at 11:23, Trevor Daniels wrote: \relative c { \clef bass \time 12/16 #(override-auto-beam-setting '(end * * 12 16) 3 16 'Score) #(override-auto-beam-setting '(end * * 12 16) 6 16 'Score) #(override-auto-beam-setting '(end * * 12 16) 9 16 'Score) c16 b c d c d g, a b c d e } H

RE: problem with 12/16 beaming

2007-12-03 Thread Trevor Daniels
> Stefan Thomas wrote on 03 December 2007 09:35 > > Hi together, > I have a problem with auto beams in the 12/16 bar. > I want beam the 16th in groups of three notes, > but it doesn't work in > the below quoted file: > > \relative c > { > \clef bass > \time 12/16 > #(override-auto-beam-setting

Re: problem with 12/16 beaming

2007-12-03 Thread Graham Percival
Please read the doc section "setting automatic beaming". This code does exactly what you ask; it ends a beam after the 3rd sixteenth note. Cheers, - Graham Stefan Thomas wrote: Hi together, I have a problem with auto beams in the 12/16 bar. I want beam the 16th in groups of three notes, but i

problem with 12/16 beaming

2007-12-03 Thread Stefan Thomas
Hi together, I have a problem with auto beams in the 12/16 bar. I want beam the 16th in groups of three notes, but it doesn't work in the below quoted file: \relative c { \clef bass \time 12/16 #(override-auto-beam-setting '(end * * 12 16) 3 16 'Score) c16 b c d c d g, a b c d e } What's the mis