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
>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
> 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;
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