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