]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-viola.ly
release: 1.3.94
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-viola.ly
index 384768575f46b6931c6c1eced47b81759277881b..0fabc3941b6d3d77b49c92cb5aef0ffab88f5160 100644 (file)
@@ -1,51 +1,49 @@
-\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_viola_global = \notes{
        \time 3/8;
-       \key f;
-       \clef bass;
-       \partial 8;
-       \skip 4.*31;
-       s4
-       \bar ":|:";
-       \skip 4.*44;
-       s4
-       \bar ":|";
+       \key f \major;
+       \clef alto;
+       \repeat "volta" 2 {
+               \partial 8;
+               s8
+               s4.*31
+               s4
+               \partial 4;
+       } \repeat "volta" 2 {
+               % urg
+               s16 \partial 8; s16
+               s4.*43
+               s4
+               \partial 4;
+       }
 }
 
-gigue_cello_scripts = \melodic{
+gigue_viola_scripts = \notes{
 }
 
-gigue_cello_staff = \type Staff <
-       \melodic \transpose c' \$gigue
-       \$gigue_cello_global
-       \$gigue_cello_scripts
+gigue_viola_staff = \context Staff <
+       \notes \transpose c' \$gigue
+       \$gigue_viola_global
+       \$gigue_viola_scripts
 >
 
 \score{
-       \$gigue_cello_staff
-       \include "scs-paper.ly";
-%broken
+       \$gigue_viola_staff
+       \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"; }
 }