lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplets


From: Mats Bengtsson
Subject: Re: tuplets
Date: Tue, 11 Jun 2002 23:57:44 +0200

> Hey gang,
> I have a question about macro-triplets i believe they are called..
> it's when 3 halfnotes act like a triplet and take up the space of 4 quarter 
> notes.
> 
> now i have a score which includes this
> 
> soprano = \notes \times 2/3 { c''4 c4 c4 }
> alto = \notes \times 2/3 { a'4 a'4 a'4 }
> 
> but this prints out wrong...it doesn't align the notes right
> it aligns the notes
> 
> o 
> o
> o    o    o
> 
> in stead of
> 
> o 
> o
> o   o   o
> 
> what is the correct fraction for me to use?

If you want three half notes, printed as half notes, 
why not use

\times 2/3 {c2 c2 c2}

   /Mats







reply via email to

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