]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Invoking abc2ly): remove mup2ly.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Oct 2006 18:09:50 +0000 (18:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Oct 2006 18:09:50 +0000 (18:09 +0000)
ChangeLog
Documentation/user/converters.itely

index e0ee0a34dc7e8ce1603f69fd37ff2254dc1e9ee8..0deb4c022095a14361edbb6d36636c7a8e29da2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
+
 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
 
        * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
index 451e59f9ce3e5387ea4aefe3845ce11a083d4e3f..02fd2efc64b1c000423999daa6c29ca108e2a591 100644 (file)
@@ -29,7 +29,6 @@ you are unfamiliar with the command-line.
 * Invoking etf2ly::             Importing Finale.
 * Invoking musicxml2ly::        
 * Invoking abc2ly::             Importing ABC.      
-* Invoking mup2ly::             Importing MUP.
 * Generating LilyPond files::   
 @end menu
 
@@ -246,46 +245,6 @@ ABC synchronizes words and notes at the beginning of a line;
 @command{abc2ly} ignores the ABC beaming.
 
 
-@node Invoking mup2ly
-@section Invoking @command{mup2ly}
-
-Mup (Music Publisher) is a shareware music notation program by Arkkra
-Enterprises.  @command{mup2ly} will convert part of a Mup file to LilyPond
-format.  It is invoked from the command-line as follows:
-
-@cindex Music Publisher
-@cindex Mup
-@cindex Arkkra
-
-@example
-mup2ly [@var{option}]@dots{} @var{mup-file}
-@end example
-
-The following options are supported by @command{mup2ly}:
-
-@table @code
-@item -d,--debug
-show what constructs are not converted, but skipped.
-@item -D, --define=@var{name}[=@code{exp}]
-define macro @var{name} with opt expansion @code{exp}
-@item -E,--pre-process
-only run the pre-processor
-@item -h,--help
-print help
-@item -o,--output=@var{file}
-write output to @var{file}
-@item -v,--version
-version information
-@item -w,--warranty
-print warranty and copyright.
-@end table
-
-
-@refbugs
-
-Only plain notes (pitches, durations), voices, and staves are
-converted.
-
 
 @node Generating LilyPond files
 @section Generating LilyPond files