From: fred Date: Sun, 24 Mar 2002 19:57:16 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3916 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e2533fa9fc907a76b3bbea5db2e25d31c24a6c7;p=lilypond.git lilypond-0.1.14 --- diff --git a/README b/README index 331108b90f..6b8828bc88 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ MusixTeX-fonts. Please refer to the installation instructions on how to obtain and install them. -3. INSTALLATINON +3. INSTALLATION For your convenience, a formatted copy of the INSTALL instructions are in the toplevel directory, as INSTALL.text diff --git a/bin/convert-mudela.in b/bin/convert-mudela.in index 530e7818f2..1efde362a5 100644 --- a/bin/convert-mudela.in +++ b/bin/convert-mudela.in @@ -125,6 +125,12 @@ sub convert_0_1_4_to_0_1_5 s/([<{]) *\\id (.+) (.+);/\\type $2 = $3 $1/; } + +sub convert_0_1_5_to_0_1_6 +{ + s/< *\\multi (.*);/\\multi $1 \&no_conv, "0.1.2" => \&no_conv, "0.1.3" => \&convert_0_1_2_to_0_1_3, "0.1.4" => \&no_conv, - "0.1.5" => \&convert_0_1_4_to_0_1_5 + "0.1.5" => \&convert_0_1_4_to_0_1_5, + "0.1.6" => \&convert_0_1_5_to_0_1_6 ); diff --git a/input/wtk1-fugue2.ly b/input/wtk1-fugue2.ly index 92ce1d3a12..608ec4b873 100644 --- a/input/wtk1-fugue2.ly +++ b/input/wtk1-fugue2.ly @@ -12,7 +12,7 @@ copyright Public Domain Tested Features: stem direction, multivoice, forced accidentals. %} -\version "0.1.5"; +\version "0.1.6"; % should add \need{dutch.ini} for % correct parsing of note names @@ -157,21 +157,21 @@ bassdux = [F16 G] As4 [G16 F] Es4 r8 es | [d c g G] %% 30 - < \multi 2; - { \stemup c2~ | c1~ | c1 } - { \stemdown C2~ | C1~ | C1 } + \multi 2 < + { \stemup c2~ | c1~ | c1 } + { \stemdown C2~ | C1~ | C1 } > } \score { \melodic \type Grandstaff < - \type Staff=treble < \multi 2; + \type Staff=treble < \global \dux \comes > - \type Staff=bass < \multi 2; + \type Staff=bass < \global \bassdux > diff --git a/lily/VERSION b/lily/VERSION index deb594da78..7876a844d8 100644 --- a/lily/VERSION +++ b/lily/VERSION @@ -1,6 +1,6 @@ MAJOR_VERSION = 0 MINOR_VERSION = 1 -PATCH_LEVEL = 13 +PATCH_LEVEL = 14 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf