]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-tuplet-recheck.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
1 \version "2.16.0"
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 }