]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-extreme.ly
index a4a4f5dde863fea8450acb44b81701ad2559da12..6d0e6d4ed1805af5307cbd4d55a30a6221f21be6 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.7.32"
+\version "2.17.6"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
 Stems may be short, but noteheads should never touch the beam.  Note that
-under normal circumstances, these beams would get knees here
+under normal circumstances, these beams would get knees.  Here
 @code{Beam.auto-knee-gap} was set to false.
 "
 }
@@ -35,6 +35,6 @@ extreme = \relative c'' {
 {
                                % If we want to test extreme beams,
                                % we should not have them auto-kneed
-  \override Beam  #'auto-knee-gap = ##f
+  \override Beam.auto-knee-gap = ##f
   \extreme
 }