]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
release: 1.3.44
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-cello.ly
index 4ef6fb8f48867a3d3cc066cf9a6a0e791bb6c197..e4aeb50c91cedb62063f5f30ae29dd289e6cc2de 100644 (file)
@@ -1,21 +1,5 @@
-\header{
-filename =      "courante-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Courante";
-% 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.16";
+\version "1.3.42";
 
 \include "courante-urtext.ly";
 
@@ -23,20 +7,15 @@ courante_cello_global = \notes{
        \time 3/4;
        \key f;
        \clef bass;
-       \repeat 2 {
+       \repeat "volta" 2 {
                \partial 16;
                s16
                s2.*15
-               % hmm
-               s2 s8
-               \partial 16*11;
+               s2 s8.
+       } \repeat "volta" 2 {
                s16
-       } \repeat 2 {
-               % urg
-               s32 \partial 16; s32
                s2.*15
                s16*11
-               \partial 16*11;
        }
 }
 
@@ -51,11 +30,10 @@ courante_cello_staff = \context Staff <
 
 \score{
        \$courante_cello_staff
-       \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 4.0;
-       }
+       \paper {}
        \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
+       \header{ piece = "Courante";
+                 opus = "";
+                 }
 }