1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "rhythms, tweaks-and-overrides"
9 Beam positions may be controlled manually, by overriding the
10 @code{positions} setting of the @code{Beam} grob.
16 doctitle
= "Manually controlling beam positions"
20 % from upper staffline (position 4) to center (position 0)
21 \override Beam
#'positions
= #'(2 . 0)
23 % from center to one above center (position 2)
24 \override Beam
#'positions
= #'(0 . 1)