]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-gap.ly
526ae17dc0f6bdd3d8e0ff612ce6ae3184c6ba7b
[lilypond.git] / input / regression / tuplet-gap.ly
1 \header {
2
3   texidoc = "The size of the tuplet bracket gap is adjusted to the
4     width of the text."
5
6 }
7
8 \version "2.9.11"
9
10 \layout {
11   indent = 0.0\mm
12   ragged-right = ##t
13 }
14
15
16 \relative c'' {
17   \override TupletNumber #'text = #tuplet-number::calc-fraction-text
18   \times  17/12  { c8 c4 c8 c8}
19 }
20