Re: Auto-beaming in asymmetrical time signatures

2005-08-15 Thread Hans Aberg
On 15 Aug 2005, at 01:41, Han-Wen Nienhuys wrote: Apparently one just adds a few more "override-auto-beam-setting": \time 7/16 #(override-auto-beam-setting '(end * * 7 16) 2 16) #(override-auto-beam-setting '(end * * 7 16) 4 16) Sorry for bothering you with so simple matters. Can one

Re: Auto-beaming in asymmetrical time signatures

2005-08-14 Thread Han-Wen Nienhuys
Hans Aberg wrote: Apparently one just adds a few more "override-auto-beam-setting": \time 7/16 #(override-auto-beam-setting '(end * * 7 16) 2 16) #(override-auto-beam-setting '(end * * 7 16) 4 16) Sorry for bothering you with so simple matters. Can one insert automated dotted bar-lines

Re: Auto-beaming in asymmetrical time signatures

2005-08-09 Thread Hans Aberg
On 9 Aug 2005, at 13:42, Mats Bengtsson wrote: The easiest way to automate it is probably to do something like (assuming the piece repeats this pattern 12 times) barlines = { \repeat 12 {s8*7 \bar ":" s8*7 \bar ":" s8*11 | } which you can add in one of your staves (since a \bar statement appl

Re: Auto-beaming in asymmetrical time signatures

2005-08-09 Thread Mats Bengtsson
Mats Bengtsson wrote: The easiest way to automate it is probably to do something like (assuming the piece repeats this pattern 12 times) barlines = { \repeat 12 {s8*7 \bar ":" s8*7 \bar ":" s8*11 | } This should of course be barlines = { \repeat unfold 12 {s8*7 \bar ":" s8*7 \bar ":" s8*11 |

Re: Auto-beaming in asymmetrical time signatures

2005-08-09 Thread Mats Bengtsson
The easiest way to automate it is probably to do something like (assuming the piece repeats this pattern 12 times) barlines = { \repeat 12 {s8*7 \bar ":" s8*7 \bar ":" s8*11 | } which you can add in one of your staves (since a \bar statement applies to all staves, you can add it anywhere): \sco

Re: Auto-beaming in asymmetrical time signatures

2005-08-09 Thread Hans Aberg
On 9 Aug 2005, at 00:50, Graham Percival wrote: Apparently one just adds a few more "override-auto-beam-setting": \time 7/16 #(override-auto-beam-setting '(end * * 7 16) 2 16) #(override-auto-beam-setting '(end * * 7 16) 4 16) Sorry for bothering you with so simple matters. Can one insert

Re: Auto-beaming in asymmetrical time signatures

2005-08-08 Thread Graham Percival
On 7-Aug-05, at 10:04 AM, Hans Aberg wrote: Apparently one just adds a few more "override-auto-beam-setting": \time 7/16 #(override-auto-beam-setting '(end * * 7 16) 2 16) #(override-auto-beam-setting '(end * * 7 16) 4 16) Sorry for bothering you with so simple matters. Can one insert aut

Re: Auto-beaming in asymmetrical time signatures

2005-08-07 Thread Hans Aberg
On 7 Aug 2005, at 14:28, Hans Aberg wrote: The rule seems to only work when decomposing the time signature in two parts. For example 7 = 4 + 3 works fine using \time 7/16 #(override-auto-beam-setting '(end * * 7 16) 4 16) But what do I write if I want to use 7 = 2 + 2 + 3 (or 13 = 4 + 4

Re: Auto-beaming in asymmetrical time signatures

2005-08-07 Thread Hans Aberg
On 7 Aug 2005, at 04:28, Graham Percival wrote: How do I auto-beam in asymmetrical times signatures? For example, 7/16 may decompose as (2+2+3)/16, (4+3)/16, (3+2+2)/16. You look at doc section 6.4.4 Automatic beams You follow the link to 8.6.2 Setting automatic beam behavior You read that

Re: Auto-beaming in asymmetrical time signatures

2005-08-06 Thread Graham Percival
On 5-Aug-05, at 7:31 AM, Hans Aberg wrote: How do I auto-beam in asymmetrical times signatures? For example, 7/16 may decompose as (2+2+3)/16, (4+3)/16, (3+2+2)/16. You look at doc section 6.4.4 Automatic beams You follow the link to 8.6.2 Setting automatic beam behavior You read that page.

Auto-beaming in asymmetrical time signatures

2005-08-06 Thread Hans Aberg
How do I auto-beam in asymmetrical times signatures? For example, 7/16 may decompose as (2+2+3)/16, (4+3)/16, (3+2+2)/16. Hans Aberg ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user