bug-lilypond
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: Issue 1524 in lilypond: Beaming eighth notes in threes in 3/4 time
Date: Sun, 20 Feb 2011 21:57:01 +0000


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

The built-in rule to end beams a beat seems to be active for the end of the second beat (even though it shouldn't be). Workaround is to say 'please let beams go across all three beats' :

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

Attachments:
        1524.png  1.3 KB




reply via email to

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