LEFT | RIGHT |
1 | 1 |
2 \version "2.17.10" | 2 \version "2.17.11" |
3 \header{ | 3 \header{ |
4 texidoc=" | 4 texidoc=" |
5 Beams should behave reasonably well, even under extreme circumstances. | 5 Beams should behave reasonably well, even under extreme circumstances. |
6 Stems may be short, but noteheads should never touch the beam. Note that | 6 Stems may be short, but noteheads should never touch the beam. Note that |
7 under normal circumstances, these beams would get knees. Here | 7 under normal circumstances, these beams would get knees. Here |
8 @code{Beam.auto-knee-gap} was set to false. | 8 @code{Beam.auto-knee-gap} was set to false. |
9 " | 9 " |
10 } | 10 } |
11 | 11 |
12 \layout{ | 12 \layout{ |
(...skipping 18 matching lines...) Expand all Loading... |
31 \stemDown e'8[ e e'] | 31 \stemDown e'8[ e e'] |
32 } | 32 } |
33 } | 33 } |
34 | 34 |
35 { | 35 { |
36 % If we want to test extreme beams, | 36 % If we want to test extreme beams, |
37 % we should not have them auto-kneed | 37 % we should not have them auto-kneed |
38 \override Beam.auto-knee-gap = ##f | 38 \override Beam.auto-knee-gap = ##f |
39 \extreme | 39 \extreme |
40 } | 40 } |
LEFT | RIGHT |