]> 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 94da30920d8914e657d160653841b2ecff274f39..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.0.14";
+
+\version "1.2.0";
 
 \include "menuetto-urtext.ly";
 
@@ -24,18 +9,20 @@ menuetto_i_cello_global = \notes{
        \time 3/4;
        \key f;
        \clef bass;
-       \repeat 2 {
+       \repeat "volta" 2 {
                \skip 2.*8;
-       } \repeat 2 {
+       }
+       \repeat "volta" 2 {
                \skip 2.*1;
                \slurdotted
                \skip 2.*14;
+               \property Voice.textEmptyDimension = 1
                s2._"Fine"
        }
 }
 
 menuetto_i_cello_scripts = \notes{
-       \type Voice=i
+       \context Voice=i
        s2.
        s8^"~"^1_2_4 s8 s4 s^4
        s4^0_1 s_4 s
@@ -55,7 +42,7 @@ menuetto_i_cello_scripts = \notes{
        s8^2_3 s s s^1 s4^1
 }
 
-menuetto_i_cello_staff = \type Staff <
+menuetto_i_cello_staff = \context Staff <
        \$menuetto_i
        \$menuetto_i_cello_global
 %      \$menuetto_i_cello_scripts
@@ -64,33 +51,35 @@ menuetto_i_cello_staff = \type 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 2 {
+       \repeat "volta" 2 {
                \skip 2.*8;
-       } \repeat 2 {
+       }
+       \repeat  "volta" 2 {
                \skip 2.*1;
                \slurdotted
                \skip 2.*14;
+               \property Voice.textEmptyDimension = 1
                s2._"Menuetto I da Capo"
        }
 
 }
 
-menuetto_ii_cello_staff = \type Staff <
+menuetto_ii_cello_staff = \context Staff <
        \$menuetto_ii
        \$menuetto_ii_cello_global
 %      \$menuetto_ii_cello_scripts
@@ -99,8 +88,6 @@ menuetto_ii_cello_staff = \type Staff <
 \score{
        \$menuetto_ii_cello_staff
        \paper{
-               \include "scs-paper.ly";
-               gourlay_maxmeasures = 7.0;
                \translator{
                        \VoiceContext
                        beamAutoEnd_8 = "3/4";