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
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
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
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 |
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
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
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
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
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
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.
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
11 matches
Mail list logo