From e74c125d9738c4d14079f0e5ca1e7122f9561d02 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:30 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- input/kortjakje.ly | 16 ++++++++-------- input/martien.ly | 5 ----- input/midi.ly | 4 ++-- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/input/kortjakje.ly b/input/kortjakje.ly index 9bc116a99c..a7637f4d4a 100644 --- a/input/kortjakje.ly +++ b/input/kortjakje.ly @@ -1,9 +1,9 @@ % "Ah, vous dirais-je, maman" (Mozart, KV 265) % -% \bare bones version. (written down from memory :-) +% bare bones version. (written down from memory :-) % for lyrics, see twinkle.ly -% the % is a co\mment. +% the % is a comment. % % copyright: None % @@ -36,13 +36,13 @@ melodie = \melodic{ begeleiding = \melodic{ \clef "bass" \meter{ 2/4 } - \octave{ c' } % default octave: 1 below the first octave. + \octave{ c } % default octave: 1 below the first octave. %%% theme - 'c % ' means one octave lower. - % Similarly: ' means one higher. + 'c % ' 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 { ' } + \octave { 'c } e 'g d 'g c 'g 'b 'g e 'g d 'g c 'g 'b 'g %%%% var 1 r8 e8() c r8 e8() c r8 f8()c r8 e8()c @@ -50,8 +50,8 @@ begeleiding = \melodic{ } \score{ - \staff{ melodie } - \staff{ begeleiding } + \staff{ melodicregs melodie } + \staff{ melodicregs begeleiding } \paper{ \unitspace 2.5\cm % a whole note takes 2.5 \cm ideally. } diff --git a/input/martien.ly b/input/martien.ly index b3917c6209..7ae8fe4041 100644 --- a/input/martien.ly +++ b/input/martien.ly @@ -1,7 +1,3 @@ -%%%%%%%%% HAS TO BE ADJUSTED to pl32 - - -% martien.ly % % Viola Quartet % Martien Lohman (194x-????) @@ -9,7 +5,6 @@ % quite alive at the time of writing; % copyright by ml % -% lilypond: src/\stem.cc:42: void Stem::set_\stemend(double): Assertion `(dir > 0 && se >= maxnote) || (se <= minnote && dir <0)' failed. % % The purpose of this file is to demonstrate features of LilyPond; % respect the copyright. diff --git a/input/midi.ly b/input/midi.ly index 330b732414..8207361f55 100644 --- a/input/midi.ly +++ b/input/midi.ly @@ -1,5 +1,5 @@ -% \midi.ly -% test source for lilypond-s \midi \output +% midi.ly +% test source for lilypond-s midi output melodie = \melodic{ \clef\violin -- 2.39.5