]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-tuplet-recheck.ly
024d467651b8ded9dbbe2a2f2846e01a7b036b8e
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
1 \version "2.15.34"
2
3 \header {
4
5   texidoc = "Autobeam rechecking works properly with tuplets.
6 In the example, the first beat should be beamed completely together."
7
8 }
9
10 \relative c' {
11   \time 2/4
12   c16 c
13   \times 2/3 { c8 c16 }
14   \times 2/3 { c8 c16 }
15   c16 c
16 }