]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-tuplet-recheck.ly
37a1361d9b5ba0e039c376625c1d5e410c3668b7
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
1 \version "2.17.11"
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   \tuplet 3/2 { c8 c16 }
14   \tuplet 3/2 { c8 c16 }
15   c16 c
16 }