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