]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet-spanner-duration.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / tuplet-spanner-duration.ly
1
2
3 \score
4 {
5 \context Voice \notes \relative c'' {
6 \time 2/4;
7 \times 2/3 { c8 c c c c c  }
8 \property Voice . tupletSpannerDuration = #(make-moment 1 4)
9 \times 2/3 { c8 c c c c c  }
10
11 }
12
13 }