X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilysong.py;h=f31fbbae2568733b90527d5b49493732c2af0a02;hb=HEAD;hp=18d047a137686b4423b007934d7319387ac1d94f;hpb=abce4dafb98d26ae58663bf9aa3b07a0dd43ced0;p=lilypond.git diff --git a/scripts/lilysong.py b/scripts/lilysong.py old mode 100755 new mode 100644 index 18d047a137..f31fbbae25 --- a/scripts/lilysong.py +++ b/scripts/lilysong.py @@ -1,24 +1,23 @@ #!@TARGET_PYTHON@ -# Copyright (C) 2006, 2007 Brailcom, o.p.s. +# Copyright (c) 2006--2015 Brailcom, o.p.s. # # Author: Milan Zamazal # -# COPYRIGHT NOTICE +# This file is part of LilyPond, the GNU music typesetter. # -# This program is free software; you can redistribute it and/or modify +# LilyPond is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# LilyPond is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# along with LilyPond. If not, see . import codecs @@ -36,14 +35,14 @@ import tempfile FESTIVAL_COMMAND = 'festival --pipe' VOICE_CODINGS = {'voice_czech_ph': 'iso-8859-2'} -_USAGE = """lilysong [ -p PLAY-PROGRAM ] FILE.xml [ LANGUAGE-CODE-OR-VOICE [ SPEEDUP ] ] -./lilysong FILE.ly [ LANGUAGE-CODE-OR-VOICE ] -./lilysong --list-voices -./lilysong --list-languages +_USAGE = """lilysong [-p PLAY-PROGRAM] FILE.xml [LANGUAGE-CODE-OR-VOICE [SPEEDUP]] + lilysong FILE.ly [LANGUAGE-CODE-OR-VOICE] + lilysong --list-voices + lilysong --list-languages """ def usage (): - print 'usage:', _USAGE + print 'Usage:', _USAGE sys.exit (2) def process_options (args):