LSR: Update.
[lilypond.git] / input / lsr / manually-controlling-beam-positions.ly
blob6e1361e86e40ebb0066b57f1740fd498832c98c3
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.
3 \version "2.11.62"
5 \header {
6 lsrtags = "rhythms, tweaks-and-overrides"
8 texidoc = "
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"
17 } % begin verbatim
18 \relative c' {
19 \time 2/4
20 % from upper staffline (position 4) to center (position 0)
21 \override Beam #'positions = #'(2 . 0)
22 c8 c
23 % from center to one above center (position 2)
24 \override Beam #'positions = #'(0 . 1)
25 c8 c