]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/viola-i.ly
release: 1.1.44
[lilypond.git] / mutopia / J.S.Bach / viola-i.ly
1 \header{
2 filename =       "viola-i.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 \include "global-i.ly"
12 \include "violoncello-i.ly";
13
14 $viola_i_staff = \context Staff = viola <
15         \notes\transpose c'' \$violoncello_i
16         \clef alto;
17         \$global_i
18 >
19 \version "1.0.20";