]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stem-length.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-stem-length.ly
index 45eb1b4c44b499f4ce9b204e3cc88d123ccbb8f5..45bb6963bfb9664d26729fea0d21260938e761ec 100644 (file)
@@ -3,20 +3,20 @@
 normal notes, if possible. They should never be longer, even if that
 would lead to beam quanting problems."
 }
-\version "2.16.0"
+\version "2.19.21"
 
 \layout {
     ragged-right = ##t
 
 %    "debug-beam-quanting" = ##t 
 }
-\relative c'' {
-    << {  d8.\noBeam d16 } \\ >>   \grace { d16 } c8.[ b16]
+\relative {
+    << {  d''8.\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
 
            }