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