]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-chord.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / beam-chord.ly
1 \version "1.7.18"
2 %Hmm. what's this supposed to test?
3 %  I don't know what this is supposed to do.  delete it?
4 % looks like a regression test, and a test that we don't
5 % need, anyway.
6 \header {
7 texidoc = "DELETE ME.
8 "
9 }
10 \score{
11         \notes  \transpose c' c'{
12
13 % this property doesn't appear to change the output in 1.7.19.
14 \property Voice.Beam \set #'position-callbacks =
15  #`(,Beam::least_squares
16                                ,Beam::check_concave
17                                ,Beam::slope_damping
18                                ,Beam::shift_region_to_valid
19         
20                               )
21                  a'8-[ <<a' g''>>]
22                  c-[ <<c e,>>]
23                  a'16-[ <<a' g''>>]
24                  c-[ <<c e,>>]
25                  a'32-[ <<a' g''>>]
26                  c-[ <<c e,>>]
27         }
28         \paper{
29
30                 linewidth = 66.0\mm
31         }
32 }
33 %% new-chords-done %%