]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beaming-tuplet-regular.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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