]> 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 1784fae420b29cb574923033d48bcd2865423547..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,50 +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.0.1";
-
-\include "courante-urtext.ly";
-
-courante_cello_global = \melodic{
-       \time 3/4;
-       \key f;
-       \partial 16;
-       \clef bass;
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|:";
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|";
-}
-
-courante_cello_scripts = \melodic{
-}
-
-courante_cello_staff = \type Staff <
-       \$courante
-       \$courante_cello_global
-       \$courante_cello_scripts
->
-
-\score{
-       \$courante_cello_staff
-       \include "scs-paper.ly";
-       \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
-}
-