]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/connecting/controlling-manually-beam-positions.ly
LSR: automatic update.
[lilypond.git] / input / lsr / connecting / controlling-manually-beam-positions.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Beam positions may be controlled manually, by overriding the
6 @code{positions} setting of the @code{Beam} grob.
7
8
9
10 " }
11
12 \score { 
13     \context Voice \relative c {
14         %% from upper staffline (position 4) to centre (position 0)
15         \override Beam  #'positions = #'(2 . 0)
16          c'8[ c] 
17         
18         %% from center to one above centre (position 2)
19         \override Beam  #'positions = #'(0 . 1)
20          c[ c]
21   }
22
23 }
24
25