]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-viola.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-viola.ly
index d533d6c0da26753ba4f6e601699f969085c5ee2b..b5fa115eacece9c83a50f67c89a9edd55b57dc05 100644 (file)
@@ -1,19 +1,4 @@
-\header{
-filename =      "gigue-viola.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";
 
@@ -50,8 +35,6 @@ gigue_viola_staff = \context Staff <
 \score{
        \$gigue_viola_staff
        \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
                \translator{
                        \VoiceContext
                        beamAutoEnd_8 = "3/4";
@@ -59,6 +42,8 @@ gigue_viola_staff = \context Staff <
                }
        }
        \midi{ \tempo 4 = 60; }
-       \header{ piece = "Gigue"; }
+       \header{
+       opus= "" ; 
+       piece ="Gigue"; }
 }