]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem.ly
patch::: 1.3.152.jcn2
[lilypond.git] / input / test / stem.ly
1 \version "1.3.146"
2 \header{
3 title= "Stems and Beams"
4 subtitle =  "proofsheet" 
5 enteredby =      "jcn"
6 copyright =      "public domain"
7 TestedFeatures =         "This file tests the length of stems and placement 
8 of beams"
9         
10 }
11
12
13
14 beamintervals =  \notes{
15                 \time 7/4
16                 \stemUp
17 \transpose c'{
18                 [ c8 d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
19                 [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
20                 }\transpose c''{
21                 [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
22                 \stemDown}
23                 \transpose c'''{
24                 [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
25 }               \transpose c''{
26                 [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
27                 [ c d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
28         }}
29
30 \score{
31         \notes\transpose c'{ 
32                 \stemUp
33                 \time 17/4
34                 g,4 a, b, c d e f g a b c' d' e' f' g' a' b' |
35                 \stemDown
36                 b' a' g' f' e' d' c' b a g f e d c b, a, g, |
37                 \beamintervals
38                 \transpose d \beamintervals
39                 \transpose e \beamintervals
40                 \transpose f \beamintervals
41                 \transpose g \beamintervals
42                 \transpose a \beamintervals
43                 \transpose b \beamintervals
44         }
45 }