lilypond-user
[Top][All Lists]
Advanced

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

Tuplet Beams


From: Fairchild
Subject: Tuplet Beams
Date: Fri, 3 Jun 2005 11:18:31 -0500

This code creates one beam per bar.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.4.3"
                \score {
        \relative c'' {
\time 3/4
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\times 2/3 { c8 c c  c c c  c c c }
\times 2/3 { c8 c c  c c c  c c c }
\times 2/3 { c8 c c  c c c  c c c }
\times 2/3 { c8 c c  c c c  c c c }
        }       }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

In 4/4 time it creates one beam per triplet.

I don't understand the documentation for make-moment.

Help please.

Thanks.

                                - Bruce



reply via email to

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