]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index c82f968af06744c07c698786a7535c2e887d1887..ae6747d3b943f6e119b356fdbc086e67a54f76f1 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
@@ -8,10 +9,10 @@
 
 \score{
     \notes\relative c'{
-        a8-[ b'' a,, b'']
-        b8-[ a,, b'' a,,]
+        a8[ b'' a,, b'']
+        b8[ a,, b'' a,,]
     }
     \paper{
        raggedright = ##t 
     }
-}%% new-chords-done %%
+}