Issue 489: beaming weirdness in 25/16
http://code.google.com/p/lilypond/issues/detail?id=489

New issue report by gpermus:
%{  the second bar makes it clear that the last four 16th notes should be
beamed together (the Fs), but the end of the first part (the Es) aren't
beamed together with the 16th note beams.
%}


\version "2.11.34"
\paper{ ragged-right=##t }
\relative c' {
 \time 25/16
 #(override-auto-beam-setting '(end * * 25 16) 3 16)
 #(override-auto-beam-setting '(end * * 25 16) 7 16)
 #(override-auto-beam-setting '(end * * 25 16) 10 16)
 #(override-auto-beam-setting '(end * * 25 16) 14 16)
 #(override-auto-beam-setting '(end * * 25 16) 18 16)
 #(override-auto-beam-setting '(end * * 25 16) 21 16)
 c16 c c c c
 c c c c c
 c c c c c
 c c c c c c
 e8 e16 e |

 d16 d d d d
 d d d d d
 d d d d d
 d d d d d d
 f f f f |
}


Attachments:
        foo.png  12.5 KB


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

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