]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem.ly
release: 0.1.59
[lilypond.git] / input / test / stem.ly
1 \header{
2 title= "Stems and Beams";
3 subtitle = "proofsheet"; 
4 enteredby =      "jcn";
5 copyright =      "public domain";
6 TestedFeatures =         "This file tests the length of stems and placement 
7 of beams";
8         
9 }
10
11 \version "0.1.9";
12
13 beamintervals = \melodic{
14                 \meter 7/4;
15                 \stemup;
16                 \octave c';
17                 [ c8 d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
18                 [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
19                 \octave c'';
20                 [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
21                 \stemdown;
22                 \octave c''';
23                 [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
24                 \octave c'';
25                 [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
26                 [ c d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
27         }
28
29 \score{
30         \melodic{ 
31                 \octave c';
32                 \stemup;
33                 \meter 17/4;
34                 'g4 '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         \paper{
46                 gourlay_maxmeasures = 2.;
47         }
48 }