]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beam-auto-knee.ly
index 83745dccdcdfc69d739812c15325f525774757b6..5075ee6bd5339af09dcb7ba5f9b46d708142543a 100644 (file)
@@ -1,18 +1,16 @@
-\version "1.7.16"
 
-\header{ texidoc="Automatic kneeing. A knee is made when a horizontal
+\version "2.11.51"
+
+\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,,] 
 }
-%% new-chords-done %%
\ No newline at end of file