bug-lilypond
[Top][All Lists]
Advanced

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

regression?


From: David Bobroff
Subject: regression?
Date: Sun, 04 Nov 2007 22:45:24 +0000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

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




reply via email to

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