]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/invoking.itely (Editor support): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 26 Feb 2005 12:47:04 +0000 (12:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 26 Feb 2005 12:47:04 +0000 (12:47 +0000)
lilypond-latex section.

* scripts/lilypond-latex.py (Module): remove script.

ChangeLog
Documentation/user/invoking.itely
scripts/lilypond-latex.py [deleted file]

index 74fa48a9df43cf7a9513e4272b3aa3bb298655a7..f37ce1cf592a4079e96375d62e0607ed0306a23a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/invoking.itely (Editor support): remove
+       lilypond-latex section.
+
+       * scripts/lilypond-latex.py (Module): remove script.
+
        * cygwin/lily-wins.py (stat): write to .lylog, so as not to
        overwrite .log. 
 
index 397d2b342d3047b5e48326c3decde347fd283679..5916f3a089d5abc1e02a29008419027c8cd194d9 100644 (file)
@@ -10,7 +10,6 @@ This chapter details the technicalities of running LilyPond.
 * Error messages::
 * Reporting bugs::
 * Editor support::
-* Invoking lilypond-latex::
 @end menu
 
 @node Invoking lilypond
@@ -409,127 +408,3 @@ All these editors can be made to jump into the input file to the source
 of a symbol in the graphical output.  See @ref{Point and click}.
 
 
-
-
-@node Invoking lilypond-latex
-@section Invoking lilypond-latex
-
-Before LilyPond 2.4, the @code{lilypond} program only generated music
-notation.  Titles and page layout was done in a separate wrapper
-program.  For compatibility with older files, this wrapper program has
-been retained as @code{lilypond-latex}.  It uses the LilyPond program
-and La@TeX{} to create a nicely titled piece of sheet music.  Use of
-this program is only necessary if the input file contains special
-La@TeX{} options or formatting codes in markup texts.
-
-The @code{lilypond-latex} wrapper is invoked from the command-line as
-follows
-@example
-@code{lilypond-latex} [@var{option}]@dots{} @var{file}@dots{}
-@end example
-
-To have @code{lilypond-latex} read from stdin, use a dash (@code{-}) for
-@var{file}.  The program supports the following options.
-
-@cindex stdin, reading
-
-@table @code
-@item -k,--keep
-Keep the temporary directory with all output files.  The temporary
-directory is created in the current directory as @code{@code{lilypond}.dir}.
-
-@item -h,--help
-Print usage help.
-
-@item -I,--include=@var{dir}
-Add @var{dir} to LilyPond's include path.
-
-@item -o,--output=@var{file}
-Generate output to @var{file}.  The extension of @var{file} is ignored.
-
-@item --png
-Also generate pictures of each page, in PNG format.
-
-@item --preview
-Also generate a picture of the first system of the score.
-
-@cindex preview
-@cindex picture
-@cindex bitmap
-@cindex pixmap
-@cindex thumbnail
-@cindex screen shot
-
-@item -s,--set=@var{key}=@var{val}
-Add @var{key}= @var{val} to the settings, overriding those specified
-in the files.  Possible keys: @code{language}, @code{latexheaders},
-@code{latexpackages}, @code{latexoptions}, @code{papersize},
-@code{linewidth}, @code{orientation},
-@code{textheight}.
-
-@item -v,--version
-Show version information.
-
-@item -V,--verbose
-Be verbose.  This prints out commands as they are executed, and more
-information about the formatting process is printed.
-
-@item --debug
-Print even more information.  This is useful when generating bug reports.
-
-@item -w,--warranty
-Show the warranty with which GNU LilyPond comes. (It comes with
-@strong{NO WARRANTY}!)
-@end table
-
-
-@subsection Additional parameters
-
-The @code{lilypond} program responds to several parameters specified
-in a @code{\layout} section of the input file.  They can be overridden
-by supplying a @code{--set} command line option.
-
-@table @code
-@item language
-Specify La@TeX{} language: the @code{babel} package will be
-included.  Default: unset.
-
-Read from the @code{\header} block.
-
-@item latexheaders
-Specify additional La@TeX{} header files.
-Normally read from the @code{\header} block.  Default value: empty.
-
-@item latexpackages
-Specify additional La@TeX{} package files.  This works cumulative,
-so you can add multiple packages using multiple @code{-s=latexpackages} options.
-Normally read from the @code{\header} block.  Default value:
-@code{geometry}.
-
-@item latexoptions
-Specify additional options for the La@TeX{}
-@code{\documentclass}.  You can put any valid value here.  This was
-designed to allow @code{lilypond} to produce output for double-sided
-paper, with balanced margins and page numbers on alternating sides.  To
-achieve this specify @code{twoside}.
-
-@item orientation
-Set orientation.  Choices are @code{portrait} or @code{landscape}.  Is
-read from the @code{\layout} block, if set.
-
-@item textheight
-The vertical extension of the music on the page.  It is normally
-calculated automatically, based on the paper size.
-
-@item linewidth
-The music line width.  It is normally read from the @code{\layout}
-block.
-
-@item papersize
-The paper size (as a name, e.g., @code{a4}).  It is normally read from
-the @code{\layout} block.
-
-@item fontenc
-The font encoding, should be set identical to the @code{font-encoding}
-property in the score.
-@end table
diff --git a/scripts/lilypond-latex.py b/scripts/lilypond-latex.py
deleted file mode 100644 (file)
index c9740db..0000000
+++ /dev/null
@@ -1,852 +0,0 @@
-#!@PYTHON@
-# lilypond.py -- frontend for lilypond
-#
-# source file of the GNU LilyPond music typesetter
-# 
-# (c) 1998--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
-#                 Jan Nieuwenhuizen <janneke@gnu.org>
-#
-# Run lilypond, generate printable document
-# Invokes: lilypond, latex (or pdflatex), dvips, ps2pdf, gs
-# 
-
-# This is the third incarnation of ly2dvi, renamed to lilypond.
-#
-# Earlier incarnations of ly2dvi were written by
-# Jeffrey B. Reed<daboys@austin.rr.com> (Python versioan)
-# Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
-#
-
-# Note: gettext work best if we use ' for program/docstrings and "
-#       for gettextable strings.
-#       USE ''' for docstrings.
-
-
-'''
-TODO:
-
-  * cleanup
-
-  * figure out which set of command line options should make lilypond:
-
-      na: create tex only?  
-      na: create latex only? 
-      na: create tex and latex
-      default: create dvi only
-      na: create tex, latex and dvi
-      -P: create dvi and ps
-      -p: create pdf
-      na: * create ps only
-
-     etc.
-
-  * dvi from lilypond .tex output?  This is hairy, because we create dvi
-    from lilypond .tex *and* header output.
-
-'''
-
-import operator
-import stat
-import string
-import traceback
-import glob
-
-################################################################
-# Users of python modules should include this snippet
-# and customize variables below.
-
-# We'll suffer this path init stuff as long as we don't install our
-# python packages in <prefix>/lib/pythonx.y (and don't kludge around
-# it as we do with teTeX on Red Hat Linux: set some environment var
-# (PYTHONPATH) in profile)
-
-# If set, LILYPONDPREFIX must take prevalence
-# if datadir is not set, we're doing a build and LILYPONDPREFIX
-import getopt, os, sys
-datadir = '@local_lilypond_datadir@'
-if not os.path.isdir (datadir):
-       datadir = '@lilypond_datadir@'
-if os.environ.has_key ('LILYPONDPREFIX') :
-       datadir = os.environ['LILYPONDPREFIX']
-       while datadir[-1] == os.sep:
-               datadir= datadir[:-1]
-
-
-sys.path.insert (0, os.path.join (datadir, 'python'))
-
-# Customize these
-#if __name__ == '__main__':
-
-import lilylib as ly
-global _;_=ly._
-global re;re = ly.re
-
-# lilylib globals
-program_name = os.path.split (sys.argv[0])[1]
-program_version = '@TOPLEVEL_VERSION@'
-# input without \book, use classic latex definitions
-classic_p = 0
-verbose_p = 0
-latex_p = 1
-pseudo_filter_p = 0
-original_dir = os.getcwd ()
-temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
-keep_temp_dir_p = 0
-preview_resolution = 90
-debug_p = 0
-
-TEX_PREAMBLE = '%%%% Generated by %(program_name)s (v%(program_version)s)' \
-              % vars ()
-
-## FIXME
-## do -P or -p by default?
-##help_summary = _ ("Run LilyPond using LaTeX for titling")
-help_summary = _ ("Run LilyPond, generate printable document.")
-copyright = ('Han-Wen Nienhuys <hanwen@cs.uu.nl',
-            'Jan Nieuwenhuizen <janneke@gnu.org')
-
-option_definitions = [
-       ('', 'h', 'help', _ ("print this help")),
-       ('', 'l', 'latex', _('use LaTeX for formatting')), 
-       ('', '', 'debug', _ ("print even more output")),
-       (_ ("FILE"), 'f', 'find-pfa', _ ("find pfa fonts used in FILE")),
-
-       (_ ("DIR"), 'I', 'include', _ ("add DIR to LilyPond's search path")),
-       ('', 'k', 'keep',
-        _ ("keep all output, output to directory %s.dir") % program_name),
-
-       #junkme?
-       ('', '', 'no-lily', _ ("don't run LilyPond")),
-       #junkme? 
-       ('', 'm', 'no-layout', _ ("produce MIDI output only")),
-       
-       (_ ("FILE"), 'o', 'output', _ ("write output to FILE (suffix will be added)")),
-       (_ ('RES'), '', 'preview-resolution',
-        _ ("set the resolution of the preview to RES")),
-       ('', 'p', 'pdf', _ ("generate PDF output")),
-       ('', 'P', 'postscript', _ ("generate PostScript output")),
-       ('', '', 'png', _("generate PNG page images")),
-       ('', '', 'preview', _ ("make a picture of the first system")),
-       ('', '', 'psgz', _ ("generate PS.GZ")),
-       ('', 's', 'safe-mode', _ ("run in safe-mode")),
-       (_ ("KEY=VAL"), 'S', 'set', _ ("change global setting KEY to VAL")),
-       ('', 'V', 'verbose', _ ("be verbose")),
-       ('', 'v', 'version', _ ("print version number")),
-       ('', 'w', 'warranty', _ ("show warranty and copyright")),
-       ]
-
-# other globals
-safe_mode_p = 0
-preview_p = 0
-page_images_p = 0
-
-# need global variable. sys.exit() raises an exception, which is handled
-# to do cleanups.
-lilypond_error_p = 0
-
-latex_cmd = 'latex'
-
-
-tex_extension = '.tex'  ## yuk.
-
-#lilypond_binary = 'valgrind --suppressions=%(home)s/usr/src/guile-1.6.supp --num-callers=10 %(home)s/usr/src/lilypond/lily/out/lilypond '% { 'home' : '/home/hanwen' }
-
-lilypond_binary = os.path.join ('@bindir@', 'lilypond')
-
-# only use installed binary  when we're installed too.
-if '@bindir@' == ('@' + 'bindir@') or not os.path.exists (lilypond_binary):
-       lilypond_binary = 'lilypond'
-
-lilypond_binary += ' --format=tex ' 
-
-## Init to empty; values here take precedence over values in the file
-extra_init = {
-       'language' : [],
-       'latexheaders' : [],
-       'latexoptions' : [],
-       'latexpackages' :  [],
-       'linewidth' : [],
-       'orientation' : [],
-       'papersize' : [],
-       'unit' : ['pt'],
-}
-
-header_fields = extra_init.keys ()
-
-include_path = ['.']
-layout_p = 1
-
-output_name = ''
-
-# Output formats that lilypond should create
-targets = ['MIDI', 'PDF', 'PS']
-dependency_files = []
-
-#what a name.
-def set_setting (dict, key, val):
-       try:
-               val = string.atoi (val)
-       except ValueError:
-               #ly.warning (_ ("invalid value: %s") % `val`)
-               pass
-
-       if type(val) == type ('hoi'):
-               try:
-                       val = string.atof (val)
-               except ValueError:
-                       #ly.warning (_ ("invalid value: %s") % `val`)
-                       pass
-
-       try:
-               dict[key].append (val)
-       except KeyError:
-               ly.warning (_ ("no such setting: `%s'") % `key`)
-               dict[key] = [val]
-
-
-def escape_shell (x):
-       return re.sub ("(\s|[`'\"\\\\])", r'\\\1',x)
-
-def run_lilypond (files, dep_prefix):
-       
-       def make_include_option (x):
-               return '-I %s' %   escape_shell (x)
-       
-       opts = ' ' + string.join (map (make_include_option, include_path))
-       
-       ## UGHr
-       if pseudo_filter_p:
-               opts += ' --output=lelie'
-       if layout_p:
-               opts += ' ' + string.join (map (lambda x : '--header=' + x,
-                                               header_fields))
-       else:
-               opts = opts + ' --no-layout'
-       if safe_mode_p:
-               opts = opts + ' --safe-mode'
-
-       fs = string.join (map (escape_shell, files))
-       if not latex_p:
-               opts = opts + " --format=ps"
-               
-       global verbose_p
-       if verbose_p:
-               opts = opts + ' --verbose'
-
-       if debug_p:
-               ly.print_environment ()
-               
-       cmd = string.join ((lilypond_binary, opts, fs))
-       status = ly.system (cmd, ignore_error = 1, progress_p = 1)
-       signal = 0x0f & status
-       exit_status = status >> 8
-
-       # 2 == user interrupt.
-       if signal and signal != 2:
-               sys.stderr.write ('\n\n')
-               ly.error (_ ("LilyPond crashed (signal %d).") % signal)
-               ly.error (_ ("Please submit a bug report to bug-lilypond@gnu.org"))
-               ly.exit (status)
-                       
-       if status:
-               global lilypond_error_p
-               sys.stderr.write ('\n')
-               if len (files) == 1:
-                       ly.error (_ ("LilyPond failed on input file %s (exit status %d)") % (files[0], exit_status))
-                       lilypond_error_p = 1
-                       ly.exit (1)
-               else:
-                       ly.error (_ ("LilyPond failed on an input file (exit status %d)") % exit_status)
-                       ly.error (_ ("Continuing..."))
-                       lilypond_error_p = 1
-               
-
-def analyse_lilypond_output (filename, extra):
-       
-       # urg
-       '''Grep FILENAME for interesting stuff, and
-       put relevant info into EXTRA.'''
-       filename = filename + tex_extension
-       ly.progress (_ ("Analyzing %s...") % filename)
-       s = open (filename).read ()
-
-       # search only the first 10k
-       s = s[:10240]
-       for x in header_fields:
-               m = re.search (r'\\def\\lilypondlayout%s{([^}]*)}' % x, s)
-               if m:
-                       set_setting (extra, x, m.group (1))
-
-       global classic_p
-       if s.find ('\\def\\lilypondclassic{1}') >= 0:
-               classic_p = 1
-       
-       ly.progress ('\n')
-
-def find_tex_files_for_base (base, extra):
-
-       if os.path.exists (base  +'.dep'):
-               dependency_files.append (base + '.dep')
-
-       for f in header_fields:
-               fn =base + '.' + f
-               if os.path.exists (fn):
-                       extra[f].append (open (fn).read ())
-       
-       return (base + tex_extension, {})
-        
-
-def find_tex_files (files, extra):
-       '''
-       Find all .tex files whose prefixes start with some name in FILES. 
-
-       '''
-       
-       tfiles = []
-       
-       for f in files:
-               x = 0
-               while 1:
-                       fname = os.path.basename (f)
-                       fname = ly.strip_extension (fname, '.ly')
-                       if x:
-                               fname = fname + '-%d' % x
-
-                       if os.path.exists (fname + tex_extension):
-                               tfiles.append (find_tex_files_for_base (fname, extra))
-                               analyse_lilypond_output (fname, extra)
-                       else:
-                               break
-
-                       x = x + 1
-       if not x:
-               fstr = string.join (files, ', ')
-               ly.warning (_ ("no LilyPond output found for `%s'") % fstr)
-       return tfiles
-
-def one_latex_definition (defn, first):
-       s = '\n'
-       for (k, v) in defn[1].items ():
-               val = open (v).read ()
-               if (string.strip (val)):
-                       s += r'''\def\lilypond%s{%s}''' % (k, val)
-               else:
-                       s += r'''\let\lilypond%s\relax''' % k
-               s += '\n'
-
-       if classic_p and not first:
-               s += '\interscoreline'
-
-       s += '%%PREVIEW%%\n'
-       s += '\\input %s\n' % defn[0]
-       return s
-
-               
-## FIXME: copied from tex/lilyponddefs.tex
-LATEX_PREAMBLE = '''
-%% Nullify [La]TeX page layout settings, page layout by LilyPond.
-\\topmargin-1in
-\\headheight0pt\\headsep0pt
-\\oddsidemargin-1in
-\\evensidemargin\oddsidemargin
-\\parindent 0pt'''
-
-CLASSIC_LATEX_PREAMBLE = '''
-%% FIXME: cannot do this, dimens in header part of lilypond output
-%% Center staves horizontally on page
-\\ifdim\\lypylinewidth\\lypyunit > 0pt
-\\hsize\\lypylinewidth\\lypyunit
-\\newdimen\\lypytempdim
-\\lypytempdim\\paperwidth
-\\advance\\lypytempdim-\\the\\hsize
-\\lypytempdim0.5\\lypytempdim
-\\advance\\lypytempdim -1in
-\\oddsidemargin\\lypytempdim
-\\evensidemargin\\lypytempdim
-\\fi
-\\parindent 0pt'''
-
-def global_latex_preamble (extra):
-       '''construct preamble from EXTRA,'''
-       
-       s = TEX_PREAMBLE
-       s += '\n'
-
-       options = ''
-
-       if extra['latexoptions']:
-               options = options + ',' + extra['latexoptions'][-1]
-
-       s += '\\documentclass[%s]{article}\n' % options
-
-       if safe_mode_p:
-               s += '\\nofiles\n'
-
-       if classic_p:
-               if extra['linewidth']:
-                       s += '\\def\\lypylinewidth{%s}\n' \
-                            % extra['linewidth'][-1]
-               else:
-                       s += '\\let\\lypylinewidth\\texwidth\n'
-               s += '\\def\\lypyunit{%s}\n' % extra['unit'][-1]
-
-       if extra['language']:
-               s += '\\usepackage[%s]{babel}' % extra['language'][-1] + '\n'
-
-       s += '\\usepackage{%s}\n' \
-               % string.join (extra['latexpackages'], ',')
-
-       if extra['latexheaders']:
-               s += '\\include{%s}\n' \
-                       % string.join (extra['latexheaders'], '}\n\\include{')
-
-       unit = extra['unit'][-1]
-
-       # FIXME, must (only) from lilypond
-       s += r'''
-\usepackage{inputenc}
-\pagestyle{empty}
-%%PREVIEW%%'''
-       
-       if classic_p:
-               s += CLASSIC_LATEX_PREAMBLE
-       else:
-               s += LATEX_PREAMBLE
-       return s
-
-       
-def global_latex_definition (tfiles, extra):
-       '''construct preamble from EXTRA, dump Latex stuff for each
-lily output file in TFILES after that, and return the Latex file constructed.  '''
-       s = global_latex_preamble (extra) + '\\begin{document}\n'
-       s += '\\parindent 0pt'
-
-       first = 1
-       for t in tfiles:
-               s += one_latex_definition (t, first)
-               first = 0
-       s += '\\end{document}\n'
-       return s
-
-def run_latex (files, outbase, extra):
-       '''Construct latex file, for FILES and EXTRA, dump it into
-OUTBASE.latex.  Run LaTeX on it.
-'''
-
-       latex_fn = outbase + '.latex'
-       
-       wfs = find_tex_files (files, extra)
-       s = global_latex_definition (wfs, extra)
-
-       f = open (latex_fn, 'w')
-       f.write (s)
-       f.close ()
-
-       cmd = latex_cmd + ' \\\\nonstopmode \\\\input %s' % latex_fn
-       
-       # Ugh.  (La)TeX writes progress and error messages on stdout
-       # Redirect to stderr
-       cmd = '(( %s  >&2 ) >&- )' % cmd
-       status = ly.system (cmd, ignore_error = 1)
-       signal = 0xf & status
-       exit_status = status >> 8
-
-       if exit_status:
-
-               logstr = ''
-               try:
-                       logstr = open (outbase + '.log').read ()
-                       m = re.search ("\n!", logstr)
-                       start = m.start (0)
-                       logstr = logstr[start:start+200]
-               except:
-                       pass
-                       
-               ly.error (_ ("LaTeX failed on the output file."))
-               ly.error (_ ("The error log is as follows:"))
-               sys.stderr.write (logstr + '\n')
-               ly.exit (1)
-       
-       if preview_p:
-               # make a preview by rendering only the 1st line
-               # of each score
-               for score in find_tex_files (files, extra):
-                       preview_base = ly.strip_extension (score[0], '.tex')
-                       preview_fn = preview_base + '.preview.tex'
-                       s = global_latex_definition ((score,), extra)
-                       s = re.sub ('%%PREVIEW%%',
-                                   r'''\def\interscoreline{\endinput}''', s)
-                       f = open (preview_fn, 'w')
-                       f.write (s)
-                       f.close ()
-                       cmd = '%s \\\\nonstopmode \\\\input %s' \
-                             % (latex_cmd, preview_fn)
-                       ly.system (cmd)
-
-
-def run_dvips (outbase, extra):
-       '''Run dvips using the correct options taken from EXTRA,
-leaving a PS file in OUTBASE.ps
-'''
-       #FIXME: papersize, orientation must come from lilypond
-       opts = ''
-       if extra['papersize']:
-               opts = ' -t%s' % extra['papersize'][0]
-               
-       if extra['orientation'] and extra['orientation'][0] == 'landscape':
-               opts = opts + ' -tlandscape'
-
-       if 'PDF' in targets:
-               where = ly.read_pipe ('kpsewhich feta20.pfa').strip()
-
-               pfa_file  = None
-               if where:
-                       try: 
-                               pfa_file = open (where, 'r')
-                       except IOError:
-                               pass
-
-               if pfa_file:
-                       #opts = opts + ' -Ppdf -G0 -u +lm.map -u +lilypond.map'
-                       opts = opts + ' -Ppdf -G0 -u +ec-mftrace.map -u +lilypond.map'
-               else:
-                       ly.warning (_ ('''Trying create PDF, but no PFA fonts found.
-Using bitmap fonts instead. This will look bad.'''))
-
-       cmd = 'dvips %s -o%s %s' % (opts, outbase + '.ps', outbase + '.dvi')
-       ly.system (cmd)
-
-       if preview_p:
-               for score in find_tex_files (files, extra):
-                       preview_base = ly.strip_extension (score[0], '.tex')
-                       cmd = 'dvips -E -Ppdf -u+ec-mftrace.map -u+lilypond.map -o%s %s' \
-                             % (preview_base + '.preview.ps',
-                                preview_base + '.preview.dvi')
-                       ly.system (cmd)
-               
-def generate_dependency_file (depfile, outname):
-       df = open (depfile, 'w')
-       df.write (outname + ':' )
-       
-       for d in dependency_files:
-               s = open (d).read ()
-               s = re.sub ('#[^\n]*\n', '', s)
-               s = re.sub (r'\\\n', ' ', s)
-               m = re.search ('.*:(.*)\n', s)
-
-               # ugh. Different targets?
-               if m:
-                       df.write ( m.group (1)  + ' ' )
-
-       df.write ('\n')
-       df.close ();
-
-def find_file_in_path (path, name):
-       for d in string.split (path, os.pathsep):
-               if not d:
-                       d = original_dir
-               if name in os.listdir (d):
-                       return os.path.join (d, name)
-
-def find_pfa_fonts (name):
-       PS = '%!PS-Adobe'
-       s = open (name).read ()
-       if s[:len (PS)] != PS:
-               # no ps header?
-               ly.error (_ ("not a PostScript file: `%s\'" % name))
-               ly.exit (1)
-       here = 0
-       m = re.match ('.*?/([-a-zA-Z]*(feta|parmesan)[-a-z0-9]+) +findfont', s[here:], re.DOTALL)
-       pfa = []
-       while m:
-               here = here + m.end (0)
-               pfa.append (m.group (1))
-               m = re.match ('.*?/([-a-zA-Z]*(feta|parmesan)[-a-z0-9]+) +findfont', s[here:], re.DOTALL)
-       return pfa
-
-################################################################
-## MAIN
-################################################################
-
-(sh, long) = ly.getopt_args (option_definitions)
-try:
-       (options, files) = getopt.getopt (sys.argv[1:], sh, long)
-except getopt.error, s:
-       sys.stderr.write ('\n')
-       ly.error (_ ("getopt says: `%s\'" % s))
-       sys.stderr.write ('\n')
-       ly.help ()
-       ly.exit (2)
-       
-for opt in options:
-       o = opt[0]
-       a = opt[1]
-
-       if 0:
-               pass
-       elif o == '--help' or o == '-h':
-               ly.help ()
-               sys.exit (0)
-       elif o == '--find-pfa' or o == '-f':
-               fonts = map (lambda x: x + '.pfa', find_pfa_fonts (a))
-               files = map (lambda x:
-                            find_file_in_path (os.environ['GS_FONTPATH'], x),
-                            fonts)
-               print string.join (files, ' ')
-               sys.exit (0)
-       elif o == '--include' or o == '-I':
-               include_path.append (a)
-       elif o == '--latex' or o == '-l':
-               latex_p = 1
-               targets += ['DVI', 'LATEX', 'TEX']
-       elif o == '--postscript' or o == '-P':
-               if 'PDF' in targets:
-                       targets.remove ('PDF')
-               if 'PS' not in targets:
-                       targets.append ('PS')
-       elif o == '--pdf' or o == '-p':
-               if 'PDF' not in targets:
-                       targets.append ('PDF')
-       elif o == '--keep' or o == '-k':
-               keep_temp_dir_p = 1
-       elif o == '--debug':
-               verbose_p = 1
-               debug_p = 1 
-       elif o == '--preview':
-               preview_p = 1
-               if 'PNG' not in targets:
-                       targets.append ('PNG')
-       elif o == '--preview-resolution':
-               preview_resolution = string.atoi (a)
-       elif o == '--no-layout' or o == '-m':
-               targets = ['MIDI'] 
-               layout_p = 0
-       elif o == '--output' or o == '-o':
-               output_name = a
-       elif o == '--safe-mode' or o == '-s':
-               safe_mode_p = 1
-       elif o == '--set' or o == '-S':
-               ss = string.split (a, '=')
-               set_setting (extra_init, ss[0], ss[1])
-       elif o == '--verbose' or o == '-V':
-               verbose_p = 1
-       elif o == '--version' or o == '-v':
-               ly.identify (sys.stdout)
-               sys.exit (0)
-       elif o == '--warranty' or o == '-w':
-               status = os.system ('%s -w' % lilypond_binary)
-               if status:
-                       ly.warranty ()
-               sys.exit (0)
-       elif o == '--png':
-               page_images_p = 1
-               if 'PNG' not in targets:
-                       targets.append ('PNG')
-       else:
-               unimplemented_option () # signal programming error
-
-# Don't convert input files to abspath, rather prepend '.' to include
-# path.
-include_path.insert (0, '.')
-
-# As a neat trick, add directory part of first input file
-# to include path.  That way you can do without the clumsy -I in:
-
-#    lilypond -I foe/bar/baz foo/bar/baz/baz.ly
-if files and files[0] != '-' and os.path.dirname (files[0]) != '.':
-       include_path.append (os.path.dirname (files[0]))
-       
-include_path = map (ly.abspath, include_path)
-
-if files and (files[0] == '-' or output_name == '-'):
-       if len (files) == 1:
-               pseudo_filter_p = 1
-               output_name = 'lelie'
-               if verbose_p:
-                       ly.progress (_ ("pseudo filter") + '\n')
-       else:
-               ly.help ()
-               ly.error (_ ("pseudo filter only for single input file"))
-               ly.exit (2)
-               
-if not files:
-       ly.help ()
-       ly.error (_ ("no files specified on command line"))
-       ly.exit (2)
-
-if 1:
-       ly.identify (sys.stderr)
-       ly.lilypond_version_check (lilypond_binary, '@TOPLEVEL_VERSION@')
-       
-       original_output = output_name
-       
-       # Ugh, maybe make a setup () function
-       files = map (lambda x: ly.strip_extension (x, '.ly'), files)
-
-       # hmmm. Wish I'd 've written comments when I wrote this.
-       # now it looks complicated.
-       
-       (outdir, outbase) = ('','')
-       if not output_name:
-               outbase = os.path.basename (files[0])
-               outdir = ly.abspath ('.')
-       elif output_name[-1] == os.sep:
-               outdir = ly.abspath (output_name)
-               outbase = os.path.basename (files[0])
-       else:
-               (outdir, outbase) = os.path.split (ly.abspath (output_name))
-
-       for i in ('.dvi', '.latex', '.ly', '.ps', '.tex'):
-               output_name = ly.strip_extension (output_name, i)
-               outbase = ly.strip_extension (outbase, i)
-
-       for i in files[:] + [output_name]:
-               b = os.path.basename (i)
-               if string.find (b, ' ') >= 0:
-                       ly.error (_ ("filename should not contain spaces: `%s'") % b)
-                       ly.exit (1)
-                       
-       if os.path.dirname (output_name) != '.':
-               dep_prefix = os.path.dirname (output_name)
-       else:
-               dep_prefix = 0
-
-       reldir = os.path.dirname (output_name)
-       if outdir != '.' and targets:
-               ly.mkdir_p (outdir, 0777)
-
-       tmpdir = ly.setup_temp ()
-       ly.setup_environment ()
-       if safe_mode_p:
-               os.environ['openout_any'] = 'p'
-
-       # to be sure, add tmpdir *in front* of inclusion path.
-       #os.environ['TEXINPUTS'] =  tmpdir + ':' + os.environ['TEXINPUTS']
-       os.chdir (tmpdir)
-
-       # We catch all exceptions, because we need to do stuff at exit:
-       #   * copy any successfully generated stuff from tempdir and
-       #     notify user of that
-       #   * cleanout tempdir
-       try:
-               run_lilypond (files, dep_prefix)
-       except:
-               ### ARGH. This also catches python programming errors.
-               ### this should only catch lilypond nonzero exit  status
-               ### --hwn
-
-               # TODO: friendly message about LilyPond setup/failing?
-               #
-               targets = []
-               if verbose_p:
-                       traceback.print_exc ()
-               else:
-                       ly.warning (_("Running LilyPond failed. Rerun with --verbose for a trace."))
-
-       # Our LilyPond pseudo filter always outputs to 'lelie'
-       # have subsequent stages and use 'lelie' output.
-       if pseudo_filter_p:
-               files[0] = 'lelie'
-
-       if 'PS.GZ'  in targets:
-               targets.append ('PS')
-               
-       if 'PNG' in targets and 'PS' not in targets:
-               targets.append ('PS')
-       if latex_p and 'PS' in targets and 'DVI' not in targets:
-               targets.append('DVI')
-
-       
-       if 'DVI' in targets:
-               try:
-                       run_latex (files, outbase, extra_init)
-                       # unless: add --tex, or --latex?
-                       targets.remove ('TEX')
-                       targets.remove('LATEX')
-               except:
-                       # TODO: friendly message about TeX/LaTeX setup,
-                       # trying to run tex/latex by hand
-                       if 'DVI' in targets:
-                               targets.remove ('DVI')
-                       if 'PS' in targets:
-                               targets.remove ('PS')
-                       if verbose_p:
-                               traceback.print_exc ()
-
-       if 'PS' in targets and "DVI" in targets:
-               try:
-                       run_dvips (outbase, extra_init)
-                       
-               except: 
-                       if 'PS' in targets:
-                               targets.remove ('PS')
-                       if verbose_p:
-                               traceback.print_exc ()
-                       else:
-                               ly.warning (_("Failed to make PS file. Rerun with --verbose for a trace."))
-
-       
-       if 'PDF' in targets:
-               papersize = 'a4' # fixme.
-               cmd = 'ps2pdf -sPAPERSIZE=%s %s.ps %s.pdf' % (papersize, outbase , outbase)
-               ly.system (cmd)
-
-
-       if preview_p:
-               for score in find_tex_files (files, extra_init):
-                       preview_base = ly.strip_extension (score[0], '.tex')
-                       ly.make_ps_images (preview_base + '.preview.ps',
-                                          resolution=preview_resolution
-                                          )
-
-                       
-       if page_images_p:
-               ly.make_ps_images (outbase + '.ps' ,
-                                  resolution = preview_resolution
-                                  )
-
-       if pseudo_filter_p:
-               main_target = 0
-               for i in 'PDF', 'PS', 'PNG', 'DVI', 'LATEX':
-                       if i in targets:
-                               main_target = i
-                               break
-
-               ly.progress (_ ("%s output to <stdout>...") % i)
-               outname = outbase + '.' + string.lower (main_target)
-               if os.path.isfile (outname):
-                       sys.stdout.write (open (outname).read ())
-               elif verbose_p:
-                       ly.warning (_ ("can't find file: `%s'") % outname)
-               targets = []
-               ly.progress ('\n')
-               
-       if 'PS.GZ' in targets:
-               ly.system ("gzip *.ps") 
-               targets.remove ('PS')
-
-       # Hmm, if this were a function, we could call it the except: clauses
-       files_found = []
-       for i in targets:
-               ext = string.lower (i)
-
-               pattern = '%s.%s' % (outbase, ext)
-               if i == 'PNG':
-                       pattern  = '*.png' 
-               ls = glob.glob (pattern)
-               files_found += ls 
-               ly.cp_to_dir ('.*\.%s$' % ext, outdir)
-
-
-               if ls:
-                       names = string.join (map (lambda x: "`%s'" % x, ls))
-                       ly.progress (_ ("%s output to %s...") % (i, names))
-                       ly.progress ('\n')
-               elif verbose_p:
-                       ly.warning (_ ("can't find file: `%s.%s'") % (outbase, ext))
-
-
-       os.chdir (original_dir)
-       ly.cleanup_temp ()
-
-       sys.exit (lilypond_error_p)