]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-viola.ly
patch::: 1.3.140.jcn7
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-viola.ly
index 543edf7588dc5e4d116275c5198a7dd1969d60df..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,39 +0,0 @@
-
-\version "1.2.0";
-
-\include "allemande-urtext.ly";
-
-allemande_viola_global = \notes{
-       \time 4/4;
-       \key f;
-       \clef alto;
-       \repeat "volta" 2 {
-               \partial 16;
-               s16
-               s1*11 |
-               s2 s4 s8.
-       } \repeat "volta" 2 {
-               s16
-               s1*11
-               s16*15
-       }
-}
-
-allemande_viola_scripts = \notes{
-}
-
-allemande_viola_staff = \context Staff <
-       \notes \transpose c'' \$allemande
-       \$allemande_viola_global
-       \$allemande_viola_scripts
->
-
-\score{
-       \$allemande_viola_staff
-       \paper{ }
-       \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande";
-         opus = "";
-       }
-}
-