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