]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-knee-symmetry.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / beam-knee-symmetry.ly
index aa2f0240e7cf14ef5abd9c9a57fc87b7873c07e4..01330e66958dc78fb1921ff334705d59f89fdec3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
@@ -8,7 +8,7 @@
 }
 
 \score{
-    \notes\relative c'{
+    \relative c'{
         a8[ b'' a,, b'']
         b8[ a,, b'' a,,]
     }