]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-cello.ly
index 2091bb1ae4f886f91450165b2edc399e9cfdcb3e..da8e76a773cba0ce01e88139c2f3ff5308fceb3a 100644 (file)
@@ -1,19 +1,5 @@
-\header{
-filename =      "allemande-cello.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 +32,10 @@ allemande_cello_staff = \context Staff <
 
 \score{
        \$allemande_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 3.0;
-               
-       }
+       \paper{ }
        \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande"; }
+       \header{ piece = "Allemande";
+         opus = "";
+
+         }
 }