bug-lilypond
[Top][All Lists]
Advanced

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

Issue 489 in lilypond: beaming weirdness in 25/16


From: codesite-noreply
Subject: Issue 489 in lilypond: beaming weirdness in 25/16
Date: Sun, 07 Oct 2007 23:12:26 -0700

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




reply via email to

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