Linux Commands Examples

A great documentation place for Linux commands

convert-ly

manual page for convert-ly 2.16.0

Synopsis

convert-ly [OPTION]... FILE


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
echo $text >> $file.new
cat $file >> $file.new
convert-ly $file.new > $file
rm $file.new
done

description

Update LilyPond input to newer version. By default, update from the version taken from the \version command, to the current LilyPond version.Examples:

$ convert-ly -e old.ly
$ convert-ly --from=2.3.28 --to=2.5.21 foobar.ly > foobar-new.ly

options

--version

show version number and exit

-h, --help

show this help and exit

-f, --from=VERSION

start from VERSION [default: \version found in file]

-e, --edit

edit in place

-l, --loglevel=LOGLEVEL

Print log messages according to LOGLEVEL (NONE, ERROR, WARNING, PROGRESS (default), DEBUG)

-n, --no-version

do not add \version command if missing

-c, --current-version

force updating \version number to 2.16.0

-d, --diff-version-update

only update \version number if file is modified

-s, --show-rules

show rules [default: -f 0, -t 2.16.0]

-t, --to=VERSION

convert to VERSION [default: 2.16.0]

-w, --warranty

show warranty and copyright

reporting bugs

Report bugs via http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs


see also

The full documentation for convert-ly is maintained as a Texinfo manual. If the info and convert-ly programs are properly installed at your site, the command

info convert-ly

should give you access to the complete manual.

How can this site be more helpful to YOU ?


give  feedback