lilypond-user
[Top][All Lists]
Advanced

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

Re: the question of triplets


From: David Kastrup
Subject: Re: the question of triplets
Date: Sat, 27 Apr 2013 06:02:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Sarah k Alawami <address@hidden> writes:

> Ok. I understand how triplets work. I've played them often enough lol!
> but in lily pond according to the manual it says it's written in a
> fraction. That's the part I don't get. I'm very horrible at math so is
> there a way to comprehend these triplets.

Before version 2.17.11, the syntax is

\times 2/3 { c8 d e }

meaning that each written eighth note takes only two thirds of the time
that an eighth note usually would take.

That's too mathematical not just for you.  With version 2.17.11, the
documented and recommended syntax has changed to

\tuplet 3/2 { c8 d e }

which means that you get three tuplets in the time of two ordinary
notes.

Both are just different ways of saying the same, but apparently the
second way is much more natural to people.  So if you are using a
version of LilyPond earlier than 2.17.11, use \times and remember that
the fraction is just opposite of what you'd think it should be.

-- 
David Kastrup



reply via email to

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