]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index d0669694152f11c789508f5a8e44022c61dce023..737f64ac8490be74bbe00c5c63cfbc9182cf3ccf 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.6.0"
+\version "2.14.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 
+}
 
-    \relative c'{
-        a8[ b'' a,, b'']
-        b8[ a,, b'' a,,]
-    }
-    \layout{
-       raggedright = ##t 
-    }
+\relative c'{
+  a8[ b'' a,, b'']
+  b8[ a,, b'' a,,]
+}