]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Duette/violoncello-part.ly
release: 1.3.94
[lilypond.git] / mutopia / J.S.Bach / Duette / violoncello-part.ly
1 \header{
2 filename =       "violoncello-part.ly";
3 title =          "Vier Duette";
4 description =    "Four duets for Violino and Violoncello (Viola)";
5 opus =           "BWV";
6 composer =       "Johann Sebastian Bach (1685-1750)";
7 enteredby =      "jcn";
8 copyright =      "Public Domain";
9 }
10
11 \version "1.3.93";
12
13 % {
14
15 \include "global-i.ly"
16 \include "violoncello-i.ly"
17
18 \score{
19   \$violoncello_i_staff
20   \paper{
21     \translator { \BarNumberingStaffContext }
22   }
23   \midi{
24 %urg, real/duration
25 %    \tempo 4. = 69;
26     \tempo 4 . = 69;
27   }
28 }
29
30 % }
31
32 \include "global-ii.ly"
33 \include "violoncello-ii.ly"
34
35 \score{
36   \$violoncello_ii_staff
37   \paper{
38     %castingalgorithm=0.;
39     \translator { \BarNumberingStaffContext }
40   }
41   \midi{
42 %    \tempo 2 = 96;
43     \tempo 2 = 75;
44   }
45 }
46