]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-postfix-notation.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-postfix-notation.ly
1
2 \version "2.3.22"
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     \layout { raggedright= ##t }
10
11
12 \score
13 {
14  \relative c''
15    {
16        c8[~ c]
17    }
18 }