]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-auto-knee.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / beam-auto-knee.ly
index 8eef9ea2c8f722bec4e1861f903e5ec1c8631b00..47028de62ed4c889412ff726fd97af56e1fc05a6 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "2.4.0"
+\version "2.16.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 \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,,] 
 }