bug-lilypond
[Top][All Lists]
Advanced

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

Re: regression?


From: David Bobroff
Subject: Re: regression?
Date: Mon, 05 Nov 2007 11:05:44 +0000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Graham Percival wrote:

Why would you expect this to work? You need to revert the previous settings. See the docs.

I would expect it to work for three reasons:

1) Naïvly: it is represented as apparently working in the LSR

2) It doesn't work when only altering from default (i.e. not reverting from a previous override).

3) It *does* appear to work in 3/4 time:

%%%%% Begin Lily %%%%%

\version "2.11.34"
\score {
        \relative c' {
                % default 3/4
                \time 3/4
                c8 c c c c c % six beamed eighths
                % modified 3/4
                #(override-auto-beam-setting '(end * * 3 4) 1 2)
                c c c c c c % four + two beamed eighths
                %default 2/4
                \time 2/4
                c c c c % two + two beamed eighths
                % modified 2/4
                #(override-auto-beam-setting '(end * * 2 4) 1 2)
                c c c c % two + two beamed eighths
        }
}

%%%%% End Lily %%%%%

Now, either I'm failing to understand something or there is something amiss.

-David


Once you have it working, it would be nice if you could fix this in LSR.

Cheers,
- Graham

David Bobroff wrote:
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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond







reply via email to

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