]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-manual.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beam-manual.ly
1
2 \version "1.9.1"
3
4 \header {
5
6     texidoc = "Beam positions may be set by hand by overriding
7     positions.  No processing (quanting, damping) whatsoever is done."
8
9 }
10
11 \score {
12   \context Staff = up {
13    \notes\relative c'{
14     \property Voice.Beam \override #'auto-knee-gap = ##f
15     \property Voice.Beam \override #'positions = #'(-10 . 10)
16        \stemUp
17    c16[ c'' a f]
18
19    }
20   }
21   \paper{
22     raggedright = ##t
23   }
24 }