4 texidoc="@cindex Beam Position Control
6 Beam positions may be controlled manually, by setting @code{positions} in the @code{Beam} grob.
10 \context Voice \notes\relative c {
11 %% from upper staffline (position 4) to centre (position 0)
12 \property Voice.Beam \override #'positions = #'(2 . 0)
15 %% from center to one above centre (position 2)
16 \property Voice.Beam \override #'positions = #'(0 . 1)
19 %% normal beam-algorithm
20 \property Voice.Beam \revert #'positions
21 \property Voice.Beam \revert #'positions
24 \paper{raggedright = ##t}