]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / menuetto-cello.ly
index ce6c6c983b27bc0a8644d87e4088fad83a25bce0..840bf07e8c3f1b15f825ce1da42ffcdbfdb38e4e 100644 (file)
@@ -1,22 +1,7 @@
-\header{
-filename =      "menuetto-cello.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-%piece = "Menuetto I";
-source =        "?";
-% opus =        "BWV 1008 no. 5";
-opus =  "";
-composer =      "Johann Sebastian Bach (1685-1750)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
 
-%{
- Tested Features:breaking algorithm, chords, multivoice, accents, 
- dotted slurs
-%}
 
-\version "1.1.55";
+
+\version "1.2.0";
 
 \include "menuetto-urtext.ly";
 
@@ -24,10 +9,10 @@ menuetto_i_cello_global = \notes{
        \time 3/4;
        \key f;
        \clef bass;
-       \repeat "semi" 2 {
+       \repeat "volta" 2 {
                \skip 2.*8;
        }
-       \repeat "semi" 2 {
+       \repeat "volta" 2 {
                \skip 2.*1;
                \slurdotted
                \skip 2.*14;
@@ -66,25 +51,25 @@ menuetto_i_cello_staff = \context Staff <
 \score{
        \$menuetto_i_cello_staff
        \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
                \translator{
                        \VoiceContext
                        beamAutoEnd_8 = "3/4";
                }
        }
        \midi{ \tempo 4 = 110; }
-       \header{ piece = "Menuetto I"; }
+       \header{
+       opus= "" ; 
+       piece ="Menuetto I"; }
 }
 
 menuetto_ii_cello_global = \notes{
        \time 3/4;
        \key D;
        \clef bass;
-       \repeat "semi" 2 {
+       \repeat "volta" 2 {
                \skip 2.*8;
        }
-       \repeat  "semi" 2 {
+       \repeat  "volta" 2 {
                \skip 2.*1;
                \slurdotted
                \skip 2.*14;
@@ -103,9 +88,6 @@ menuetto_ii_cello_staff = \context Staff <
 \score{
        \$menuetto_ii_cello_staff
        \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
-               
                \translator{
                        \VoiceContext
                        beamAutoEnd_8 = "3/4";