lilypond-user
[Top][All Lists]
Advanced

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

Re: coding problem with triplets


From: Ferenc Wagner
Subject: Re: coding problem with triplets
Date: Thu, 11 Mar 2004 10:49:21 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

chip <address@hidden> writes:

> 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'']}
>
> but it fails a bar check, and I don't understand why.

1/8 + 1/8 + 1/8 + 1/8 + 1/4 + 4/3 * (1/8 + 1/8 + 1/8) =
         1/2          + 1/4 + 4/3 *        3/8        =
                3/4         +        1/2              =
                           5/4

You probably mean \times 2/3 instead.
-- 
Feri.




reply via email to

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