]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-center-slope.ly
move from abe.ly
[lilypond.git] / input / regression / beam-center-slope.ly
1
2 \version "1.7.18"
3 \header{
4
5     texidoc="Simple beams on middle staffline are allowed to be
6     slightly sloped, even if the notes have ledgers.  Beams reaching
7     beyond middle line can have bigger slope."
8
9 }
10
11 \score{
12     \notes\relative c'{
13         %%\property Staff.Stem \set #'beamed-lengths = #'(3.50)
14         %%  c8-[ d]
15         %%  d-[ c]
16         %% r2
17         %% \property Staff.Stem \set #'beamed-lengths = #'(3.26)
18
19          a8-[^"small slope" b]
20          b-[ a]
21
22          c''-[ b]
23          b-[ c]
24         
25          c,,-[ d]
26          d-[ c]
27         
28          a''-[ g]
29          g-[ a]
30
31          c,,-[^"bigger slope" e]
32          e-[ c]
33         
34          a''-[ f]
35          f-[ a]
36     }
37     \paper{
38         linewidth = 0.0
39     }
40 }
41 %% new-chords-done %%