]> 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 fff70f59e9edea27f52c47401394af2eb6e4febf..b5fa115eacece9c83a50f67c89a9edd55b57dc05 100644 (file)
@@ -1,21 +1,6 @@
-\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.1.55";
+\version "1.2.0";
 
 \include "gigue-urtext.ly";
 
@@ -23,13 +8,13 @@ gigue_viola_global = \notes{
        \time 3/8;
        \key f;
        \clef alto;
-       \repeat "semi" 2 {
+       \repeat "volta" 2 {
                \partial 8;
                s8
                s4.*31
                s4
                \partial 4;
-       } \repeat "semi" 2 {
+       } \repeat "volta" 2 {
                % urg
                s16 \partial 8; s16
                s4.*43
@@ -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"; }
 }