]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-postfix-notation.ly
* input/regression/beam-postfix-notation.ly (texidoc): new file.
[lilypond.git] / input / regression / beam-postfix-notation.ly
1 \header {
2
3 texidoc = "Beams may be entered in postfix notation, separating the
4     notes and the brackets with a dash."
5
6 }
7
8 \score
9 {
10  \notes
11    {
12        c8-[ c-]
13    }
14 }