]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
some useless statistics.
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index 01330e66958dc78fb1921ff334705d59f89fdec3..de560da614a6a35ce9ca5a051a627ac2b7494522 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "2.3.4"
+\version "2.7.39"
 \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{
-    \relative c'{
-        a8[ b'' a,, b'']
-        b8[ a,, b'' a,,]
-    }
-    \paper{
-       raggedright = ##t 
-    }
+\relative c'{
+  a8[ b'' a,, b'']
+  b8[ a,, b'' a,,]
 }