]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stem-length.ly
Removes '-signs from vectors
[lilypond.git] / input / regression / grace-stem-length.ly
index 1ea067f6dcaa0e4a704f0afdceb0b7d8ef0a88f1..49b488b6d9d64afe5d6b8062bbd399d377e232dc 100644 (file)
@@ -1,11 +1,9 @@
 \header {
-
     texidoc = "Stem lengths for grace notes should be shorter than
 normal notes, if possible. They should never be longer, even if that
-would lead to beam quanting program. "
-        
-    }
-\version "2.10.0"
+would lead to beam quanting problems."
+}
+\version "2.17.6"
 
 \layout {
     ragged-right = ##t
@@ -17,7 +15,7 @@ would lead to beam quanting program. "
     << {  c16[ b] } \\ >>
     
     \grace { c16[ b] } d4
-%    \override Beam #'inspect-quants =#'(2.8 . 2.5)
+%    \override Beam.inspect-quants =#'(2.8 . 2.5)
 %    \grace { c16[ b] } d4
 
            }