]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-tuplet-recheck.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
1 \version "2.19.21"
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 {
11   \time 2/4
12   c'16 c
13   \tuplet 3/2 { c8 c16 }
14   \tuplet 3/2 { c8 c16 }
15   c16 c
16 }