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