]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly
patch::: 1.3.140.jcn7
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
index 2ec74f62578c755ff5b4a49aa52544e75a626abb..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,51 +0,0 @@
-\header{
-filename =      "sarabande-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Sarabande";
-% 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.2.0";
-
-\include "sarabande-urtext.ly";
-
-sarabande_cello_global = \notes{
-       \time 3/4;
-       \key f;
-       \clef bass;
-       \repeat "volta" 2 {
-               s2.*12
-       } \repeat "volta" 2 {
-               s2.*16
-       }
-}
-
-sarabande_cello_scripts = \notes{
-}
-
-sarabande_cello_staff = \context Staff <
-       \$sarabande
-       \$sarabande_cello_global
-       \$sarabande_cello_scripts
->
-
-\score{
-       \$sarabande_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 5.0;
-       }
-       \midi{ \tempo 4 = 40; }
-       \header{ piece = "Sarabande"; }
-}
-