]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beams.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / beams.ly
1 \version "1.7.18"
2 % this looks nice, but I'm not certain that it belongs in input/test
3 % update: Han-Wen suggests we delete it, since we'll know pretty
4 % quickly if beams stop working.  :)
5 \header{
6 filename =       "beams.ly"
7 composer =       "heu"
8 enteredby =      "jcn"
9 copyright =      "PD"
10
11 TestedFeatures =         "beams and beamflags"
12 texidoc="DELETE ME
13 "
14 }
15
16
17 \score{
18         <
19                 \context GrandStaff < 
20 \context Staff = SA             \notes\transpose c c { 
21
22                         \time 8/4
23                         \stemUp  c8-[ c'' a' f']
24                         \stemUp  c16-[ c'' a' f']
25                         \stemUp  c32-[ c'' a' f']
26                         \stemUp  c64-[ c'' a' f']
27                         \stemUp  c128-[ c'' a' f']
28                         r32
29
30                         \stemUp  g8-[ g g g]
31                         \stemUp  g16-[ g g g]
32                         \stemUp  g32-[ g g g]
33                         \stemUp  g64-[ g g g]
34                         \stemUp  g128-[ g g g]
35                         r32
36
37                                                 \transpose c' c{
38                         \stemBoth
39                          c'8-[ c']  b-[ b]  a-[ a]  g-[ g]  f-[ f]  e-[ e]
40                          c'16-[ c']  b-[ b]  a-[ a]  g-[ g]   f-[ f]  e-[ e]
41                          c'32-[ c']  b-[ b]  a-[ a]  g-[ g]  f-[ f]  e-[ e]
42                          c'64-[ c']  e-[ e]}
43                 }
44         >
45         <       
46 \context Staff = SB             \notes { 
47 \transpose c c {
48                         \time 8/4
49                         \stemDown  a'8-[ a, c e]
50                         \stemDown  a'16-[ a, c e]
51                         \stemDown  a'32-[ a, c e]
52                         \stemDown  a'64-[ a, c e]
53                         \stemDown  a'128-[ a, c e]
54                         r32}
55
56                         \transpose c' c{
57                         \stemDown  d''8-[ d'' d'' d'']
58                         \stemDown  d''16-[ d'' d'' d'']
59                         \stemDown  d''32-[ d'' d'' d'']
60                         \stemDown  d''64-[ d'' d'' d'']
61                         \stemDown  d''128-[ d'' d'' d'']
62                         r32}
63
64                         \transpose c c'{
65                         \stemBoth
66                          a8-[ a]  b-[ b]  c'-[ c']  d'-[ d']  e'-[ e']  f'-[ f']
67                          a16-[ a]  b-[ b]  c'-[ c']  d'-[ d']   e'-[ e']  f'-[ f']
68                          a32-[ a]  b-[ b]  c'-[ c']  d'-[ d']   e'-[ e']  f'-[ f']
69                          a64-[ a]  f'-[ f']} 
70                 }
71         >
72         >
73
74         \paper{
75
76         }
77 }
78
79 %% new-chords-done %%