]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-subdivision.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / tuplet-subdivision.ly
1 \version "2.19.40"
2
3 \header {
4
5   texinfo = "
6 Subdivision works properly for tuplets
7   "
8 }
9
10 \relative {
11   \set subdivideBeams = ##t
12   \set baseMoment = #(ly:make-moment 1/8)
13   \set beatStructure = 2,2,2,2
14   \repeat unfold 8 {
15     \tuplet 3/2 { c''16 e d }
16   }
17 }