Re: Auto-beam in 2.6

2005-07-02 Thread Mats Bengtsson
revert-... will only remove start/stop points that have already been defined earlier and as far as I can understand, you have to use exactly the same parameters (for example wildcards or absence of wildcards) as in the already existing settings. In other words, you have to go into the file /usr/sh

Re: Auto-beam in 2.6

2005-07-01 Thread Joe Neeman
>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

Re: Auto-beam in 2.6

2005-07-01 Thread Joe Neeman
> This means that you have to revert these settings using: > #(revert-auto-beam-setting '(end 1 32 2 4) 1 8) > #(revert-auto-beam-setting '(end 1 32 2 4) 3 8) Thanks, that makes things clearer. I think I was confused by the use of the words override and revert. I'm going to try to summarize here;

Re: Auto-beam in 2.6

2005-07-01 Thread Mats Bengtsson
The default settings in LilyPond include settings equivalent to #(override-auto-beam-setting '(end 1 32 2 4) 1 8) #(override-auto-beam-setting '(end 1 32 2 4) 3 8) see the file scm/auto-beam.scm This means that you have to revert these settings using: #(revert-auto-beam-setting '(end 1 32 2 4) 1