]> git.donarmstrong.com Git - lilypond.git/blob - input/scsii-menuetto.ly
release: 0.0.49
[lilypond.git] / input / scsii-menuetto.ly
1 % scsii-menuetto.ly
2 %
3 % Solo Cello Suites
4 % J. S. Bach
5 %
6 % Suite II part v
7 % Menuetto I
8 %
9 % Copyright (c) 1995,1996,1997 Jan Nieuwenhuizen <jan@digicash.com>
10
11 % The purpose of this file is to demonstrate features of LilyPond.
12 % (there is an accompanying LaTeX file, scsii-menuetto.tex)
13 %
14
15 %% Stuff from MPP version
16 % \lefttitle{Menuetto}
17 % \tempo{Moderato}
18 % \metron{4=120}
19 %
20 % \key\F                % \key is F ( f-major )
21 %
22 % \slope{30}            % Fool MusiXTeX into 30 / 10 steeper beam
23 % \stemlength3          % shorter \stemlength
24 %               % because piece is set very tightly
25
26 ii_menuetto = \melodic{
27         \clef"alto";
28         \meter 3/4;
29         \key bes;
30         \octave c';
31
32         \duration 8;
33                 < a2 f2 d2 \f > bes4-.  |
34 %%2
35         < [ bes^"1" e c_"2"_"4" >
36                 a bes-. g-. ] a4-.^"4" |
37 %%3
38         < d4 'bes4-. > g4-. [ f-. e-. ] |
39 %%4
40         < [ f 'a > e d cis-. 'b-. 'a-. ]
41 %%5
42         < a2 f2 d2 > bes!4-. |
43 %%6
44         < [ bes e > a bes-. g-. ]
45         c'!4-. |
46 %%7
47         < a4-. f4>
48         < d'4-.-upbow f4 'bes4 >
49         < e'4-.-downbow g4 'g4 > |
50 %%8
51         < cis'2.-upbow e2. 'a2. > 
52                 \bar ":|:";
53 %%9
54         \clef "violin";
55         < e'2 a2 \f >
56         [ d'( e'16 )f'16 ] |
57 %%10
58         < [ e' g > d' cis'_"2" e' a( )g ] |
59 %%11
60         < \multivoice  
61                 {\stem 1; a4(\stem 1;) d'4 cis'4-. }
62                 { \stem -1; f2 e4 } > |
63 %%12
64         < [ g'^"4" d > f' e' f' d'^"3"( ) c' ] |
65 %%13
66         \clef "alto";
67         < \multivoice
68                  { \stem 1; bes2 c'4 }
69                  { \stem -1; g4(\stem -1;) f4 e4 }% ugh
70         > |
71 %%14
72         < [ a f > g a f ] < d'4-$upbow e4 'bes4 > |
73 %%15
74         < c'4-$downbow f4 'a4 > [ bes( )a g a ] |
75 %%16
76         [ f( e )f a-. g-. bes-. ] |
77 %%17
78         < a2^"0" fis2_"3" > bes4 |
79 %%18
80         < { [ c'( )bes c' a ] } { [ es ] } > fis4 |
81 %%19
82         < d'4-downbow g4 'bes4 > < c'4-upbow g4 c4 > < [ bes d > a ] |
83 %%20
84         < { [ c'( bes a )bes g( )bes ] } { [ d ] } { [ g ] } > |
85 %%21
86         < \multivoice  {\stem 1;  d'4(\stem 1; ) cis'4 d'4 }  { \stem -1; g2 f4 } > |
87 %%22
88         < { [ g( )f g e ] } { [ cis ] } > < f4 d4 > |
89 %%23
90         [ 'g g ] < e4. 'a4. > d-\upbow |
91 %%24
92         < d2.^"fine" 'a2. 'd2._"3 mins."> 
93         \bar ":|";
94 %% \tighten             % use one line less
95         
96 }
97
98 \score{
99         \staff{ melodicregs $ii_menuetto }
100         \paper{
101                 \width 195\mm
102                 \unitspace 9\mm  % to get lily to use only three lines
103                 \geometric 1.4
104                 \output "scsii-menuetto.out"
105         }
106         \midi{ 
107                 \tempo 4:120
108                 \output "scsii-menuetto.midi"
109         }
110 }