]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-auto-knee.ly
index aadfe8e4030b4808e0f339c0dd370beae20164c0..e2bb4288072aa41b76ae077d6e4f28b316409591 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.3.22"
 
 \header{ texidoc="A knee is made automatically when a horizontal
 beam fits in a gap between note heads that is larger than a predefined
@@ -8,11 +8,11 @@ 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 
   }
 }