]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
Update .ly files.
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index c82f968af06744c07c698786a7535c2e887d1887..1c8048e3d91f547ef261ed122c1a83eb4365a5a3 100644 (file)
@@ -1,17 +1,16 @@
-\version "1.7.18"
+
+\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 
-    }
-}%% new-chords-done %%
+\relative c'{
+  a8[ b'' a,, b'']
+  b8[ a,, b'' a,,]
+}