]> 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 801141039235a88b872b67675da06cf961c8e9a3..53ee89f514f94e8164b8a1ed89b1c845d3a30bde 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "2.1.30"
+\version "2.14.0"
 
-\header{ texidoc="A knee is made automatically 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.
 "
 }
+\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,,] 
 }