]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.4
authorfred <fred>
Tue, 26 Mar 2002 21:23:25 +0000 (21:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:23:25 +0000 (21:23 +0000)
12 files changed:
mutopia/J.S.Bach/Solo-Cello-Suites/allemande-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/allemande-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/courante-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/gigue-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/prelude-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/prelude-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-alto.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly

diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/allemande-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/allemande-alto.ly
new file mode 100644 (file)
index 0000000..e8fbc3b
--- /dev/null
@@ -0,0 +1,49 @@
+\header{
+filename =      "allemande-alto.ly";
+title =         "Solo Cello Suites";
+subtitle = "Suite II";
+piece = "Allemande";
+% 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";
+
+\include "allemande-urtext.ly";
+
+allemande_alto_global = \melodic{
+       \time 4/4;
+       \key f;
+       \partial 16;
+       \clef alto;
+       \skip 1*11;
+       s2. s8.
+       \bar ":|:";
+       \skip 1*11;
+       s2. s4 s8
+       \bar ":|";
+}
+
+allemande_alto_scripts = \melodic{
+}
+
+allemande_alto_staff = \type Staff <
+       \melodic \transpose c'' \$allemande
+       \$allemande_alto_global
+       \$allemande_alto_scripts
+>
+
+\score{
+       \$allemande_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 45; }
+}
+
index c1f7e46dcae5187405a439e030bb1b93cae80cb9..114480452cdf6804ef0923095259d92d3e2a22e1 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "allemande-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-%piece = "Allemande";
+piece = "Allemande";
 % opus =        "BWV 1008";
 opus =  "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -45,6 +45,5 @@ allemande_cello_staff = \type Staff <
        \$allemande_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 45; }
-       \header{ piece = "Allemande"; }
 }
 
diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/courante-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/courante-alto.ly
new file mode 100644 (file)
index 0000000..8e7f097
--- /dev/null
@@ -0,0 +1,49 @@
+\header{
+filename =      "courante-alto.ly";
+title =         "Solo Cello Suites";
+subtitle = "Suite II";
+piece = "Courante";
+% 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";
+
+\include "courante-urtext.ly";
+
+courante_alto_global = \melodic{
+       \time 3/4;
+       \key f;
+       \partial 16;
+       \clef alto;
+       \skip 2.*15;
+       s2 s8.
+       \bar ":|:";
+       \skip 2.*15;
+       s2 s8.
+       \bar ":|";
+}
+
+courante_alto_scripts = \melodic{
+}
+
+courante_alto_staff = \type Staff <
+       \melodic \transpose c' \$courante
+       \$courante_alto_global
+       \$courante_alto_scripts
+>
+
+\score{
+       \$courante_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 55; }
+}
+
index da6812acd725b6930d6aa384fc68deca49787e70..5909c0be7dab52533c6c954eb1a046206edc454d 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "courante-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-piece = "Courante";
+piece = "Courante";
 % opus =        "BWV 1008";
 opus =  "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -45,6 +45,5 @@ courante_cello_staff = \type Staff <
        \$courante_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 55; }
-       \header{ piece = "Courante"; }
 }
 
diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-alto.ly
new file mode 100644 (file)
index 0000000..784dea6
--- /dev/null
@@ -0,0 +1,50 @@
+\header{
+filename =      "gigue-cello.ly";
+title =         "Solo Cello Suites";
+subtitle = "Suite II";
+piece = "Pr\\'elude";          % duh
+% 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";
+
+\include "gigue-urtext.ly";
+
+gigue_cello_global = \melodic{
+       \time 3/8;
+       \key f;
+       \clef bass;
+       \partial 8
+       \skip 4.*31;
+       s4
+       \bar ":|:";
+       \skip 4.*44;
+       s4
+       \bar ":|";
+}
+
+gigue_cello_scripts = \melodic{
+}
+
+gigue_cello_staff = \type Staff <
+       \melodic \transpose c' \$gigue
+       \$gigue_cello_global
+       \$gigue_cello_scripts
+>
+
+\score{
+       \$gigue_cello_staff
+       \include "scs-paper.ly";
+%broken
+       \midi{ \tempo 4 = 60; }
+}
+
index 8d08d1de8a9f1bfc0e3dc8a00deec33e40d7bf13..70c72a36f6bd3e3129639c3c2ced23a83812bf90 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "gigue-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-% piece = "Gigue";
+piece = "Pr\\'elude";          % duh
 % opus =        "BWV 1008";
 opus =  "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -45,6 +45,5 @@ gigue_cello_staff = \type Staff <
        \$gigue_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 60; }
-       \header{ piece = "Gigue"; }
 }
 
diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-alto.ly
new file mode 100644 (file)
index 0000000..96ed306
--- /dev/null
@@ -0,0 +1,95 @@
+\header{
+filename =      "menuetto-alto.ly";
+title =         "Solo Cello Suites";
+subtitle = "Suite II";
+piece = "Menuetto I";
+description =   "Transcribed for Alto";
+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.0";
+
+\include "menuetto-urtext.ly";
+
+menuetto_i_alto_global = \melodic{
+       \time 3/4;
+       \key f;
+       \clef alto;
+       \skip 2.*8;
+       \bar ":|:";
+       \clef violin;
+       \skip 2.*1;
+       \slurdotted
+       \skip 2.*3;
+       \clef alto;
+       \skip 2.*11;
+       s2._"Fine"
+       \bar ":|";
+}
+
+menuetto_i_alto_scripts = \melodic{
+       s2.
+       s8^"~"^1_2_4 s8*5
+       s2.*5
+       s4 s-\upbow s-\downbow
+       s2.-\upbow
+       s2.*5
+       s2 s4-\upbow
+       s4-\downbow s2
+       s2.*1
+       s2^0 s4
+       s2.*1
+       s4-\downbow s4-\upbow
+}
+
+menuetto_i_alto_staff = \type Staff <
+       \melodic \transpose c' \$menuetto_i
+       \$menuetto_i_alto_global
+%      \$menuetto_i_alto_scripts
+>
+
+\score{
+       \$menuetto_i_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 110; }
+}
+
+menuetto_ii_alto_global = \melodic{
+       \time 3/4;
+       \key D;
+       \clef alto;
+       \skip 2.*8;
+       \bar ":|:";
+       \skip 2.*1;
+       \slurdotted
+       \skip 2.*14;
+       s2._"Menuetto I da Capo"
+       \bar ":|";
+}
+
+menuetto_ii_alto_staff = \type Staff <
+       \melodic \transpose c' \$menuetto_ii
+       \$menuetto_ii_alto_global
+%      \$menuetto_ii_alto_scripts
+>
+
+\header{
+piece = "Menuetto II";
+opus =  "";
+}
+\score{
+       \$menuetto_ii_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 130; }
+}
+
index 461c6ffca8aefa1f78d73741a001ea79275af1c5..5d5f9c4d0d4bf8619a9fbf4b60677fcdd5423289 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "menuetto-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-%piece = "Menuetto I";
+piece = "Menuetto I";
 source =        "?";
 % opus =        "BWV 1008 no. 5";
 opus =  "";
@@ -63,7 +63,6 @@ menuetto_i_cello_staff = \type Staff <
        \$menuetto_i_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 110; }
-       \header{ piece = "Menuetto I"; }
 }
 
 menuetto_ii_cello_global = \melodic{
@@ -85,10 +84,13 @@ menuetto_ii_cello_staff = \type Staff <
 %      \$menuetto_ii_cello_scripts
 >
 
+\header{
+piece = "Menuetto II";
+opus =  "";
+}
 \score{
        \$menuetto_ii_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 130; }
-       \header{ piece = "Menuetto II"; }
 }
 
diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/prelude-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/prelude-alto.ly
new file mode 100644 (file)
index 0000000..2219165
--- /dev/null
@@ -0,0 +1,44 @@
+\header{
+filename =      "prelude-alto.ly";
+title =         "Solo Cello Suites";
+subtitle = "Suite II";
+piece = "Pr\\'elude";          % duh
+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";
+
+\include "prelude-urtext.ly";
+
+prelude_alto_global = \melodic{
+       \time 3/4;
+       \key f;
+       \clef alto;
+       \skip 2.*63;
+       \bar "|.";
+}
+
+prelude_alto_scripts = \melodic{
+}
+
+prelude_alto_staff = \type Staff <
+       \melodic \transpose c' \$prelude
+       \$prelude_alto_global
+       \$prelude_alto_scripts
+>
+
+\score{
+       \$prelude_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 40; }
+}
+
index fd071234ce202763aa4da609cb6c294d6cb2b1a6..d872e5ccb8bb449ec273926a6a888c1fb7ddc79b 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "prelude-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-%piece = "Pr\\'elude";         % duh
+piece = "Pr\\'elude";          % duh
 opus =  "BWV 1008";
 % opus =        "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -40,6 +40,5 @@ prelude_cello_staff = \type Staff <
        \$prelude_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Pr\\'elude"; }        
 }
 
diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-alto.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-alto.ly
new file mode 100644 (file)
index 0000000..b39274e
--- /dev/null
@@ -0,0 +1,46 @@
+\header{
+filename =      "sarabande-alto.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.0";
+
+\include "sarabande-urtext.ly";
+
+sarabande_alto_global = \melodic{
+       \time 3/4;
+       \key f;
+       \clef alto;
+       \skip 2.*12;
+       \bar ":|:";
+       \skip 2.*16;
+       \bar ":|";
+}
+
+sarabande_alto_scripts = \melodic{
+}
+
+sarabande_alto_staff = \type Staff <
+       \melodic \transpose c' \$sarabande
+       \$sarabande_alto_global
+       \$sarabande_alto_scripts
+>
+
+\score{
+       \$sarabande_alto_staff
+       \include "scs-paper.ly";
+       \midi{ \tempo 4 = 40; }
+}
+
index db57bec6c8d2c33e9500a4961ec1b220f445e7cc..4a8002713e64a9f88b148218cae86db2882516fe 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "sarabande-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-piece = "Sarabande";
+piece = "Sarabande";
 % opus =        "BWV 1008";
 opus =  "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -42,6 +42,5 @@ sarabande_cello_staff = \type Staff <
        \$sarabande_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Sarabande"; }
 }