lilypond-user
[Top][All Lists]
Advanced

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

2.13 default beaming rules need support for tuplets


From: Nick Payne
Subject: 2.13 default beaming rules need support for tuplets
Date: Mon, 28 Dec 2009 18:03:59 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

Also, all the commercial scores I've seen have one tuplet indication per beam (usually omitted after a couple of beams/bars), not a single tuplet indication spanning multiple beams/bars. Shouldn't the default tuplet indication be what is regarded as the standard?

\version "2.13.9"

changeBeaming = \overrideBeamSettings #'Voice #'(3 . 4) #'end #'((* . (3))
        ((1 . 8) . (2 2 2))
        ((1 . 12) . (3 3 3))
        ((1 . 16) . (4 4 4))
        ((1 . 24) . (6 6 6))
        ((1 . 32) . (8 8 8))
        ((1 . 64) . (16 16 16))
        ((1 . 128) . (32 32 32)))

\relative c'' {
    \time 3/4
    c16 c c c c c c c c c c c
    \times 2/3 { c16 c c c c c c c c c c c c c c c c c }
    \changeBeaming
    \times 2/3 {
        c16 c c c c c c c c c c c c c c c c c
        c16 c c c c c c c c c c c c c c c c c
    }
    \set tupletSpannerDuration = #(ly:make-moment 1 4)
    \times 2/3 { c16 c c c c c c c c c c c c c c c c c }
}

Attachment: test.png
Description: PNG image


reply via email to

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