]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-postfix-notation.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beam-postfix-notation.ly
1
2 \version "1.9.1"
3 \header {
4
5 texidoc = "Beams and ties may be entered in postfix notation, separating the
6     notes and the brackets with a dash."
7
8 }
9     \paper { raggedright= ##t }
10
11
12 \score
13 {
14  \notes\relative c''
15    {
16        c8[~ c]
17    }
18 }