]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-viola.ly
release: 1.3.44
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-viola.ly
index 585b13464f8ff49819d716d77db3bf41c2bf5d45..3b901141eff8cb836ad841a59c5998fc89c95c05 100644 (file)
@@ -1,41 +1,30 @@
-\header{
-filename =      "courante-viola.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.3";
+
+\version "1.3.42";
 
 \include "courante-urtext.ly";
 
 courante_viola_global = \notes{
        \time 3/4;
        \key f;
-       \partial 16;
        \clef alto;
-       \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_viola_scripts = \notes{
 }
 
-courante_viola_staff = \type Staff <
+courante_viola_staff = \context Staff <
        \notes \transpose c' \$courante
        \$courante_viola_global
        \$courante_viola_scripts
@@ -43,8 +32,11 @@ courante_viola_staff = \type Staff <
 
 \score{
        \$courante_viola_staff
-       \include "scs-paper.ly";
+       \paper{ }
        \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
+       \header{
+               opus= "" ; 
+               piece ="Courante";
+       }
 }