Issue 511: automatic beaming of 16ths in 12/16 time fails with beamLength 2 or 3
http://code.google.com/p/lilypond/issues/detail?id=511

New issue report by gpermus:

%{  Trevor Baca:
Maybe I missed something in auto-beam.scm, but I can see
nothing there which affects the beaming of 1/16th notes in
12/16 time.  Same fault in other time signatures too - I
tried 11/16 and 13/16 with same results.
%}
\version "2.11.35"

{
 \time 12/16
 \set Score.beatLength = #(ly:make-moment 1 16 )  % Correct
 b16 b b b b b b b b b b b
 \set Score.beatLength = #(ly:make-moment 2 16 )  % Wrong
 b16 b b b b b b b b b b b
 \set Score.beatLength = #(ly:make-moment 3 16 )  % Wrong
 b16 b b b b b b b b b b b
 \set Score.beatLength = #(ly:make-moment 4 16 )  % Correct
 b16 b b b b b b b b b b b
 % All higher beatLengths give correct beaming
}


Attachments:
        foo.png  12.7 KB


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to