Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Hans Aberg
On 19 Aug 2010, at 16:25, Carl Sorensen wrote: ... this does not work: music = \new Staff << { \time 9/16 \set beatStructure = #'(4 3 2) \repeat unfold 9 {a'16} } { \time 9/16 \set beatStructure = #'(4 2 3) \repeat unfold 9 {c''16} } Though this does: music = \new Staff << \new Voice

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Carl Sorensen
On 8/19/10 8:17 AM, "Hans Aberg" wrote: > On 19 Aug 2010, at 15:38, Carl Sorensen wrote: > >> beatStructure is set *per voice*, and since you have parallel music >> in the >> staff, you are creating 3 different voices in the staff, one of >> which has >> #'(4 2 3) beaming but no notes. By us

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Hans Aberg
On 19 Aug 2010, at 15:38, Carl Sorensen wrote: beatStructure is set *per voice*, and since you have parallel music in the staff, you are creating 3 different voices in the staff, one of which has #'(4 2 3) beaming but no notes. By using braces to combine things sequentially instead of in pa

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Carl Sorensen
On 8/19/10 3:12 AM, "Hans Aberg" wrote: > > It appears when I do this (MIDI part not necessary - just shows > motivation for code setup): > > \version "2.13.30" > > music = \new Staff << > \time 9/16 > \set beatStructure = #'(4 2 3) > % \set beatStructure = #'(4 3 2) > \repeat unfold 9 {

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Hans Aberg
On 19 Aug 2010, at 05:24, Carl Sorensen wrote: If you don't want to do \overrideTimeSignatureSettings, it would be sufficient to do \time 9/16 \set beatStructure = #'(4 2 3) because the \time call resets beatStructure. That does not work: I get 3+3+3 on that one, too. So perhaps there is a b

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Carl Sorensen
On 8/18/10 10:45 AM, "Hans Aberg" wrote: > On 18 Aug 2010, at 17:50, Carl Sorensen wrote: > >> >> If you don't want to do \overrideTimeSignatureSettings, it would be >> sufficient to do >> >> \time 9/16 >> \set beatStructure = #'(4 2 3) >> >> because the \time call resets beatStructure. >

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Hans Aberg
On 18 Aug 2010, at 17:50, Carl Sorensen wrote: It was not so difficult, it seems (I'll have to check it more). For the 9/16 meter, because there is already a beat structure defined for it (3+3+3), I had to write \overrideTimeSignatureSettings #'Score #'(9 . 16) % time signature fraction #'

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Carl Sorensen
On 8/18/10 6:20 AM, "Trevor Daniels" wrote: > > > Hans Aberg wrote Wednesday, August 18, 2010 12:17 PM > > >> On 18 Aug 2010, at 11:45, Trevor Daniels wrote: >> I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' >

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Hans Aberg
On 18 Aug 2010, at 14:20, Trevor Daniels wrote: It was not so difficult, it seems (I'll have to check it more). For the 9/16 meter, because there is already a beat structure defined for it (3+3+3), I had to write \overrideTimeSignatureSettings #'Score #'(9 . 16) % time signature fractio

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Trevor Daniels
Hans Aberg wrote Wednesday, August 18, 2010 12:17 PM On 18 Aug 2010, at 11:45, Trevor Daniels wrote: I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' The changes are quite extensive. Best to read the Notation Reference

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Hans Aberg
On 18 Aug 2010, at 11:45, Trevor Daniels wrote: I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' So what's the replacement? I used measures like: \overrideBeamSettings #'Score #'(9 . 16) #'end #'((* . (4 2 3))) The change

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Trevor Daniels
Hans Aberg wrote Wednesday, August 18, 2010 10:08 AM I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' So what's the replacement? I used measures like: \overrideBeamSettings #'Score #'(9 . 16) #'end #'((* . (4 2 3))) T

overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Hans Aberg
I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' So what's the replacement? I used measures like: \overrideBeamSettings #'Score #'(9 . 16) #'end #'((* . (4 2 3))) ___ lilypond-