lilypond-user
[Top][All Lists]
Advanced

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

Re: coding problem with triplets


From: Matthias Kilian
Subject: Re: coding problem with triplets
Date: Thu, 11 Mar 2004 20:17:04 +0100
User-agent: Mutt/1.3.28i

Hi,

On Sat, Mar 06, 2004 at 10:58:20PM -0800, chip wrote:
> I am trying to get a measure like this -
> 8thRest 8thNote 8thNote 8thNote 4Note triplet8thNotes
> using this code
> r8 a' csharp'' e'' csharp''4 \times 4/3 {gsharp''8[ gsharp'' gsharp'']}

Use \times 2/3. \times $n/$m means "$m in the time of $n", i.e. for
triplets "3 in the time of 2".

Note that the fraction argument to \times is totally unrelated to the
current note length. For example,

    c4 \times 2/3 {d8 e b} c c \times 2/3 {d e b}

means "quarter c, eight triplet d-e-b, eight c-c, eight triplet d-e-b".

Ciao,
        Kili




reply via email to

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