]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
index 9abe3b887eb68108aac5d161afa25dd47b903e69..9a9b238eff4c8c673120d26a4c6d6364e86a03d0 100644 (file)
@@ -1,21 +1,7 @@
-\header{
-filename =      "sarabande-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Sarabande";
-% 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.0.14";
+
+\version "1.2.0";
 
 \include "sarabande-urtext.ly";
 
@@ -23,9 +9,9 @@ sarabande_cello_global = \notes{
        \time 3/4;
        \key f;
        \clef bass;
-       \repeat 2 {
+       \repeat "volta" 2 {
                s2.*12
-       } \repeat 2 {
+       } \repeat "volta" 2 {
                s2.*16
        }
 }
@@ -33,7 +19,7 @@ sarabande_cello_global = \notes{
 sarabande_cello_scripts = \notes{
 }
 
-sarabande_cello_staff = \type Staff <
+sarabande_cello_staff = \context Staff <
        \$sarabande
        \$sarabande_cello_global
        \$sarabande_cello_scripts
@@ -41,11 +27,10 @@ sarabande_cello_staff = \type Staff <
 
 \score{
        \$sarabande_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 5.0;
-       }
+       \paper{ }
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Sarabande"; }
+       \header{
+       opus= "" ; 
+       piece ="Sarabande"; }
 }