]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-proportional.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / spacing-proportional.ly
index ea9107cb5c0379be9e06702f59cd522811229f41..4cd8c339469676f3612aab728df710a71e5937c1 100644 (file)
@@ -6,15 +6,15 @@ to the distance for the given duration."
 
 }
 
-\version "2.11.51"
+\version "2.19.21"
 
 \paper { ragged-right = ##t }
 
-\relative c''
+\relative
 <<
-  \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 }
+  \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
+  \new Staff { c''8[ c c c c c]  c4 c2 r2 }
+  \new Staff { c2  \tuplet 3/2 { c8 c c } c4 c1 }
 >>