Title: Tuplet Beams

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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to