]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-postfix-notation.ly
add version everywhere.
[lilypond.git] / input / regression / beam-postfix-notation.ly
1 \version "1.7.6"
2 \header {
3
4 texidoc = "Beams and ties may be entered in postfix notation, separating the
5     notes and the brackets with a dash."
6
7 }
8
9 \score
10 {
11  \notes\relative c''
12    {
13        c8-[-~ c-]
14    }
15 }
16 %% new-chords-done %%