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