]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
clarify slightly.
[lilypond.git] / input / regression / beam-auto-knee.ly
index fc72a3d0096d145ff4a86e6111082fc7d09eb088..462d6d12e6710a37c63264571edb89b5d9970370 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.5.68"
 
-\header{ texidoc="Automatic kneeing. A knee is made when a horizontal
+\version "2.6.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.
 "
 }
 
 \score {
-  \context Staff \notes\relative c''{ 
-    [c'8 c,,] [c8 e']
-    [c,16 e g c e g c 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 
   }
 }