]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stem-length.ly
Revert "Issue 4176: Add regtests for numbered and single-digit time signature styles"
[lilypond.git] / input / regression / grace-stem-length.ly
index 30cb14feefb3fc06982d4c16ec7ea4ace05d1242..6bae7e187c52529f49171bafcc8c174bc7b05009 100644 (file)
@@ -3,7 +3,7 @@
 normal notes, if possible. They should never be longer, even if that
 would lead to beam quanting problems."
 }
-\version "2.14.0"
+\version "2.17.28"
 
 \layout {
     ragged-right = ##t
@@ -14,9 +14,9 @@ would lead to beam quanting problems."
     << {  d8.\noBeam d16 } \\ >>   \grace { d16 } c8.[ b16]
     << {  c16[ b] } \\ >>
     
-    \grace { c16[ b] } d4
-%    \override Beam #'inspect-quants =#'(2.8 . 2.5)
-%    \grace { c16[ b] } d4
+    \grace { c16 b } d4
+%    \override Beam.inspect-quants =#'(2.8 . 2.5)
+%    \grace { c16 b } d4
 
            }