]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/beam-warn.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / beam-warn.ly
1 \version "2.10.0"
2
3 \header {
4
5 texidoc = "The first duration following a beam-open request is checked if it is short enough."
6
7 }
8
9 \score {
10    { [c4 c] }
11 }