]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Duette/viola-part.ly
66df2cd2ca037aa871008d5367aa3fb6b5c481ff
[lilypond.git] / mutopia / J.S.Bach / Duette / viola-part.ly
1 \header{
2 filename =       "viola-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.1.52";
12
13 \include "global-i.ly"
14 \include "viola-i.ly"
15
16 %{
17 \score{
18   \$viola_i_staff
19   \paper{
20     \translator { \BarNumberingStaffContext }
21   }
22   \midi{
23 %urg real/duration
24 %    \tempo 4. = 69;
25     \tempo 4 . = 50;
26   }
27 }
28 %}
29
30 \include "global-ii.ly"
31 \include "viola-ii.ly"
32
33 \score{
34   \$viola_ii_staff
35   \paper{
36     castingalgorithm=0.0;
37     \translator { \BarNumberingStaffContext }
38     \translator { \ScoreContext skipBars = 1; }
39   }
40   \midi{
41     \tempo 2 = 96;
42   }
43 }