]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/scsii-menuetto.ly
release: 0.1.7
[lilypond.git] / input / scsii-menuetto.ly
index a8a7b2c236de23741f1c07f59ee2521f68ed1497..35ba9023f2ef40a1fd3c6e805bdb959eae87147c 100644 (file)
@@ -3,6 +3,8 @@
  filename: scsii-menuetto.ly
  title: Solo Cello Suites, Suite II part V, Menuetto I
  description: Cello suite transcribed for Viola
+ source: ?
+ opus: BWV 1008 no. 5
  composers: Johann Sebastian Bach (1685-1750)
  entered-by: JCN
  copyright: public domain
@@ -13,7 +15,7 @@
 EndMudelaHeader
 %}
 
-\version "0.1.0";
+\version "0.1.1";
 
 %% Stuff from MPP version
 % \lefttitle{Menuetto}
@@ -60,15 +62,15 @@ IImenuetto = \melodic{
        < [ e'8 g > d' cis'_"2" e' a~  g ] |
 %%11
        < \multi 2;  
-               {\stem 1; a4~  d'4 cis'4-. }
-               { \stem -1; f2 e4 } > |
+               {\stem \up; a4~  d'4 cis'4-. }
+               { \stem \down; f2 e4 } > |
 %%12
        < [ g'8^"4" d > f' e' f' d'^"3"~   c' ] |
 %%13
        \clef "alto";
        < \multi 2;
-                { \stem 1; bes2 c'4 }
-                { \stem -1; g4~  f4 e4 }% ugh
+                { \stem \up; bes2 c'4 }
+                { \stem \down; g4~  f4 e4 }% ugh
        > |
 %%14
        < [ a8 f > g a f ] < d'4-\upbow e4 'bes4 > |
@@ -86,8 +88,8 @@ IImenuetto = \melodic{
        < { [ c'8 ( bes a )bes g~  bes ] } { [ d ] } { [ g ] } > |
 %%21
        < \multi 2;  
-               {\stem 1;  d'4 (\stem 1; ) cis'4 d'4 }  
-               { \stem -1; g2 f4 } 
+               {\stem \up;  d'4 (\stem \up; ) cis'4 d'4 }  
+               { \stem \down; g2 f4 } 
        > |
 %%22
        < { [ g8 ~  f g e ] } { [ cis ] } > < f4 d4 > |
@@ -101,9 +103,8 @@ IImenuetto = \melodic{
 }
 
 \score{
-       % huh? how to set id_str
        \melodic{ 
-               \id "Staff" "Cello"; \IImenuetto 
+               \id "Staff" "cello"; \IImenuetto 
        }
        \paper{
                unitspace= 9.0\mm  ;% to get lily to use only three lines
@@ -112,7 +113,7 @@ IImenuetto = \melodic{
                \output "scsii-menuetto.out";
        }
        \midi{ 
-               \tempo 4:120;
+               \tempo 4 = 120;
                \output "scsii-menuetto.midi";
        }
 }