lilypond-0.1.33
[lilypond.git] / input / scsii-menuetto.ly
blob2d079ac51aae7166dcd738db6a7e3102e993913d
1 \header{
2 filename = "scsii-menuetto.ly";
3 title = "Solo Cello Suites, Suite II part V, Menuetto I";
4 description = "Cello suite transcribed for Viola";
5 source = "?";
6 opus = "BWV 1008 no. 5";
7 composers = "Johann Sebastian Bach (1685-1750)";
8 enteredby = "JCN";
9 copyright = "public domain";
13 Tested Features:breaking algorithm, chords, multivoice, accents
16 \version "0.1.7";
18 %% Stuff from MPP version
19 % \lefttitle{Menuetto}
20 % \tempo{Moderato}
21 % \metron{4=120}
23 % \key\F % \key is F ( f-major )
25 % \slope{30} % Fool MusiXTeX into 30 / 10 steeper beam
26 % % because piece is set very tightly
28 IImenuetto = \melodic{
29 \clef"alto";
30 \property Staff.instrument = cello
31 \meter 3/4;
32 \key bes;
33 \octave c';
35 \duration 8;
36 < a2 f2 d2 \f > bes4-. |
37 %%2
38 < [ bes8^"1" e8 c8_"2"_"4" >
39 a8 bes8-. g8-. ] a4-.^"4" |
40 %%3
41 < d4 'bes4-. > g4-. [ f8-. e8-. ] |
42 %%4
43 < [ f8 'a > e8 d8 cis8-. 'b8-. 'a8-. ]
44 %%5
45 < a2 f2 d2 > bes!4-. |
46 %%6
47 < [ bes8 e8 > a8 bes8-. g8-. ]
48 c'!4-. |
49 %%7
50 < a4-. f4>
51 < d'4-.-\upbow f4 'bes4 >
52 < e'4-.-\downbow g4 'g4 > |
53 %%8
54 < cis'2.-\upbow e2. 'a2. >
55 \bar ":|:";
56 %%9
57 \clef "violin";
58 < e'2 a2 \f >
59 [ d'8( e'16 )f'16 ] |
60 %%10
61 < [ e'8 g8 > d' cis'_"2" e' a () g8 ] |
62 %%11
63 \multi 2 <
64 {\stemup a4() d'4 cis'4-. }
65 { \stemdown f2 e4 } > |
66 \stemboth
67 %%12
68 < [ g'8^"4" d8 > f' e' f' d'^"3"() c' ] |
69 %%13
70 \clef "alto";
71 \multi 2 <
72 { \stemup bes2 c'4 }
73 { \stemdown g4() f4 e4 }% ugh
74 > |
75 \stemboth
76 %%14
77 < [ a8 f8 > g8 a8 f8 ] < d'4-\upbow e4 'bes4 > |
78 %%15
79 < c'4-\downbow f4 'a4 > [ bes8() a8 g8 a8 ] |
80 %%16
81 [ f( e8 )f a8-. g8-. bes8-. ] |
82 %%17
83 < a2^"0" fis2_"3" > bes4 |
84 %%18
85 < { [ c'8 () bes8 c' a8 ] } es8 > fis4 |
86 %%19
87 < d'4-\downbow g4 'bes4 > < c'4-\upbow g4 c4 > < [ bes8 d8 > a8 ] |
88 %%20
89 < { [ c'8 ( bes8 a8 )bes g() bes8 ] } d8 g8 > |
90 %%21
91 \multi 2 <
92 {\stemup d'4( \stemup )cis'4 d'4 }
93 { \stemdown g2 f4 }
94 > |
95 \stemboth
96 %%22
97 < { [ g8 () f8 g8 e8 ] } cis8 > < f4 d4 > |
98 %%23
99 [ 'g8 g8 ] < e4. 'a4. > d8-\upbow |
100 %%24
101 < d2.^"fine" 'a2. 'd2._"3 mins.">
102 \bar ":|";
105 \score{
106 \melodic{
107 \IImenuetto
109 \paper{
110 linewidth= 150.0\mm;
111 \output "scsii-menuetto.out";
113 \midi{
114 \tempo 4 = 120;
115 \output "scsii-menuetto.midi";