]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/kortjakje.ly
release: 1.1.41
[lilypond.git] / input / kortjakje.ly
index b3f68e393f7bb6b4a5ecdb8f281257583accd65e..01512d288e94abf1f23bbd1e8fb7ffc144d41e26 100644 (file)
@@ -10,14 +10,14 @@ copyright =  "public domain";
 Tested Features: example file with comments
 
 %}
-\version "1.0.0";
+\version "1.0.16";
 
 
 % the % is a comment.
 
 
 % declare melody (which will be in *one* staff ) for the lead voice
-melodie = \melodic \relative c' {
+melodie = \notes \relative c' {
                                % switch Lilypond in note-mode
        \clef"violin";
        \time 2/4 ;
@@ -39,7 +39,7 @@ melodie = \melodic \relative c' {
 }
 
                                % more of this.
-begeleiding = \melodic \relative c { 
+begeleiding = \notes \relative c { 
        \clef "bass";
        \time 2/4 ;
 
@@ -54,7 +54,7 @@ begeleiding = \melodic \relative c {
 }
 
 \score{
-       \type GrandStaff <
+       \context GrandStaff <
                \melodie
                \begeleiding 
        >