]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-cello.ly
index 1febb285303013062d71e1f2df65ff2a0dbf3d86..c1742e50c383a7d112ac8bca230632c16ecbc3f5 100644 (file)
@@ -1,19 +1,5 @@
-\header{
-filename =      "gigue-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Gigue";
-% 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";
 
@@ -51,8 +37,6 @@ gigue_cello_staff = \context Staff <
 \score{
        \$gigue_cello_staff
        \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
                \translator{
                        \VoiceContext
                        beamAutoEnd_8 = "3/4";
@@ -60,6 +44,8 @@ gigue_cello_staff = \context Staff <
                }
        }
        \midi{ \tempo 4 = 60; }
-       \header{ piece = "Gigue"; }
+       \header{
+       opus= "" ; 
+piece ="Gigue"; }
 }