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