]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-manual.ly
* scripts/lilypond-book.py (output_dict): remove support for the
[lilypond.git] / input / regression / beam-manual.ly
1
2 \version "1.9.4"
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    \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   \paper{
20     raggedright = ##t
21   }
22 }