]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/convert-mudela.in
patch::: 0.1.12.jcn2: kliener pats
[lilypond.git] / bin / convert-mudela.in
index bad1df51ec2d9ed9b92d89d974f37f022c51c1bf..98d858a308804007ef54f1920390c006c1df41d9 100644 (file)
@@ -19,7 +19,7 @@ Ugh . Perl sux. Anybody for Python?
 
 
 
-$convert_mudela_version = "0.1.1";
+$convert_mudela_version = "0.1.2";
 
 use Getopt::Long;
 
@@ -110,6 +110,7 @@ sub convert_0_1_0_to_0_1_1
 {
     s/\\tempo (.*):(.*);/\\tempo $1 = $2;/g
 }
+
 ###############################################################
 
 sub    last_conversion
@@ -135,7 +136,7 @@ sub identify
      . "  -h, --help             print this help\n"
      . "  -o, --output=FILE      name output file\n"
      . "  -s, --show-rules       print all known conversion rules\n"
-     . "  -t, --to=VERSION    convert to version VERSION\n"
+     . "  -t, --to=VERSION       convert to version VERSION\n"
   }
       
 
@@ -150,7 +151,8 @@ my %minor_conversions = ("0.0.50" => \&no_conv,
                         "0.0.59" => \&convert_0_0_58_to_0_0_59,
                         "0.0.60" => \&convert_0_0_59_to_0_0_60,
                         "0.0.61" => \&convert_0_0_60_to_0_0_61,
-                        "0.1.1" => \&convert_0_1_0_to_0_1_1
+                        "0.1.1" => \&convert_0_1_0_to_0_1_1,
+                        "0.1.2" => \&no_conv
                         );