On Tuesday 23 March 2004 21.06, Matthias Kilian wrote:
> On Tue, Mar 23, 2004 at 08:56:47PM +0100, Matthias Kilian wrote:
> > is there any chance to extend auto beaming to support "beam groups" as in

To me it seems that the coders do have plans to improve autobeaming sometime 
in the future, but not very soon.

But for your purposes, the following solution would work with the current 
lilypond:

X = \notes {s32 \set stemRightBeamCount=#1 s32 \set stemLeftBeamCount=#1 s s}

<<
\context Voice=A {
#(override-auto-beam-setting '(end * * * *) 1 4)
 d32 e f e
 d f e d
 f e d f
 e d f e
 d g f e 
 d c b a
}
\context Voice=A {s s \repeat "unfold" 5 \X }
>>

Erik



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to