lilypond-user
[Top][All Lists]
Advanced

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

Re: Tripled triplets


From: Trevor Bača
Subject: Re: Tripled triplets
Date: Wed, 9 Nov 2005 18:13:27 -0600

On 11/9/05, Jannik Jeppesen <address@hidden> wrote:
>
> Hi
>
> Is it possible to create this:
>
> three 16. note triplets
>
> \time 2/3 { hh hh hh}16
> \time 2/3 { hh hh hh}16
> \time 2/3 { hh hh hh}16
>
> How do i triple these? So they will be within 2/4???
>
> \time 2/3 {
>   \time 2/3 { hh hh hh}16
>   \time 2/3 { hh hh hh}16
>   \time 2/3 { hh hh hh}16
> }
>
> This was my only idea.
> Is there a solution to my problem?

Try:

\times 2/3 {
   \times 2/3 {
      c'16
      c'16
      c'16
   }
   \times 2/3 {
      c'16
      c'16
      c'16
   }
   \times 2/3 {
      c'16
      c'16
      c'16
   }
}

Which take the space of one measure in 2/8. Maybe for 2/4 you would prefer:

\times 2/3 {
   \times 2/3 {
      c'8
      c'8
      c'8
   }
   \times 2/3 {
      c'8
      c'8
      c'8
   }
   \times 2/3 {
      c'8
      c'8
      c'8
   }
}

Note that, with an s,

   \times q/p {  }

gives you prolation but that, without an s,

   \time m/n

gives you a time signature.




--
Trevor Bača
address@hidden

reply via email to

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