Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > c47c871fa0de4d5950bb3275ec884bbf > files > 19

lilypond-2.16.2-3.fc18.i686.rpm

* How to run lilypond from the development tree? 

If you want to contribute and can build LilyPond yourself, there's no
need to install that development version; you can run it from the
build tree.

put the following script in your PATH, with $LILY_SRC_DIR set to the
source directory.

  #!/bin/sh

  exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"