]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/standchen.ly
release: 0.0.76
[lilypond.git] / input / standchen.ly
index 09bbcd241492c3978851d2cdb144d5696ba2084a..4f36f53182450f5ddf01c3b2d013904115975392 100644 (file)
@@ -13,7 +13,7 @@
 EndMudelaHeader
 %}
 
-\version "0.0.58";
+\version "0.1.0";
 
 commands = \melodic{
        \skip 2.*4;
@@ -29,7 +29,7 @@ commands = \melodic{
 
 melodie = \melodic{ 
        \meter 3/4;
-       \clef\violin;
+       \clef "violin";
        \key bes;
        \octave c';
        \duration 8;
@@ -184,7 +184,7 @@ melodie = \melodic{
 
 begeleiding = \melodic{ 
        \meter 3/4;
-       \clef\bass;
+       \clef"bass";
        \key bes;
        \octave c';
        \duration 2;
@@ -199,7 +199,7 @@ begeleiding = \melodic{
        ''a r4 |
 %%5
 \duration 8;
-       < \multivoice { \stem 1;        
+       < \multi 2; { \stem 1;  
                [ 'f 'a d 'a d 'a ] 
                [ 'd 'e 'g 'e 'g 'e ] 
                [ 'cis 'e 'g 'e 'g e ]
@@ -216,7 +216,7 @@ begeleiding = \melodic{
 %%10
        [ 'd 'a d 'a d 'a ] |
 %%11
-       < \multivoice   
+       < \multi 2;     
        { \stem 1;
                [ 'f 'a d 'a d 'a ]
                [ 'd 'e 'g 'e 'g 'e ] 
@@ -232,7 +232,7 @@ begeleiding = \melodic{
        [ 'c 'g 'bes 'g 'bes 'g ] |
 %%16
        [ ''f 'c 'f 'c 'f 'c ] |
-       < \multivoice
+       < \multi 2;
        { \stem 1; 
                [ ''a 'e 'g 'e 'g 'e ][ 'd 'a d 'a d 'a ]
                [ ''bes 'f 'bes 'f 'bes 'f ][ ''f 'c 'f 'c 'f 'c ] }
@@ -246,7 +246,7 @@ begeleiding = \melodic{
        < [ 'e 'c > 'g c 'g c 'g ] |
 %%22
        [ 'f 'a c 'a 'f 'c ] |
-       < \multivoice {
+       < \multi 2; {
                \stem 1;
                [ ''a 'e 'g 'e 'g 'e ] 
                [ 'd 'fis 'a 'fis 'a 'fis ] 
@@ -298,7 +298,7 @@ begeleiding = \melodic{
 %%44
        < [ 'd ''b > 'fis 'b 'fis 'b 'fis ] |
 %%45
-       < \multivoice { \stem 1; 
+       < \multi 2; { \stem 1; 
                [ ''g 'd 'b 'd 'b 'd ] 
                [ 'd 'a d 'a d 'a ] 
        } {
@@ -465,20 +465,24 @@ tekstII = \lyric{
 }
 
 \score{
-       \staff{ lyricregs tekstI }
-       \staff{ lyricregs tekstII }
-
-       \staff{ melodicregs melodie commands}
-       \staff{ melodicregs begeleiding commands }
+       <       
+               { \id "Lyric" "1"; \tekstI } % ugh
+               { \id "Lyric" "2"; \tekstII }
+               < \id "Piano" "";
+                       \multi 2;
+                       \melodic < \melodie \commands >
+                       \melodic < \begeleiding \commands >
+               >
+       >
        \paper{
-               \width 195\mm
+               linewidth= 195.\mm;
 
                % on two pages...
-               \unitspace 9\mm
-               \geometric 1.2
-               \output "standchen.out"
+               unitspace= 9.\mm;
+               geometric= 1.2;
+               \output "standchen.out";
        }
        \midi{
-               \tempo 4:54
+               \tempo 4:54;
        }
 }