]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-tuplet-regular.ly
caac0a6f6d090d0e0d07f3cd5a47500978ed13de
[lilypond.git] / input / regression / beaming-tuplet-regular.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "
6 Beams in a completed tuplet should be continuous.
7 "
8 }
9
10 {
11   \times 2/3 {b16 b b} b8 b8 \times 2/3 {b16 b b}
12   \times 1/3 {b16 b b} b8. b \times 1/3 {b16 b b}
13 }
14