]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index 8f68a8bc60a1e54b2a7d3b0fe0b99e6da7524053..b633ebf225e5bb73459b1245976144c2e07f22a4 100644 (file)
@@ -1,18 +1,16 @@
 
-\version "1.9.2"
+\version "2.16.0"
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
-    quanting. There is no up/down bias in the quanting code."
+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,,]
 }