]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-direction.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-bracket-direction.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "The direction of tuplet brackets is the direction
5 of the majority of the stems under the bracket, with ties going
6 to UP.
7 "
8 }
9
10 \relative c'' {
11   \times 2/3 { r r r }
12   \times 2/3 { r c r }
13   \times 2/3 { r a r }
14   \times 2/3 { c' f,, r }
15   \times 2/3 { f, c'' r }
16   \times 2/3 { a a c }
17   \times 2/3 { c c a }
18   \times 2/3 { a a a }
19   \times 2/3 { c c c }
20 }