]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-viola.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-viola.ly
index 0be45ea104faaad556335dcdc5b6351a85223dcc..543edf7588dc5e4d116275c5198a7dd1969d60df 100644 (file)
@@ -1,19 +1,3 @@
-\header{
-filename =      "allemande-viola.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Allemande";
-% 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 @@ allemande_viola_staff = \context Staff <
 
 \score{
        \$allemande_viola_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 3.0;
-       }
+       \paper{ }
        \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande"; }
+       \header{ piece = "Allemande";
+         opus = "";
+       }
 }