]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-postfix-notation.ly
add version everywhere.
[lilypond.git] / input / regression / beam-postfix-notation.ly
index 9d220c4ddada3055c93b9ed2215825cb0e4b5727..db83418ad429d3429fde94b75117bcc79c69fbbd 100644 (file)
@@ -1,14 +1,16 @@
+\version "1.7.6"
 \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-]
    }
 }
+%% new-chords-done %%
\ No newline at end of file