]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/prelude-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / prelude-cello.ly
index 3bdb49c83910c7db694f0a617ecdf411304adf69..59231c48e30aedcabb018e8fca07499db0f0d904 100644 (file)
@@ -1,19 +1,5 @@
-\header{
-filename =      "prelude-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-%piece = "Pr\\'elude";         % duh
-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";
 
@@ -38,11 +24,10 @@ prelude_cello_staff = \context Staff <
 
 \score{
        \$prelude_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
-       }
+       \paper{ }
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Pr\\'elude"; }        
+       \header{
+       opus= "" ; 
+       piece ="Pr\\'elude"; }  
 }