]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Update .ly files.
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index 19664633a81d5ee9e26c6007ec3f344a8c8e3522..1c8048e3d91f547ef261ed122c1a83eb4365a5a3 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "2.1.26"
+\version "2.12.0"
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
     quanting. There is no up/down bias in the quanting code."
 
 }
+\layout{
+  ragged-right = ##t 
+}
 
-\score{
-    \notes\relative c'{
-        a8[ b'' a,, b'']
-        b8[ a,, b'' a,,]
-    }
-    \paper{
-       raggedright = ##t 
-    }
+\relative c'{
+  a8[ b'' a,, b'']
+  b8[ a,, b'' a,,]
 }