]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-postfix-notation.ly
remove
[lilypond.git] / input / regression / beam-postfix-notation.ly
index db83418ad429d3429fde94b75117bcc79c69fbbd..cfa8383c6908ef39d0e6c7c23725cde7d851f0d8 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.7.6"
+
+\version "2.3.22"
 \header {
 
 texidoc = "Beams and ties may be entered in postfix notation, separating the
     notes and the brackets with a dash."
 
 }
+    \layout { raggedright= ##t }
+
 
 \score
 {
- \notes\relative c''
+ \relative c''
    {
-       c8-[-~ c-]
+       c8[~ c]
    }
 }
-%% new-chords-done %%
\ No newline at end of file