lilypond-user
[Top][All Lists]
Advanced

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

Re: triplets


From: Trevor Bača
Subject: Re: triplets
Date: Tue, 6 Dec 2005 13:33:04 -0600

On 12/6/05, jutta <address@hidden> wrote:
> Hi,
> I need some help with triplets. I want to have 3 triplets in one measure. Each
> triplet consists of bbg (example below). So each triplet should be beamed
> individually. But: what happens is that all 3 triplets are connected by one
> lang beam. What can I do?

Try

         {
         \time 3/4
         \key g \major

         \times 2/3 { b''8[ b' g'] }
         \times 2/3 { b''8[ b' g'] }
         \times 2/3 { b''8[ b' g'] }
         }

with the [ and ] brackets to specify start- and stop-beaming by hand.

--
Trevor Bača
address@hidden

reply via email to

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