lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet Beams


From: Mats Bengtsson
Subject: Re: Tuplet Beams
Date: Fri, 03 Jun 2005 23:38:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

The tupletSpannerDuration property only determines how the
triplet numbers and/or brackets are printed but does not
affect the beaming. See the section on "Setting automatic
beam behavior" to learn how to change the beaming pattern.

   /Mats

Fairchild wrote:
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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