]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-viola.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-viola.ly
index 80bfce29dc13a2880db9b128aaae78a55590d8f5..fdb2b4e899aab670bd2d3f4979b0f3321805cc8e 100644 (file)
@@ -1,20 +1,3 @@
-\header{
-filename =      "sarabande-viola.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";
@@ -41,11 +24,10 @@ sarabande_viola_staff = \context Staff <
 
 \score{
        \$sarabande_viola_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 5.0;
-       }
+       \paper{ }
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Sarabande"; }
+       \header{
+       opus= "" ; 
+       piece ="Sarabande"; }
 }