]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index 0160d0b03d64344d79393fa08d3499c0f1e7c554..b633ebf225e5bb73459b1245976144c2e07f22a4 100644 (file)
@@ -1,18 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\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,,]
 }