From: fred Date: Sun, 24 Mar 2002 19:46:39 +0000 (+0000) Subject: lilypond-0.0.71pre X-Git-Tag: release/1.5.59~4536 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=02e23e82135adf8ca6e927383c8b423b4e277d0f;p=lilypond.git lilypond-0.0.71pre --- 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. } }