In trying to work out how I was unable to get four beamed eighth notes automatically in 2/4 time I found the following code in the LSR. It also does *NOT* produce four auto-beamed eighth notes in 4/8 OR 2/4 time in version 2.11.34-1 (Windows, also in 2.11.33 on Linux).

Bug/regression?

-David

%%%%% BEGIN LILY %%%%%
\score{
   \relative c''{
     \time 4/8

%{
    the default for 4/8 (see scm/auto-beam.scm)
     ----  --------
     |  |  |   |--|
    x| x| x|  x| x|
%}
     c8 c c c16 c


%{
    user override
     --------------
     |  |  |   |--|
    x| x| x|  x| x|
%}
     #(override-auto-beam-setting '(end * * * *)  2 4)
     c8 c c c16 c

  }
}
%%%%% END LILY %%%%%


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to