]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet-spanner-duration.ly
update syntax in .ly files.
[lilypond.git] / input / test / tuplet-spanner-duration.ly
1 \version "1.7.6"
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 = #(ly:make-moment 1 4)
10 \times 2/3 { c8 c c c c c  }
11
12 }
13
14 }
15 %% new-chords-done %%