]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-postfix-notation.ly
* lily/parser.yy (event_that_take_dir): allow postfix notation for ties.
[lilypond.git] / input / regression / beam-postfix-notation.ly
index 9d220c4ddada3055c93b9ed2215825cb0e4b5727..79aec2c28e22a84d90b0743cb954b627f7ba6031 100644 (file)
@@ -1,14 +1,14 @@
 \header {
 
-texidoc = "Beams may be entered in postfix notation, separating the
+texidoc = "Beams and ties may be entered in postfix notation, separating the
     notes and the brackets with a dash."
 
 }
 
 \score
 {
- \notes
+ \notes\relative c''
    {
-       c8-[ c-]
+       c8-[-~ c-]
    }
 }