]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-strict-notespacing.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / spacing-strict-notespacing.ly
index 6acf1411cbdcadbe9c31f3f97473ea496ca59832..cfe63c8bc8f0624fed98a80ef84467660062738f 100644 (file)
@@ -9,7 +9,7 @@ time.  This may cause collisions.  "
 }
 
 
-\version "2.11.51"
+\version "2.17.11"
 
 \paper {
   ragged-right = ##t
@@ -23,14 +23,14 @@ time.  This may cause collisions.  "
 
 \relative c''
 <<
-  \override Score.SpacingSpanner #'strict-note-spacing = ##t 
-  \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
+  \override Score.SpacingSpanner.strict-note-spacing = ##t 
+  \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
   \new Staff {
     c8[ c \clef alto c c \grace { d16 }  c8 c]  c4 c2
     \grace { c16[ c16] }
     c2 }
   \new Staff {
-    c2  \times 2/3 { c8 \clef bass cis,, c } 
+    c2  \tuplet 3/2 { c8 \clef bass cis,, c } 
     c4
     c1
   }