[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Changing form of multi-measure rests ] | [ Up : Rhythms ] | [ Changing the tempo without a metronome mark > ] |
Changing the number of augmentation dots per note
The number of augmentation dots on a single note can be changed independently of the dots placed after the note.
\relative c' { c4.. a16 r2 | \override Dots.dot-count = 4 c4.. a16 r2 | \override Dots.dot-count = 0 c4.. a16 r2 | \revert Dots.dot-count c4.. a16 r2 | }