]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Invoking midi2ly): Update.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 26 May 2003 20:06:27 +0000 (20:06 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 26 May 2003 20:06:27 +0000 (20:06 +0000)
ChangeLog
Documentation/user/converters.itely

index 321a3d2cf9842559ed25f9053f173e6128161f72..aec6a67cfcefae3cb007d93b637db6bd4a20e2d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/converters.itely (Invoking midi2ly): Update.
+
 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/text-spanner.cc (brew_molecule): clean up function. This
index e548a144722964bdf88558b4d73aa83b673f129a..d06da954b6bf040ca86d93a8abbd3bfe7e8e40bb 100644 (file)
@@ -82,7 +82,8 @@ to import files from a program that has no converter for its native
 format.
 
 @file{midi2ly} will convert tracks into @internalsref{Staff} and
-channels into @internalsref{Voice} contexts.
+channels into @internalsref{Voice} contexts.  Relative mode is used
+for pitches, durations are only written when necessary.
 
 It is possible to record a MIDI file using a digital keyboard, and then
 convert it to @file{.ly}. However, human players are not rhythmically
@@ -102,34 +103,31 @@ It is invoked as follows:
 The following options are supported by midi2ly:
 
 @table @code
-@item -b, --no-quantify,
-    Write exact durations, e.g.: `a4*385/384'.
-@item -D, --debug,
-    Print lots of debugging stuff.
-@item -h, --help,
-    Show a summary of usage.
-@item -I, --include=@var{dir},
-    Add @var{dir} to search path.
-@item -k, --key=@var{acc}[:@var{minor}],
+@item -a, --absolute-pitches
+    Print absolute pitches
+@item -d, --duration-quant=@var{DUR}
+    Quantise note durations on @var{DUR}
+@item -e, --explicit-durations
+    Print explicit durations
+@item -h,--help
+    Show summary of usage
+@item -k, --key=@var{acc}[:@var{minor}]
     Set default key.  @var{acc} > 0 sets number of sharps; @var{acc} < 0
-sets number
-    of flats.  A minor key is indicated by ":1".
-@item -n, --no-silly,
-    Assume no plets or double dots, assume smallest (reciprocal) duration 16.
-@item -o, --output=@var{file},
-    Set @var{file} as default output.
-@item -p, --no-plets,
-    Assume no plets.
-@item -q, --quiet,
-    Be quiet.
-@item -s, --smallest=N,
-    Assume no shorter (reciprocal) durations than N.
-@item -v, --verbose,
-    Be verbose.
-@item -w, --warranty,
-    Show the warranty with which midi2ly comes. (It comes with @strong{NO WARRANTY}!)
-@item -x, --no-double-dots,
-    Assume no double dotted notes.
+    sets number of flats.  A minor key is indicated by ":1"
+@item -o, --output=@var{file}
+    Write output to @var{file}
+@item -s, --start-quant=@var{DUR}
+    Quantise note starts on DUR
+@item -t, --allow-tuplet=@var{DUR}*@var{NUM}/@var{DEN}
+    Allow tuplet durations @var{DUR}*@var{NUM}/@var{DEN}
+@item -V, --verbose
+    Be verbose
+@item -v, --version
+    Print version number
+@item -w, --warranty
+    Show warranty and copyright
+@item -x, --text-lyrics
+    Treat every text as a lyric
 @end table