1
2\header {
3
4  texidoc = "Show tuplet numbers also on single-note tuplets (otherwise the timing would look messed up!), but don't show a bracket. Make sure that tuplets without any notes don't show any number, either."
5
6}
7\version "2.19.21"
8
9\paper { ragged-right = ##t
10indent = 0.0 }
11
12\new Staff <<
13  \new Voice \relative {
14    \tuplet 6/4 { c''2.:8 } \tuplet 3/2 { g4.:8 } \tuplet 3/2 { a,4.:8 } \tuplet 6/4 {} \bar"|."
15  }
16>>
17
18