]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-direction.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-bracket-direction.ly
1 \version "2.17.11"
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   \tuplet 3/2 { r r r }
12   \tuplet 3/2 { r c r }
13   \tuplet 3/2 { r a r }
14   \tuplet 3/2 { c' f,, r }
15   \tuplet 3/2 { f, c'' r }
16   \tuplet 3/2 { a a c }
17   \tuplet 3/2 { c c a }
18   \tuplet 3/2 { a a a }
19   \tuplet 3/2 { c c c }
20 }