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