]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-control.fly
release: 1.3.21
[lilypond.git] / input / test / beam-control.fly
1 % beam-control.fly
2
3 % from upper staffline (position 4) to centre (position 0)
4 \property Voice.beamVerticalPosition = #4
5 \property Voice.beamHeight = #-4
6 [c'8 c] 
7
8 % from center to one above centre (position 2)
9 \property Voice.beamVerticalPosition = #0
10 \property Voice.beamHeight = #2
11 [c c]
12
13 % normal beam-algorithm
14 \property Voice.beamHeight = ##f
15 \property Voice.beamVerticalPosition = ##f
16 [c e] [e c]