]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-manual.ly
`bug'fix: a colon `:' is added (only) after a sentence which is complete;
[lilypond.git] / input / regression / beam-manual.ly
1 \version "1.7.18"
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 }