]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-proportional.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / spacing-proportional.ly
index 20c14c029f62d92d2a2f78bd0635a82420730aea..73c13dcdf28d43487835a0114b96e9de6f950a7c 100644 (file)
@@ -6,15 +6,15 @@ to the distance for the given duration."
 
 }
 
-\version "2.10.0"
+\version "2.17.11"
 
 \paper { ragged-right = ##t }
 
 \relative c''
 <<
-  \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
+  \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
   \new Staff { c8[ c c c c c]  c4 c2 r2 }
-  \new Staff { c2  \times 2/3 { c8 c c } c4 c1 }
+  \new Staff { c2  \tuplet 3/2 { c8 c c } c4 c1 }
 >>