[ << Common notation ] | [Top][Contents][Index] | [ Fundamental concepts >> ] |
[ < Partial measure ] | [ Up : Advanced rhythmic commands ] | [ Grace notes > ] |
Tuplets
Music Glossary: note value, triplet.
Tuplets are made with the \tuplet
keyword. It
takes two arguments: a fraction and a piece of music. The
fraction is the number of tuplet notes over the number
of notes normally filling the same duration.
For triplets, there are three notes instead of two, so
triplets have 3/2 as their fraction.
\relative { \tuplet 3/2 { f''8 g a } \tuplet 3/2 { c8 r c } \tuplet 3/2 { f,8 g16[ a g a] } \tuplet 3/2 { d4 a8 } }