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