Status: New Owner: ----New issue 2614 by [email protected]: Missing Shebang line in MacOSX instructions
http://code.google.com/p/lilypond/issues/detail?id=2614
we have just figured out in https://github.com/Stemby/latex-lilypond/issues/1 that the instructions on http://lilypond.org/macos-x.html section "Running on the command-line" are missing a shebang line for the wrapper script.
It should be something like #!/bin/bash exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"
