]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tuplet-spanner-duration.ly
Added texidoc index and comments.
[lilypond.git] / input / test / tuplet-spanner-duration.ly
index cf590efaaef905d93009458344871d4f8bcaea74..18ca2f36a1064c081537fcfa7b08be20ed2506cf 100644 (file)
@@ -1,14 +1,15 @@
-\version "1.3.146"
-
+\version "1.7.18"
+% regression or delete.
 
 \score
 {
 \context Voice \notes \relative c'' {
 \time 2/4
 \times 2/3 { c8 c c c c c  }
-\property Voice . tupletSpannerDuration = #(make-moment 1 4)
+\property Voice . tupletSpannerDuration = #(ly:make-moment 1 4)
 \times 2/3 { c8 c c c c c  }
 
 }
 
 }
+%% new-chords-done %%