]> git.donarmstrong.com Git - lilypond.git/blob - input/scsii-menuetto.ly
release: 0.0.45
[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 df > 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 > bes4-. | %   @bes4-. |
43 %%6
44         < [ bes e > a bes-. g-. ]
45         c'4-. | % =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. > \bar ":|:"%%!! sorry!
52 %%9
53         \clef "violin"
54         < e'2 a2 df >
55         [ d'( e'16 )f'16 ] |
56 %%10
57         < [ e' g > d' cis'_"2" e' a( )g ] |
58 %%11
59         < \multivoice  
60                 {\stem{1} a4(\stem{1}) d'4 cis'4-. }
61                 { \stem{-1} f2 e4 } > |
62 %%12
63         < [ g'^"4" d > f' e' f' d'^"3"( ) c' ] |
64 %%13
65         \clef "alto"% 
66         < \multivoice
67                  { \stem{1} bes2 c'4 }
68                  { \stem{-1} g4(\stem{-1}) f4 e4 }% ugh
69         > |
70 %%14
71         < [ a f > g a f ] < d'4-upbow e4 'bes4 > |
72 %%15
73         < c'4-\downbow f4 'a4 > [ bes( )a g a ] |
74 %%16
75         [ f( e )f a-. g-. bes-. ] |
76 %%17
77         < a2^"0" fis2_"3" > bes4 |
78 %%18
79         < { [ c'( )bes c' a ] } { [ es ] } > fis4 |
80 %%19
81         < d'4-downbow g4 'bes4 > < c'4-upbow g4 c4 > < [ bes d > a ] |
82 %%20
83         < { [ c'( bes a )bes g( )bes ] } { [ d ] } { [ g ] } > |
84 %%21
85         < \multivoice  {\stem{1}  d'4(\stem{1} ) cis'4 d'4 }  { \stem{-1} g2 f4 } > |
86 %%22
87         < { [ g( )f g e ] } { [ cis ] } > < f4 d4 > |
88 %%23
89         [ 'g g ] < e4. 'a4. > d-upbow |
90 %%24
91         < d2.^"fine" 'a2. 'd2._"3 mins."> \bar ":|" % \bar ":||"
92 %% \tighten             % use one line less
93         
94 }
95
96 \score{
97         \staff{ $ii_menuetto }
98         \paper{
99                 \width 195\mm
100                 \unitspace 9\mm  % to get lily to use only three lines
101                 \geometric 1.4
102                 \output "scsii-menuetto.out"
103         }
104         \midi{ 
105                 \tempo 4:120
106                 \output "scsii-menuetto.midi"
107         }
108 }