]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
patch::: 1.3.140.jcn6
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-cello.ly
index 7dead3a18fc3bd75ea03eea4bcd1fd9a4658d97a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,56 +0,0 @@
-\header{
-filename =      "courante-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Courante";
-% 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 "courante-urtext.ly";
-
-courante_cello_global = \notes{
-       \time 3/4;
-       \key f;
-       \clef bass;
-       \repeat "volta" 2 {
-               \partial 16;
-               s16
-               s2.*15
-               s2 s8.
-       } \repeat "volta" 2 {
-               s16
-               s2.*15
-               s16*11
-       }
-}
-
-courante_cello_scripts = \notes{
-}
-
-courante_cello_staff = \context Staff <
-       \$courante
-       \$courante_cello_global
-       \$courante_cello_scripts
->
-
-\score{
-       \$courante_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 4.0;
-       }
-       \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
-}
-