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