lilypond-1.5.14
[lilypond.git] / input / regression / beam-extreme.ly
blob2cdc7ae801c225aae342bfc8e659b0d51ea15e7f
1 \version "1.3.146"
2 \header{
3 texidoc="
4 Beams should behave reasonably well, even under extreme circumstances.
5 Stems may be short, but noteheads should never touch the beam. Note that
6 under normal circumstances, these beams would get knees here
7 Beam.auto-knee-gap was set to false.
11 extreme = \notes\relative c'' {
12 \stemBoth
13 [g8 c c,]
14 [c16 c'' a f]
15 \stemUp
16 [c,,32 c'' a f]
19 \score {
21 % If we want to test extreme beams,
22 % we should not have them auto-kneed
23 \property Voice.Beam \override #'auto-knee-gap = ##f
24 \extreme
25 \property Voice.Beam \override #'slope-limit = #1000
26 \extreme
28 \paper{
29 linewidth=-1.