]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
Merge branch 'stable'
[lilypond.git] / input / regression / beam-auto-knee.ly
index 0e2097239687e6a2e29a2f7ff80a8a827d4e01cd..c607d4e1fd3fa6fb96a678c87d35a58df616a5a4 100644 (file)
@@ -1,18 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
 
-\header{ texidoc="Automatic kneeing. A knee is made when a horizontal
+\version "2.12.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,,] 
 }