]> git.donarmstrong.com Git - lilypond.git/blob - input/scsii-menuetto.ly
release: 0.0.67
[lilypond.git] / input / scsii-menuetto.ly
1 %{MudelaHeader
2
3  filename: scsii-menuetto.ly
4  title:Solo Cello Suites,
5  description: Suite II part V, Menuetto I
6  composers: Johann Sebastian Bach (1685-1750)
7  entered-by: JCN
8  copyright: 
9
10  Tested Features:breaking algorithm, chords, multivoice, accents
11
12
13 EndMudelaHeader
14 %}
15 \version "0.0.58";
16 %% Stuff from MPP version
17 % \lefttitle{Menuetto}
18 % \tempo{Moderato}
19 % \metron{4=120}
20 %
21 % \key\F                % \key is F ( f-major )
22 %
23 % \slope{30}            % Fool MusiXTeX into 30 / 10 steeper beam
24 % \stemlength3          % shorter \stemlength
25 %               % because piece is set very tightly
26
27 ii_menuetto = \melodic{
28         \clef"alto";
29         \meter 3/4;
30         \key bes;
31         \octave c';
32
33         \duration 8;
34                 < a2 f2 d2 \f > bes4-.  |
35 %%2
36         < [ bes^"1" e c_"2"_"4" >
37                 a bes-. g-. ] a4-.^"4" |
38 %%3
39         < d4 'bes4-. > g4-. [ f-. e-. ] |
40 %%4
41         < [ f 'a > e d cis-. 'b-. 'a-. ]
42 %%5
43         < a2 f2 d2 > bes!4-. |
44 %%6
45         < [ bes e > a bes-. g-. ]
46         c'!4-. |
47 %%7
48         < a4-. f4>
49         < d'4-.-\upbow f4 'bes4 >
50         < e'4-.-\downbow g4 'g4 > |
51 %%8
52         < cis'2.-\upbow e2. 'a2. > 
53                 \bar ":|:";
54 %%9
55         \clef "violin";
56         < e'2 a2 \f >
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~  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~  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  
88                 {\stem 1;  d'4 (\stem 1; ) cis'4 d'4 }  
89                 { \stem -1; g2 f4 } 
90         > |
91 %%22
92         < { [ g~  f g e ] } { [ cis ] } > < f4 d4 > |
93 %%23
94         [ 'g g ] < e4. 'a4. > d-\upbow |
95 %%24
96         < d2.^"fine" 'a2. 'd2._"3 mins."> 
97         \bar ":|";
98 %% \tighten             % use one line less
99         
100 }
101
102 \score{
103         \staff{ melodicregs ii_menuetto }
104         \paper{
105                 \width 195\mm
106                 \unitspace 9\mm  % to get lily to use only three lines
107                 \geometric 1.4
108                 \output "scsii-menuetto.out"
109         }
110         \midi{ 
111                 \tempo 4:120
112                 \output "scsii-menuetto.midi"
113         }
114 }