]> 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 f074d700df092dfd408c26fb2a6bf610a4aa0f3a..737f64ac8490be74bbe00c5c63cfbc9182cf3ccf 100644 (file)
@@ -1,17 +1,16 @@
-\version "1.7.18"
+
+\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 
+}
 
-\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,,]
 }