]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / input / regression / beam-auto-knee.ly
index e2bb4288072aa41b76ae077d6e4f28b316409591..d8b1262a81f542a68ca85bbabdd17d74e7b080d8 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "2.3.22"
+\version "2.6.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{ raggedright = ##t }
 
-\score {
-  \context Staff \relative c''{ 
-     c'8[ c,,]  c8[ e']
-     c,16[ e g c e g c c,,] 
-  }
-  \layout{
-      raggedright = ##t 
-  }
+\context Staff \relative c''{ 
+  c'8[ c,,]  c8[ e']
+  c,16[ e g c e g c c,,] 
 }