lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beamgroups (simplifying \set stem.*BeamCount=#1)


From: Erik Sandberg
Subject: Re: Beamgroups (simplifying \set stem.*BeamCount=#1)
Date: Tue, 23 Mar 2004 23:07:59 +0100
User-agent: KMail/1.5.4

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]