]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-strict-notespacing.ly
Remove warning when there are no noteheads to attach lyrics to.
[lilypond.git] / input / regression / spacing-strict-notespacing.ly
index 63792bd589079b346ce1cb0d2d1a13c16412385d..6e17724c1f3844a9091f4458bb87a4f96f2d46ba 100644 (file)
@@ -9,7 +9,7 @@ time.  This may cause collisions.  "
 }
 
 
-\version "2.12.0"
+\version "2.17.28"
 
 \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] }
+    \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
   }