From: fred Date: Sun, 24 Mar 2002 19:31:17 +0000 (+0000) Subject: lilypond-0.0.30 X-Git-Tag: release/1.5.59~5417 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a97cee548800cda980837ae937c21accd362c20a;p=lilypond.git lilypond-0.0.30 --- diff --git a/clearlily b/clearlily index 40b79c3aaa..983454dad3 100755 --- a/clearlily +++ b/clearlily @@ -1,4 +1,8 @@ #!/bin/sh # unclobber current dir. -rm -v *.aux *.log `grep -li "^% Creator: LilyPond" *.out *.uit` *.orig *~ +rm -vf *.aux *.log `grep -li "^% Creator: LilyPond" *.out` *.orig *~ + +# docxx mess +rm -vf *.class HIER*.html dxxgifs.tex gifs.db icon?.gif logo.gif down.gif \ + aindex.html index.html diff --git a/input/wohltemperirt.ly b/input/wohltemperirt.ly index ae48f898cc..aa8120ade8 100644 --- a/input/wohltemperirt.ly +++ b/input/wohltemperirt.ly @@ -7,7 +7,7 @@ dux = music { $ \duration { \last } - \stem{-1} r8 ['c16 b] ['c8 g] [as 'c16 b] ['c8 'd] | + r8-"dux" \stem{-1} ['c16 b] ['c8 g] [as 'c16 b] ['c8 'd] | [g 'c16 b] ['c8 'd] [f16 g] as4 [g16 f] | [es 'c b a] [ g f es d] [c8 'es 'd 'c] | [bes a bes 'c] [fis g a fis] | @@ -21,7 +21,7 @@ comes = music { $ r1 r1 \stem{1} \octave {'} - r8 [g16 fis] [g8 c] [es g16 f] [g8 a]| + r8-"comes" [g16 fis] [g8 c] [es g16 f] [g8 a]| [d8 g16 fis] [g8 a] [c16 d] es4 [d16 c] | [`bes8 es16 d] [es8 `g8] [`as f16 es] [f8 `a] | [`bes8 g16 f] [g8 `b] [c8 d16 es] f4( | @@ -32,8 +32,8 @@ $} bassdux = music { $ r1 r1 r1 r1 r1 r1 - \stem{1} \octave { } - r8 [c16 B] [c8 G] [As c16 Bes] [c8 d] | + \octave { } + r8 [c16 B] [c8 G] [As c16 B] [c8 d] | [G c16 B] [c8 d] [F16 G] As4 [G16 F] | $ } @@ -62,7 +62,7 @@ score { meter 4*4 skip 8:0 } - paper { unitspace 2.5cm - geometric 1.1 + paper { %unitspace 2.5cm + %geometric 1.4 } } \ No newline at end of file