]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly
release: 1.3.118
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
index ad27e7ad6edd2223c86b94a259cf7f91fd071d84..c63c2693f8c98e909cdbe2450134b5d198116b28 100644 (file)
@@ -1,47 +1,36 @@
-\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.7";
+
+\version "1.3.117";
 
 \include "sarabande-urtext.ly";
 
-sarabande_cello_global = \notes{
+sarabandeCelloGlobal =  \notes{
        \time 3/4;
-       \key f;
+       \key f \major;
        \clef bass;
-       \skip 2.*12;
-       \bar ":|:";
-       \skip 2.*16;
-       \bar ":|";
+       \repeat "volta" 2 {
+               s2.*12
+       } \repeat "volta" 2 {
+               s2.*16
+       }
 }
 
-sarabande_cello_scripts = \notes{
+sarabandeCelloScripts =  \notes{
 }
 
-sarabande_cello_staff = \type Staff <
-       \$sarabande
-       \$sarabande_cello_global
-       \$sarabande_cello_scripts
+sarabandeCelloStaff =  \context Staff <
+       \sarabande
+       \sarabandeCelloGlobal
+       \sarabandeCelloScripts
 >
 
 \score{
-       \$sarabande_cello_staff
-       \include "scs-paper.ly";
+       \sarabandeCelloStaff
+       \paper{ }
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Sarabande"; }
+       \header{
+       opus= "" ; 
+       piece ="Sarabande"; }
 }