]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-viola.ly
patch::: 1.3.126.jcn1
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-viola.ly
1 \version "1.3.117";
2
3 \include "sarabande-urtext.ly";
4
5 sarabandeViolaGlobal =  \notes{
6         \time 3/4;
7         \key f \major;
8         \clef alto;
9         \repeat "volta" 2 {
10                 s2.*12
11         } \repeat "volta" 2 {
12                 s2.*16
13         }
14 }
15
16 sarabandeViolaScripts =  \notes{
17 }
18
19 sarabandeViolaStaff =  \context Staff <
20         \notes \transpose c'' \sarabande
21         \sarabandeViolaGlobal
22         \sarabandeViolaScripts
23 >
24
25 \score{
26         \sarabandeViolaStaff
27         \paper{ }
28         \midi{ \tempo 4 = 40; }
29         \header{
30         opus= "" ; 
31         piece ="Sarabande"; }
32 }
33