]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-forced-direction.ly
7bb8a718bb82f65c6f6a5fd288bd425854ce1e76
[lilypond.git] / input / regression / beam-forced-direction.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "The direction of manual beams can be forced using
5 @code{_} and @code{^}.
6 "
7 }
8
9 \relative c' {
10   \time 2/4
11  c8_[] c'^[ d e]
12 }