On 5 Mar 2008, at 23:52, Mats Bengtsson wrote:

Well, believe it or not, it _does_ work "as it should" when I change the rules to

 #(override-auto-beam-setting '(end * * 8 8) 1 4 'Voice)
 #(override-auto-beam-setting '(end * * 8 8) 1 2 'Voice)
 #(override-auto-beam-setting '(end * * 8 8) 3 4 'Voice)

That is to say, 8/8 instead of 4/4. But the timing is still unchanged, i.e. 4/4, just like I wanted it. (I have only tried it for the example that I posted originally, perhaps this is a freak example, I'll experiment more later.)
 Clearly, this is not a bug---it is an accidental feature!

Right! A look into the implementation of the auto-beaming
functions reveal that they determine the denominator of the
time signature from the beatLength setting and the numerator
by dividing the measureLength by the beatLength.

When trying it the above out (LilyPond 2.11.35), I do not get what I assumed to be the called for: !/4 noter gropes separate, and the 1/8 note groups subbeamed.

  Hans Ã…berg




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to