]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-single-note.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / tuplet-single-note.ly
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.12.0"
8
9 \paper { ragged-right = ##t
10 indent = 0.0 }
11
12 \new Staff <<
13   \new Voice \relative c'' {
14     \times 4/6 { c2.:8 } \times 2/3 { g4.:8 } \times 2/3 { a,4.:8 } \times 4/6 {} \bar"|."
15   }
16 >>
17