]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / beam-default-lengths.ly
index ecf69921f4b3039856ced36675abdd32eece74eb..3008617671f681aa82a68c9dc05c6bbe3eef3b69 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Beamed stems have standard lengths if possible.  Quantization
@@ -6,6 +6,6 @@ is switched off in this example."
 }
 
 \relative c' {
-  \override Beam #'skip-quanting = ##t
+  \override Beam.skip-quanting = ##t
   f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
 }