2 filename
= "scsii-menuetto.ly";
3 title
= "Cello Suite II";
5 instrument
= "Menuetto I";
% duh
6 description
= "Cello suite transcribed for Viola";
8 opus
= "BWV 1008 no. 5";
9 composer
= "Johann Sebastian Bach(1685-1750)";
11 copyright
= "public domain";
15 Tested Features:breaking algorithm, chords, multivoice, accents
20 %% Stuff from MPP version
21 % \lefttitle{Menuetto}
25 % \key\F % \key is F( f-major )
27 % \slope{30} % Fool MusiXTeX into 30 / 10 steeper beam
28 % % because piece is set very tightly
30 IImenuetto = \melodic{
31 % \property Voice.beamslopedamping = \infinity
33 \property Staff.instrument = cello
39 < a2 f2 d2 \f > bes4-. |
41 \textstyle "finger"; % ugh.
44 { \stemup; [ bes8^"1"( )a8 bes8-. g8-. ] a4-.^"4" }
46 { \stemdown; < e8_"2" c8_"4" > }
50 % \property Voice.beamslopedamping = \normal
51 < d4 'bes4-. > g4-. [ f8-. e8-. ] |
52 % \property Voice.beamslopedamping = \infinity
55 { \stemup; [ f8( e8 )d8 cis8-. 'b8-. 'a8-. ] }
60 < a2 f2 d2 > bes!4-. |
63 { \stemup; [ bes8 a8 bes8-. g8-. ] }
70 < d'4-.-\upbow f4 'bes4 >
71 < e'4-.-\downbow g4 'g4 > |
73 < cis'2.-\upbow e2. 'a2. >
78 % \property Voice.beamslopedamping = \normal
80 % \property Voice.beamslopedamping = \infinity
83 { \stemup; [ e'8( d' cis'_"2" )e' a( )g8 ] }
89 { \stemup; a4( )d'4 cis'4-. }
95 { \stemup; [ g'8^"4"( f' e' )f' d'^"3"( ) c' ] }
103 { \stemup; bes2 c'4 }
104 { \stemdown; g4( )f4 e4 }% ugh
109 { \stemup;
[ a8 g8 a8 f8 ] }
113 < d'4-
\upbow e4 'bes4 > |
115 < c'4-
\downbow f4 'a4 > [ bes8( )a8 g8 a8 ] |
117 [ f( e8 )f a8-
. g8-
. bes8-
. ] |
119 < a2^"0"^\trill fis2_"3" > bes4 |
122 { \stemup;
[ c'8( )bes8 c' a8 ] }
128 < d'4-
\downbow g4 'bes4 > < c'4-
\upbow g4 c4 > < [ bes8 d8 > a8 ] |
131 { \stemup;
[ c'8( bes8 a8 )bes g( )bes8 ] }
132 { \stemdown;
< d8 g8 > }
137 { \stemup;
d'4( )cis'4 d'4 }
143 { \stemup;
[ g8( )f8 g8 e8 ] f4 }
144 { \stemdown;
cis8 d4 }
148 % \property Voice.beamslopedamping = \normal
149 [ 'g8 g8 ] < e4.^\trill 'a4. > d8-
\upbow |
150 % \property Voice.beamslopedamping = \infinity
152 \textstyle "roman";
% ugh
153 < d2.^"fine" 'a2. 'd2._"3 mins.">
163 % how does this work?
164 % why does space not have dim?
165 arithmetic
_basicspace
= 3.2;
166 % how can multiplier have dim?
167 arithmetic
_mulitplier
= 9.\pt;
168 \output "scsii-menuetto.out";
172 \output "scsii-menuetto.midi";