]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
release: 1.3.94
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-cello.ly
index 8d08d1de8a9f1bfc0e3dc8a00deec33e40d7bf13..401d0d13d912d2ab7c9373ee8fb4612795654fbb 100644 (file)
@@ -1,41 +1,34 @@
-\header{
-filename =      "gigue-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Gigue";
-% 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.0";
+
+\version "1.3.93";
 
 \include "gigue-urtext.ly";
 
-gigue_cello_global = \melodic{
+gigue_cello_global = \notes{
        \time 3/8;
-       \key f;
+       \key f \major;
        \clef bass;
-       \partial 8;
-       \skip 4.*31;
-       s4
-       \bar ":|:";
-       \skip 4.*44;
-       s4
-       \bar ":|";
+       \repeat "volta" 2 {
+               \partial 8;
+               s8
+               s4.*31
+               s4
+               %\partial 4;
+       } \repeat "volta" 2 {
+               % urg
+               %s16 \partial 8; s16
+               s8
+               s4.*43
+               s4
+               %\partial 4;
+       }
 }
 
-gigue_cello_scripts = \melodic{
+gigue_cello_scripts = \notes{
 }
 
-gigue_cello_staff = \type Staff <
+gigue_cello_staff = \context Staff <
        \$gigue
        \$gigue_cello_global
        \$gigue_cello_scripts
@@ -43,8 +36,16 @@ gigue_cello_staff = \type Staff <
 
 \score{
        \$gigue_cello_staff
-       \include "scs-paper.ly";
+       \paper{
+               \translator{
+                       \VoiceContext
+                       beamAutoEnd_8 = #(make-moment 3 4)
+                       beamAutoEnd_16 = #(make-moment 3 4)
+               }
+       }
        \midi{ \tempo 4 = 60; }
-       \header{ piece = "Gigue"; }
+       \header{
+       opus= "" ; 
+piece ="Gigue"; }
 }