From 02e23e82135adf8ca6e927383c8b423b4e277d0f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:39 +0000 Subject: [PATCH] lilypond-0.0.71pre --- input/kortjakje.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/kortjakje.ly b/input/kortjakje.ly index 95e8187dd9..91e733abe3 100644 --- a/input/kortjakje.ly +++ b/input/kortjakje.ly @@ -10,7 +10,7 @@ Tested Features: example file with comments EndMudelaHeader %} -\version "0.0.59"; +\version "0.0.60"; % the % is a comment. @@ -50,7 +50,7 @@ begeleiding = \melodic{ 'c4 % ' before note means one octave lower. % Similarly: ' after means one higher. c e c f c e c d 'b c 'a 'f 'g 'c2 | - \octave 'c ; + \octave c ; e4 'g d 'g c 'g 'b 'g e 'g d 'g c 'g 'b 'g %%%% var 1 r8 e8() c4 r8 e8() c4 r8 f8() c4 r8 e8() c4 @@ -64,7 +64,7 @@ begeleiding = \melodic{ \begeleiding > \paper{ - \unitspace 2.5\cm % a whole note takes 2.5 \cm ideally. + \unitspace 2.5\cm; % a whole note takes 2.5 \cm ideally. } } -- 2.39.5