]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index 030f19f331ccddbad5a30700d25a3be6412e185f..1c8048e3d91f547ef261ed122c1a83eb4365a5a3 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "1.9.1"
+\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,,]
 }