]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-auto-knee.ly
index 066535c121ef5867b95dd7229f2af680b3503717..8eef9ea2c8f722bec4e1861f903e5ec1c8631b00 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "1.9.2"
+\version "2.4.0"
 
-\header{ texidoc="Automatic kneeing. A knee is made when a horizontal
+\header{ texidoc="A knee is made automatically when a horizontal
 beam fits in a gap between note heads that is larger than a predefined
 threshold.
 "
 }
 
 \score {
-  \context Staff \notes\relative c''{ 
+  \context Staff \relative c''{ 
      c'8[ c,,]  c8[ e']
      c,16[ e g c e g c c,,] 
   }
-  \paper{
-    linewidth = 40*\staffspace
+  \layout{
+      raggedright = ##t 
   }
 }