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