> 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





_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to