mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / lilypond-new
blob4acf17de300fd7c804d83fc2201fdd3b12e687d8
1 #!/usr/bin/env bash
3 #=======================================================================
4 # lilypond-new
5 # File ID: 2b7149ea-172b-11e6-9cac-fefdb24f8e10
7 # Wrapper to run the newest (unstable) LilyPond version. Symlinking
8 # directly to the lilypond executable doesn't work, but this does.
10 # Author: Øyvind A. Holm <sunny@sunbase.org>
11 # License: GNU General Public License version 2 or later.
12 #=======================================================================
14 progname=lilypond-new
15 VERSION=0.1.0
17 /usr/local/prg/lilypond-new/bin/lilypond "$@"