]> 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 35c1cbdd51d9d2d80a3d83eb994473ac4c790fcb..e4aeb50c91cedb62063f5f30ae29dd289e6cc2de 100644 (file)
@@ -1,41 +1,28 @@
-\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.4";
+\version "1.3.42";
 
 \include "courante-urtext.ly";
 
 courante_cello_global = \notes{
        \time 3/4;
        \key f;
-       \partial 16;
        \clef bass;
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|:";
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|";
+       \repeat "volta" 2 {
+               \partial 16;
+               s16
+               s2.*15
+               s2 s8.
+       } \repeat "volta" 2 {
+               s16
+               s2.*15
+               s16*11
+       }
 }
 
 courante_cello_scripts = \notes{
 }
 
-courante_cello_staff = \type Staff <
+courante_cello_staff = \context Staff <
        \$courante
        \$courante_cello_global
        \$courante_cello_scripts
@@ -43,8 +30,10 @@ courante_cello_staff = \type Staff <
 
 \score{
        \$courante_cello_staff
-       \include "scs-paper.ly";
+       \paper {}
        \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
+       \header{ piece = "Courante";
+                 opus = "";
+                 }
 }