]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-gap.ly
* input/regression/tuplet-gap.ly: new file.
[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 \paper {
9    indent = 0.0\mm
10    raggedright = ##t
11 }
12
13 \score{
14     \notes \relative c'' {
15         \set tupletNumberFormatFunction = #fraction-tuplet-formatter
16         \times  17/12  { c8 c4 c8 c8}
17         }
18 }