]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-cello.ly
release: 1.3.111
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-cello.ly
index 2a182ad2be562c5a1994994934b8bae5cb246767..bc5d23d48d70af6656ae45161899f3e557594f81 100644 (file)
@@ -1,50 +1,40 @@
-\header{
-filename =      "allemande-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-%piece = "Allemande";
-% 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.110";
 
 \include "allemande-urtext.ly";
 
 allemande_cello_global = \notes{
        \time 4/4;
-       \key f;
-       \partial 16;
+       \key f \major;
        \clef bass;
-       \skip 1*11;
-       s2. s8.
-       \bar ":|:";
-       \skip 1*11;
-       s2. s4 s8
-       \bar ":|";
+       \repeat "volta" 2 {
+               \partial 16;
+               s16
+               s1*11 |
+               s2 s4 s8.
+       } \repeat "volta" 2 {
+               s16
+               s1*11
+               s16*15
+       }
 }
 
 allemande_cello_scripts = \notes{
 }
 
-allemande_cello_staff = \type Staff <
+allemande_cello_staff = \context Staff <
        \$allemande
        \$allemande_cello_global
        \$allemande_cello_scripts
 >
 
 \score{
-       \$allemande_cello_staff
-       \include "scs-paper.ly";
+       \$allemande_cello_staff
+       \paper{ }
        \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande"; }
-}
+       \header{ piece = "Allemande";
+         opus = "";
 
+         }
+}