]> 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 c7c11ed713bb6fa2006370fccdae395b89ca92b8..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,50 +0,0 @@
-\header{
-filename =      "allemande-viola.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Allemande";
-% opus =        "BWV 1008";
-opus =  "";
-composer =      "Johann Sebastian Bach (1685-1750)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
-
-%{
- Tested Features:breaking algorithm, chords, multivoice, accents, 
- dotted slurs
-%}
-
-\version "1.0.14";
-
-\include "allemande-urtext.ly";
-
-allemande_viola_global = \notes{
-       \time 4/4;
-       \key f;
-       \partial 16;
-       \clef alto;
-       \skip 1*11;
-       s2. s8.
-       \bar ":|:";
-       \skip 1*11;
-       s2. s4 s8
-       \bar ":|";
-}
-
-allemande_viola_scripts = \notes{
-}
-
-allemande_viola_staff = \type Staff <
-       \notes \transpose c'' \$allemande
-       \$allemande_viola_global
-       \$allemande_viola_scripts
->
-
-\score{
-       \$allemande_viola_staff
-       \include "scs-paper.ly";
-       \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande"; }
-}
-