lilypond-user
[Top][All Lists]
Advanced

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

Re: auto beaming strangeness


From: Adam Good
Subject: Re: auto beaming strangeness
Date: Sat, 30 Jun 2007 15:03:25 +0200

Thanks Neil. I should have paid more attention to the manual when learning this...here's the fix I was looking for:

%%%

\time 9/8

%%% revert default values in scm/auto-beam.scm regarding 9/8 time 3+3 +3+2
#(revert-auto-beam-setting '(end * * 9 8) 3 8)
#(revert-auto-beam-setting '(end * * 9 8) 6 8)
%%% new values
#(override-auto-beam-setting '(end 1 8 9 8) 2 8)
#(override-auto-beam-setting '(end 1 8 9 8) 4 8)
#(override-auto-beam-setting '(end 1 8 9 8) 6 8)

%%%


On Jun 30, 2007, at 1:56 PM, Neil Puttock wrote:

So you need to change your revert to the following:

#(revert-auto-beam-setting '(end * * 9 8) 3 8)





reply via email to

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