]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-postfix-notation.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / beam-postfix-notation.ly
index 7959292ad46391e2e05ca47a3eba185f995b33c5..d6b4bcb556da55e6a361296b2420dc3c97fdaf86 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.3.16"
 \header {
 
 texidoc = "Beams and ties may be entered in postfix notation, separating the
@@ -10,8 +11,8 @@ texidoc = "Beams and ties may be entered in postfix notation, separating the
 
 \score
 {
- \notes\relative c''
+ \relative c''
    {
-       c8-[-~ c-]
+       c8[~ c]
    }
 }