]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-postfix-notation.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / beam-postfix-notation.ly
1 \version "1.7.18"
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     \paper { raggedright= ##t }
9
10
11 \score
12 {
13  \notes\relative c''
14    {
15        c8-[-~ c-]
16    }
17 }