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