lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto-beam in 2.6


From: Joe Neeman
Subject: Re: Auto-beam in 2.6
Date: Sat, 02 Jul 2005 09:13:57 +1000
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050402)

>override-auto-beam-setting adds an extra beam start/break point
>revert-auto-beam-setting removes a beam start/break point (but doesn't
>seem to like wildcards)
>  
>
Actually, I still have a couple problems understanding things:

%%% This beams straight through the 3rd beat, as expected
{
\time 4/4
#(revert-auto-beam-setting '(end 1 16 4 4) 3 4)
\repeat unfold 16 a16
}

%%% This still breaks the beam at the 2nd beat!
{
\time 4/4
#(revert-auto-beam-setting '(end 1 16 4 4) 2 4)
\repeat unfold 16 a16
}

I also have some problems with setting the beginning of a beam:

%%% This should prevent the beam from starting on beat 3, right?
{
\time 6/8
#(revert-auto-beam-setting '(begin 1 8 6 8) 3 8)
\repeat unfold 6 a8
}




reply via email to

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