On Tuesday 23 March 2004 11.23, Joerg Anders wrote:
> Hi!
>
> I learned a lot about beaming from "scm/auto-beam.scm"
>
> But I'm not quite sure about the "begin" function.
>
> What exactly means:
>
> (begin 1 16 3 8) . ,(ly:make-moment 1 8)
>
> If I comprehend all right: In a 3/8 measure if there
>
Hi!
I learned a lot about beaming from "scm/auto-beam.scm"
But I'm not quite sure about the "begin" function.
What exactly means:
(begin 1 16 3 8) . ,(ly:make-moment 1 8)
If I comprehend all right: In a 3/8 measure if there
is a 16th note starting at 1st, 2nd or 3rd beat (means 8th in
this cas
Joerg Anders writes:
> What happens if 2 rules match ?
>
> For instance in scm/auto-beam.scm:
>
> ((end * * 4 4) . ,(ly:make-moment 1 2))
> ...
> ((end 1 16 4 4) . ,(ly:make-moment 1 4))
The most specific wins, in this case 1 16 4 4)
> What's the rule over rules ?
>
>
On Thu, 18 Mar 2004, Jan Nieuwenhuizen wrote:
> Joerg Anders writes:
>
> > Or perhaps a pointer into the LilyPond C code ?
>
First of all: Thank you all who answered this question.
> LilyPond uses rule based autobeaming, but it's far from perfect. It's
> one of those things we'll have to Get