]> 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 3839966f9a3153b4b954df0120db1d54a6297c6f..e2bb4288072aa41b76ae077d6e4f28b316409591 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\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 
   }
 }