bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1524 in lilypond: Beaming eighth notes in threes in 3/4 time


From: lilypond
Subject: Issue 1524 in lilypond: Beaming eighth notes in threes in 3/4 time
Date: Sun, 20 Feb 2011 19:23:12 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical

New issue 1524 by address@hidden: Beaming eighth notes in threes in 3/4 time
http://code.google.com/p/lilypond/issues/detail?id=1524

Because of special rules regarding 3/4 time, grouping eighth notes in threes is producing wrong results.
Reported by Nick Payne:
Shouldn't this example have the notes in the second bar beamed three
together and three together? What I'm getting is three, then one, then two:

\version "2.13.50"

\relative c' {
    \time 3/4
    c8 c c c c c
    \set beamExceptions = #'((end . (((1 . 8) . (3 3)))))
    c c c c c c
}


Attachments:
        test.preview.png  2.1 KB




reply via email to

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