]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-strict-notespacing.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-strict-notespacing.ly
index 282aaff698ae3a642191b745d9f827320a1bbff2..26042175f7b7ec0ba76e512c7fa7de2ba1e5256b 100644 (file)
@@ -9,7 +9,7 @@ time.  This may cause collisions.  "
 }
 
 
-\version "2.7.32"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
@@ -21,16 +21,16 @@ time.  This may cause collisions.  "
   }
 }
 
-\relative c''
+\relative
 <<
-  \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] }
+    c''8[ 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
   }