]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-auto-knee.ly
index d8211f9739fc08f372644599a4839eab8ecd762b..53ee89f514f94e8164b8a1ed89b1c845d3a30bde 100644 (file)
@@ -1,18 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
 
-\header{ texidoc="Automatic kneeing. A knee is made when a horizontal
+\version "2.14.0"
+
+\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.
 "
 }
+\layout{ ragged-right = ##t }
 
-\score {
-  \context Staff \notes\relative c''{ 
-     c'8[ c,,]  c8[ e']
-     c,16[ e g c e g c c,,] 
-  }
-  \paper{
-    linewidth = 40*\staffspace
-  }
+\context Staff \relative c''{ 
+  c'8[ c,,]  c8[ e']
+  c,16[ e g c e g c c,,] 
 }