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
s/([<{]) *\\id (.+) (.+);/\\type $2 = $3 $1/;
}
+
+sub convert_0_1_5_to_0_1_6
+{
+ s/< *\\multi (.*);/\\multi $1 </;
+}
+
###############################################################
sub last_conversion
"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
);
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
[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
>
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