]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/standchen.ly
release: 0.0.76
[lilypond.git] / input / standchen.ly
index 867b6caaa12d24e775038a783a8e961c019a8803..4f36f53182450f5ddf01c3b2d013904115975392 100644 (file)
@@ -13,7 +13,7 @@
 EndMudelaHeader
 %}
 
-\version "0.0.60";
+\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;
@@ -465,18 +465,21 @@ tekstII = \lyric{
 }
 
 \score{
-%      \staff{ lyricregs tekstI }
-%      \staff{ lyricregs tekstII }
-
-       \melodic < \multi 3; < \melodie \commands >
-         <\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;
+               unitspace= 9.\mm;
+               geometric= 1.2;
                \output "standchen.out";
        }
        \midi{