]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.50
authorfred <fred>
Sun, 24 Mar 2002 19:38:45 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:45 +0000 (19:38 +0000)
input/kortjakje.ly

index 47624c49361821a71ee0911d5aea53eb1a08d61b..f0aaaf9aa3139ef0674c22bf1b7d50f0bf1d5d22 100644 (file)
@@ -9,11 +9,11 @@
 %
 % declare melody (which will be in *one* staff ) for the lead voice
 
-melodie = \melodic 
+melodie = \melodic {
                                % switch Lilypond in note-mode
-       \clef\violin
-       \meter{ 2/4 ;
-       \octave  c ;            % set the default octave
+       \clef\violin;
+       \meter 2/4 ;
+       \octave  c';            % set the default octave
        % the default note duratino is 4
        %%% theme
        c c |                   % the '|' checks if there is a new measure here.
@@ -33,10 +33,10 @@ melodie = \melodic
 }
 
                                % more of this.
-begeleiding = \melodic 
-       \clef "bass"
-       \meter{ 2/4 ;
-       \octave  c ;            % default octave: 1 below the first octave.
+begeleiding = \melodic{ 
+       \clef "bass";
+       \meter 2/4 ;
+       \octave  c';            % default octave: 1 below the first octave.
 
        %%% theme
        'c                      % ' before note means one octave lower.