]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-extreme.ly
patch::: 1.3.125.jcn2
[lilypond.git] / input / regression / beam-extreme.ly
1 \header{
2 texidoc="
3 Beams should behave reasonably well, even under extreme circumstances.
4 Stems may be short, but noteheads should never touch the beam.
5 ";
6 }
7 \version "1.3.117";
8 \score{
9         \notes\relative c''{
10                 [g8 c c,]
11                 [c16 c'' a f]
12                 \stemUp 
13                 [c,,32 c'' a f]
14
15         }
16         \paper{
17                 linewidth=-1.;
18         }
19 }