]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-cello.ly
index 7dead3a18fc3bd75ea03eea4bcd1fd9a4658d97a..e28db4df3c9eb7a588bb6761fccc4f11e239ad74 100644 (file)
@@ -1,19 +1,3 @@
-\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";
 
@@ -46,11 +30,10 @@ courante_cello_staff = \context Staff <
 
 \score{
        \$courante_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 4.0;
-       }
+       \paper {}
        \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
+       \header{ piece = "Courante";
+                 opus = "";
+                 }
 }