]> git.donarmstrong.com Git - lilypond.git/blob - input/scsii-menuetto.ly
release: 0.0.44
[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 % \lefttitle{Menuetto}
16 % \tempo{Moderato}
17 % \metron{4=120}
18 %
19 % \meter{3/4}
20 % \key\F                % \key is F ( f-major )
21 % \clef\alto            % use alto \clef
22 % \duration8            % default \duration is eight' note
23 %
24 % \verb{\no\barnumbers} % issue MusiXTeX \co\mmand
25 % \barnumbering0
26 % \slope{30}            % Fool MusiXTeX into 30 / 10 steeper beam
27 % \stemlength3          % shorter \stemlength
28 %               % because piece is set very tightly
29 %%1             % double co\mments are included in .tex file
30 ii_menuetto = \music {
31         \clef"alto"\meter{3/4}
32         \key {bes}
33         \octave{1}
34         \duration{8}
35         < a2 f2 d2 df > bes4-.  |
36 %%2
37         < [ bes^"1" e c_"2"_"4" >
38                 a bes-. g-. ] a4-.^"4" |
39 %%3
40         < d4 'bes4-. > g4-. [ f-. e-. ] |
41 %%4
42         < [ f 'a > e d cis-. 'b-. 'a-. ]
43 %%5
44         < a2 f2 d2 > bes4-. | %   @bes4-. |
45 %%6
46         < [ bes e > a bes-. g-. ]
47         c'4-. | % =c'4-. |
48 %%7
49         < a4-. f4>
50         < d'4-.-upbow f4 'bes4 >
51         < e'4-.-downbow g4 'g4 > |
52 %%8
53         < cis'2.-upbow e2. 'a2. > \bar ":|:"%%!! sorry!
54 %%9
55         \clef "violin"
56         < e'2 a2 df >
57         [ d'( e'16 )f'16 ] |
58 %%10
59         < [ e' g > d' cis'_"2" e' a( )g ] |
60 %%11
61         < \multivoice  
62                 {\stem{1} a4(\stem{1}) d'4 cis'4-. }
63                 { \stem{-1} f2 e4 } > |
64 %%12
65         < [ g'^"4" d > f' e' f' d'^"3"( ) c' ] |
66 %%13
67         \clef "alto"% 
68         < \multivoice
69                  { \stem{1} bes2 c'4 }
70                  { \stem{-1} g4(\stem{-1}) f4 e4 }% ugh
71         > |
72 %%14
73         < [ a f > g a f ] < d'4-upbow e4 'bes4 > |
74 %%15
75         < c'4-\downbow f4 'a4 > [ bes( )a g a ] |
76 %%16
77         [ f( e )f a-. g-. bes-. ] |
78 %%17
79         < a2^"0" fis2_"3" > bes4 |
80 %%18
81         < { [ c'( )bes c' a ] } { [ es ] } > fis4 |
82 %%19
83         < d'4-downbow g4 'bes4 > < c'4-upbow g4 c4 > < [ bes d > a ] |
84 %%20
85         < { [ c'( bes a )bes g( )bes ] } { [ d ] } { [ g ] } > |
86 %%21
87         < \multivoice  {\stem{1}  d'4(\stem{1} ) cis'4 d'4 }  { \stem{-1} g2 f4 } > |
88 %%22
89         < { [ g( )f g e ] } { [ cis ] } > < f4 d4 > |
90 %%23
91         [ 'g g ] < e4. 'a4. > d-upbow |
92 %%24
93         < d2.^"fine" 'a2. 'd2._"3 mins."> \bar ":|" % \bar ":||"
94 %% \tighten             % use one line less
95         
96 }
97
98 \score {
99         \staff { 
100                 \melodic \music { $ii_menuetto }
101         }
102         \paper {
103                 \width 195\mm
104                 \unitspace 9\mm  % to get lily to use only three lines
105                 \geometric 1.4
106                 \output "scsii-menuetto.out"
107         }
108         \midi { 
109                 \tempo 4:120
110                 \output "scsii-menuetto.midi"
111         }
112 }