]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.147
authorfred <fred>
Wed, 27 Mar 2002 01:00:40 +0000 (01:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:00:40 +0000 (01:00 +0000)
Documentation/user/convert-ly.itexi
Documentation/user/mutopia.itely

index 9d001f89b1391930f83847e091583496faec1ec8..f8af4c7df8eec38f0aa3cd72310e43bf354252f1 100644 (file)
@@ -16,15 +16,19 @@ detect the old version number.
 
 
 @table @code
-@item --assume-old
+@item -a,--assume-old
     If version number cannot be determined, apply all conversions.
-@item --edit
+@item -e,--edit
     Do an inline edit of the input file. override @code{--output}
-@item --from=@var{FROM_PATCHLEVEL}
+@item -f,--from=@var{FROM_PATCHLEVEL}
     Set the level to convert from. If this is not set, convert-ly will
     guess this, on the basis of @code{\version} strings in the file
-@item --output
+@item -o,--output
     The output file to write.  
+@item -n,--no-version
+    Normally, convert-ly adds a @code{\version} indicator 
+to the output. Specifying this option suppresses this.  
+
 @item --show-rules
     shows all known conversions, and exit
 @item --to=@var{TO_PATCHLEVEL}
@@ -36,7 +40,8 @@ Not all language changes are handled. Multiple output options won't
 work.
 
 @code{convert-ly} is written in @uref{http://www.python.org,Python}. It
-was written by @email{hanwen@@cs.uu.nl, Han-Wen Nienhuys}.
+was written by @email{hanwen@@cs.uu.nl, Han-Wen Nienhuys}. Report bugs
+to @code{bug-gnu-music@@gnu.org}
 
 
 
index 1ce696d77fcd4c8675573d7b07f6b4a3fc649d6e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,82 +0,0 @@
-@node Mutopia project
-@chapter Mutopia project
-@cindex mutopia project
-@cindex sheet music archive
-
-[TODO:
-
-* different name. Ports sucks
-
-* drop for 1.4
-
-* mutopia is rather offtopic in the lilypond manual
-
-]
-
-
-Mutopia is a collection of public domain sheet music.  All the music
-on Mutopia is completely free to download, print out, perform and
-distribute.  Mutopia is similar in spirit to Project Gutenburg.  You can
-help the project by entering music (either by hand, or by converting
-from scans or MIDI) and submitting it.  Point your browser to the
-@uref{http://www.mutopiaproject.org}.
-
-@menu
-* Mutopia ports collection::    
-@end menu
-
-@node Mutopia ports collection
-@section Mutopia ports collection
-@cindex mutopia ports collection
-
-
-The ports collection to makes all music in Mutopia very easily
-accessible for LilyPond users to study, edit and print.  The
-ports-system performs the following functions:
-
-@enumerate 1
-@item  download anything from Mutopia
-@item  compile for printing or for Mutopia submission
-@item  publish and package for Mutopia
-@end enumerate
-
-Type @samp{make help} in @file{ports} directory to see possible
-targets.
-
-@ignore
-[TODO]
-
-Now that we have the @samp{make sync} target, maybe we should
-only dist the composers in the tarball:
-@example
-ports/mutopia/ArbeauT
-ports/mutopia/BachJS
-ports/mutopia/BanchieriA
-ports/mutopia/BeethovenLv
-ports/mutopia/BendaJA
-ports/mutopia/BruhnsN
-ports/mutopia/CarcassiM
-ports/mutopia/CarulliF
-ports/mutopia/ClementiM
-ports/mutopia/DowlandJ
-ports/mutopia/GiordianoG
-ports/mutopia/JoplinS
-ports/mutopia/MilanL
-ports/mutopia/MozartWA
-ports/mutopia/PaganiniN
-ports/mutopia/Saint-SaensC
-ports/mutopia/SatieE
-ports/mutopia/SchubertF
-@end example
-
-To build the Solo Cello Suite from J.S.Bach, you would do:
-@example
-$ cd ports/mutopia/BachJS
-$ make sync
-$ cd BWV1008/solo-cello-suite-ii
-$ make mutopia
-@end example
-
-Disadvantage: no clue of available titles.
-@end ignore
-