]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index c82f968af06744c07c698786a7535c2e887d1887..b234d51b81f115f098d2930fc0952690b5a858ba 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
@@ -7,11 +8,11 @@
 }
 
 \score{
-    \notes\relative c'{
-        a8-[ b'' a,, b'']
-        b8-[ a,, b'' a,,]
+    \relative c'{
+        a8[ b'' a,, b'']
+        b8[ a,, b'' a,,]
     }
-    \paper{
+    \layout{
        raggedright = ##t 
     }
-}%% new-chords-done %%
+}