]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/lilypond-book.itely
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 29 Oct 2003 23:32:59 +0000 (23:32 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 29 Oct 2003 23:32:59 +0000 (23:32 +0000)
        * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
        * input/example-1.ly input/example-2.ly input/example-3.ly
        * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
        * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
        * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
        * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
        * scripts/lilypond-book.py scripts/lilypond.py
        * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
        * vimrc: replace ly2dvi with lilypond and remove silly comments.

31 files changed:
ChangeLog
Documentation/user/lilypond-book.itely
buildscripts/lilypond-login.sh
elisp/lilypond-mode.el
input/example-1.ly
input/example-2.ly
input/example-3.ly
input/les-nereides.ly
input/test/fill-a4.ly
input/test/spacing-2.ly
input/test/title.ly
po/cs.po
po/da.po
po/de.po
po/es.po
po/fi.po
po/fr.po
po/it.po
po/ja.po
po/lilypond.pot
po/nl.po
po/ru.po
po/sv.po
scm/output-pdftex.scm
scm/output-tex.scm
scripts/lilypond-book.py
scripts/lilypond.py
stepmake/bin/package-zip32.sh
tex/lilyponddefs.tex
tex/titledefs.tex
vimrc

index 793f48373c8f914fb5b754a0b1a85d73680ddfa1..a75b37fb767841c5a60bbfea8cec93521fd47fb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,17 @@
        * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
        new file (renamed, see above).
 
+       * Documentation/user/lilypond-book.itely
+       * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
+       * input/example-1.ly input/example-2.ly input/example-3.ly
+       * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
+       * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
+       * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
+       * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
+       * scripts/lilypond-book.py scripts/lilypond.py
+       * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
+       * vimrc: replace ly2dvi with lilypond and remove silly comments.
+
 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * scripts/lilypond-book.py (output_dict): Add definition of
index 44e902ac3027ee14ed4bc31bc31ac94b1ec33f12..3508f9cacfe3779ba8b697bade7960d2469f546e 100644 (file)
@@ -214,9 +214,9 @@ Some music in <lilypond a b c/> a line of text.
 @end example
 
 A special feature not (yet) available in other output formats, is the
-@code{<ly2dvifile>} tag, for example,
+@code{<lilypondfile>} tag, for example,
 @example
-  <ly2dvifile>trip.ly</ly2dvifile>
+  <lilypondfile>trip.ly</lilypondfile>
 @end example
 This runs @file{trip.ly} through @code{lilypond} (see also
 @ref{Invoking lilypond}), and substitutes a preview image in the
index 8279c4778d0ce167492557d1b60022f9dabd933c..f272e67619668b96f923ed114be0d5ffdac5542f 100644 (file)
@@ -13,7 +13,7 @@
 set datadir="@local_lilypond_datadir@"
 
 # setenv LILYPONDPREFIX "$datadir"
-# bit silly. for ly2dvi, overrules compiled-in datadir...
+# bit silly. for lilypond, overrules compiled-in datadir...
 # setenv LILYPONDPREFIX "@local_lilypond_datadir@"
 
 # Add the installation directory to the teTeX system tree, 
index 51052b9cee906725ebadc39a6ac980cbcfd6d0c2..a9c134a4e932e59f1f310d47d312e8bf4c44eac4 100644 (file)
@@ -258,9 +258,9 @@ in LilyPond-include-path."
     killed)) ; return the killed jobs
 
 ;; URG, should only run LilyPond-compile for LilyPond
-;; not for tex,xdvi (ly2dvi?)
+;; not for tex,xdvi (lilypond?)
 (defun LilyPond-compile-file (command name)
-  ;; We maybe should know what we run here (Lily, ly2dvi, tex)
+  ;; We maybe should know what we run here (Lily, lilypond, tex)
   ;; and adjust our error-matching regex ?
   (compile-internal
    (if (eq LilyPond-command-current 'LilyPond-command-master)
index 9a4eb6535179359666ffdbf86337c35c44646e40..d081d44fd468ee55869c22cd646c72a4c5a7d4a1 100644 (file)
@@ -3,7 +3,7 @@
 %
 % Type:
 %
-%     ly2dvi example-1
+%     lilypond example-1
 %     xdvi example-1     # or your dvi viewer here
 %
 
index f4d8e07849f6024677eff086ed44d06358bf8840..1fc85134f5fc07c8061b522896ec71cd3e297cb0 100644 (file)
@@ -3,7 +3,7 @@
 %
 % Type:
 %
-%     ly2dvi example-2
+%     lilypond example-2
 %     xdvi example-2     # or your dvi viewer here
 %
 
index 73fa8071c15e66a29e6e9501787ce0e270894a76..f653ae059bb9bf3554373bc4300e7f4d1b9a85e2 100644 (file)
@@ -23,7 +23,7 @@ two =  \notes\relative c{
 %
 % Type:
 %
-%     ly2dvi example-3
+%     lilypond example-3
 %     xdvi example-3     # or your dvi viewer here
 
 %%
index c3a83f88e5caf788eb0bad234604d342b54a7cd8..60d405311983e4bc6e79decc75056d0d4186428f 100644 (file)
@@ -23,7 +23,7 @@ marked with %tweak
 possibly more impressive to render without tweaks?
 
   grep -v tweak input/les-nereides.ly >> lnnt.ly
-  ly2dvi lnnt.ly
+  lilypond lnnt.ly
 
 %}
 
index 3cb9bad413bbd0de2072f06936a06d7cbcb3d4d5..0e81466d5bd3b79dd9e879262d3af23eb98a212b 100644 (file)
@@ -10,7 +10,7 @@
 %
 %   `textheight = 310.0\mm'
 %
-% process this file with ly2dvi, and make sure footskip/headsep are set
+% process this file with lilypond, and make sure footskip/headsep are set
 % at a reasonably (small) value.  -- jcn
 %
 \header{ texidoc="@cindex Paper a4 Fill
index 97830deb51f31fb63f4c52ccdf82f4d9018f0836..2aec4f5fc1eb8a3ae2ae9f54be621a14cda4bf22 100644 (file)
@@ -26,7 +26,7 @@ texidoc = "
 
 \paper 
 {
-%      linewidth = 5.0 \cm % ly2dvi barfs on -1
+%      linewidth = 5.0 \cm % lilypond barfs on -1
        linewidth = 8.0 \cm
 %      linewidth = 12.0 \cm    
 }
index 3685a4c03d69d42088d5613c88dfa282c7fb0f4a..0701660eb117a9a3b5e15d7f8dde07ad85495897 100644 (file)
@@ -1,6 +1,6 @@
 #(ly:set-option 'old-relative)
 \version "1.9.8"
-% MERGE with ly2dvi-
+% MERGE with lilypond-
 \header {
   filename =  "title.ly"
   dedication = "dedication"
@@ -18,7 +18,7 @@
   enteredby = "jcn"
   source =  "urtext"
 
-  texidoc ="This test ly2dvi titling. process with ly2dvi, not lilypond-book." 
+  texidoc ="This test lilypond titling. process with lilypond, not lilypond-book." 
 }
 
 \score {
index e688f9e4a038550b53d74498ade9232b3a8eb3ce..c2ed7e4eb11967b5f4b90c58374fcd4f73762b62 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -423,7 +423,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -555,7 +554,7 @@ msgstr "vypisuje z
 msgid "LaTeX failed."
 msgstr "Spu¹tìní LaTeXu selhalo"
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -659,9 +658,9 @@ msgstr "na p
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -681,7 +680,6 @@ msgstr "na p
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -772,7 +770,7 @@ msgstr "vypisuje 
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -842,7 +840,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -861,7 +859,7 @@ msgstr "Zapisuji `%s'..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr "pseudofiltr"
index ed33e4e40e8eafa561ffa7eadc004f8ac0c89fc3..0d4b1791f21f0fe34cbdcecfe5028066c94e9d55 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -423,7 +423,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -554,7 +553,7 @@ msgstr "vis garanti og copyright"
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -657,9 +656,9 @@ msgstr "ingen filer angivne p
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -679,7 +678,6 @@ msgstr "ingen filer angivne p
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -770,7 +768,7 @@ msgstr "vis versionsnummer"
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -840,7 +838,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -859,7 +857,7 @@ msgstr "Skriver \"%s\"..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
index 162c2cc900b42bd90843579d630acd53b002b26e..45e68d4f5c915b5131076c30f6ee3a91de3dfa08 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -420,7 +420,6 @@ msgstr "L
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -545,7 +544,7 @@ msgstr "Gew
 msgid "LaTeX failed."
 msgstr "LaTeX scheiterte."
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -648,9 +647,9 @@ msgstr "Keine Dateien auf der Kommandozeile angegeben"
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -670,7 +669,6 @@ msgstr "Keine Dateien auf der Kommandozeile angegeben"
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -755,7 +753,7 @@ msgstr "Versionsnummer ausgeben"
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -826,7 +824,7 @@ msgstr ""
 "Verwende stattdessen Bitmap-Schriftarten. Das wird übel aussehen."
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -845,7 +843,7 @@ msgstr "Schreibe HTML-Men
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr "Pseudo-Filter"
index 71275fd21d4fb1e229777654be50962ce75caf45..2fa9efd8c0bbfb09219bfb0ae42b0ecdcde6364c 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -418,7 +418,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -550,7 +549,7 @@ msgstr "mostrar los avisos de garant
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -654,9 +653,9 @@ msgstr "no se ha especificado ning
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -676,7 +675,6 @@ msgstr "no se ha especificado ning
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -767,7 +765,7 @@ msgstr "mostrar n
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -837,7 +835,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -856,7 +854,7 @@ msgstr "Escribiendo `%s'..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
index 5d92d5cacd4a45d7f5b134067d8e708adc4a5bd9..db9804d7674f9d6f6247ed9eb664d56703daea5b 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -420,7 +420,6 @@ msgstr "Poistetaan tulostustiedosto"
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -545,7 +544,7 @@ msgstr "n
 msgid "LaTeX failed."
 msgstr "LaTeX epäonnistui."
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -648,9 +647,9 @@ msgstr "tiedostoja ei m
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -670,7 +669,6 @@ msgstr "tiedostoja ei m
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -760,7 +758,7 @@ msgstr "tulosta versionumero"
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -831,7 +829,7 @@ msgstr ""
 "Käytetään bittikarttafonttejan niiden sijasta. Tulos ei näytä hyvältä."
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -850,7 +848,7 @@ msgstr "Kirjoitetan HTML-valikko `%s'..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr "valefiltteri"
index 64fac81503b3250842f44b299da904ed8266245b..6d311a0e811950dd7deda3cc7dd9f2cdb1092df6 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -418,7 +418,6 @@ msgstr "Destruction du fichier de sortie"
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -543,7 +542,7 @@ msgstr "afficher la notice de garantie et du droit d'auteur"
 msgid "LaTeX failed."
 msgstr "Échec de LaTeX"
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -646,9 +645,9 @@ msgstr "aucun fichier sp
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -668,7 +667,6 @@ msgstr "aucun fichier sp
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -757,7 +755,7 @@ msgstr "afficher le num
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -828,7 +826,7 @@ msgstr ""
 "Utilisation des fontes bitmap à la place. L'apparence sera moins bonne."
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -847,7 +845,7 @@ msgstr "
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr "pseudo filtre"
index ca1118057d8cd9882df630a7f1d68777a0f322a6..9f95fab2b1e50b0ae9b19c299ce3a43f1323f65d 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -418,7 +418,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -546,7 +545,7 @@ msgstr "  -w, --warranty         mostra la garanzia e il copyright\n"
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -649,9 +648,9 @@ msgstr ""
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -671,7 +670,6 @@ msgstr ""
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -768,7 +766,7 @@ msgstr ""
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -838,7 +836,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -857,7 +855,7 @@ msgstr "Genero le voci..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
@@ -2578,7 +2576,7 @@ msgstr ""
 #~ msgstr "scrivo il file delle dipendenze: `%s'..."
 
 #, fuzzy
-#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
+#~ msgid "Usage: lilypond [OPTIONS]... FILE\n"
 #~ msgstr "Uso: %s [OPZIONE]... [FILE]"
 
 #~ msgid "unconventional key: flats: %d, sharps: %d"
index 2aecfca7faa689e599b27c287ff43951b0dd357f..6f1ea52446a56d21bf7235760154f1c484ec22d8 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -418,7 +418,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -548,7 +547,7 @@ msgstr "
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -651,9 +650,9 @@ msgstr ""
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -673,7 +672,6 @@ msgstr ""
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -767,7 +765,7 @@ msgstr "
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -837,7 +835,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -856,7 +854,7 @@ msgstr "
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
@@ -2615,7 +2613,7 @@ msgstr ""
 #~ msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Ø"
 
 #, fuzzy
-#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
+#~ msgid "Usage: lilypond [OPTIONS]... FILE\n"
 #~ msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
 
 #~ msgid "unconventional key: flats: %d, sharps: %d"
index 5f6eb35350f929a5cc2fbf93768884e51b500036..f72effa0a71491de4a69083b44c33a25a66dc54e 100644 (file)
@@ -420,7 +420,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -545,7 +544,7 @@ msgstr ""
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -648,9 +647,9 @@ msgstr ""
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -670,7 +669,6 @@ msgstr ""
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -759,7 +757,7 @@ msgstr ""
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -828,7 +826,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -847,7 +845,7 @@ msgstr ""
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
index 22e4b33af3b2157dc778cd59112e9149ad38e06a..065d8a93000b3aeb122c88012dba3bb2176addea 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -430,7 +430,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -561,7 +560,7 @@ msgstr "toon garantie en auteursrechten"
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -665,9 +664,9 @@ msgstr "geen bestanden gespecificeerd op de commandoregel."
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -687,7 +686,6 @@ msgstr "geen bestanden gespecificeerd op de commandoregel."
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -778,7 +776,7 @@ msgstr "druk versienummer af"
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -848,7 +846,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -867,7 +865,7 @@ msgstr "Schrijven van `%s'..."
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
index a4dc3fdcc15523c645eebfc84f2840f0f27091e4..1535541f502eca31d8a616e7b786af7ec0e80a79 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -419,7 +419,6 @@ msgstr ""
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -549,7 +548,7 @@ msgstr "
 msgid "LaTeX failed."
 msgstr ""
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -652,9 +651,9 @@ msgstr ""
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -674,7 +673,6 @@ msgstr ""
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -765,7 +763,7 @@ msgstr "
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -835,7 +833,7 @@ msgid ""
 msgstr ""
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -854,7 +852,7 @@ msgstr "
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr ""
@@ -2530,7 +2528,7 @@ msgstr ""
 #~ msgstr "óÏÏÂÝÁÊÔÅ Ï ÏÛÉÂËÁÈ ÐÏ %s."
 
 #, fuzzy
-#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
+#~ msgid "Usage: lilypond [OPTIONS]... FILE\n"
 #~ msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]"
 
 #~ msgid "unconventional key: flats: %d, sharps: %d"
index 7cca357ff4e9da82570f1f106c878fc2b92279de..ddfb4ea873c8eb0da7ec313b9033812ed927c882 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -422,7 +422,6 @@ msgstr "Tar bort utdatafilen"
 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
 #. urg
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond-book.py:120
@@ -548,7 +547,7 @@ msgstr "visa garanti och copyright"
 msgid "LaTeX failed."
 msgstr "LaTeX misslyckades."
 
-#. URG see ly2dvi
+#. URG see lilypond
 #. Convert numeric values, with or without specific dimension, to floats.
 #. Keep other strings
 #. ###############################################################
@@ -651,9 +650,9 @@ msgstr "inga filer angivna p
 #.
 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
+#. This is the third incarnation of lilypond.
 #.
-#. Earlier incarnations of ly2dvi were written by
+#. Earlier incarnations of lilypond were written by
 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #.
@@ -673,7 +672,6 @@ msgstr "inga filer angivna p
 #. if __name__ == '__main__':
 #. lilylib globals
 #. # FIXME
-#. # ly2dvi: silly name?
 #. # do -P or -p by default?
 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
 #: lilypond.py:121
@@ -763,7 +761,7 @@ msgstr "visa versionsnummer"
 #. init to empty; values here take precedence over values in the file
 #. # TODO: change name.
 #. for geometry v3
-#. Output formats that ly2dvi should create
+#. Output formats that lilypond should create
 #. what a name.
 #. ly.warning (_ ("invalid value: %s") % `val`)
 #. ly.warning (_ ("invalid value: %s") % `val`)
@@ -834,7 +832,7 @@ msgstr ""
 "Använder punkttypsnitt istället. Det kommer att se dåligt ut."
 
 #. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
+#. Added as functionality to lilypond, because lilypond may well need to do this
 #. in future too.
 #. no ps header?
 #: lilypond.py:615
@@ -853,7 +851,7 @@ msgstr "Skriver HTML-meny \"%s\""
 #. path.
 #. As a neat trick, add directory part of first input file
 #. to include path.  That way you can do without the clumsy -I in:
-#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
 #: lilypond.py:769
 msgid "pseudo filter"
 msgstr "pseudofilter"
index 1a325fc2c49007a913dfa3f6a12efbc165ebab1d..3ecd63b72666f3283d6ebe96735336912cd06ac6 100644 (file)
    "\\lilypondpostscript\n"
    "\\pdfcompresslevel=0"))
 
-;; Note: this string must match the string in ly2dvi.py!!!
+;; Note: this string must match the string in lilypond.py!!!
 (define (header creator generate) 
   (string-append
    "% Generated automatically by: " creator generate "\n"))
index 54ea6318e8aaf1dcb6407b2edf37b0297b852db9..c4395f1923fd45e05b7024ad362479089d0563c5 100644 (file)
    "\\lilypondspecial\n"
    "\\lilypondpostscript\n"))
 
-;; Note: this string must match the string in ly2dvi.py!!!
+;; Note: this string must match the string in lilypond.py!!!
 (define (header creator generate) 
   (string-append
    "% Generated automatically by: " creator generate "\n"))
index 0b289eae4f17e28435079081c4135430c685177b..f6358cc133ca77c64a59393cad5ca4146e4414ef 100644 (file)
@@ -113,7 +113,6 @@ original_dir = os.getcwd ()
 preview_resolution = 90
 
 ## FIXME
-## ly2dvi: silly name?
 ## do -P or -p by default?
 ##help_summary = _ ("Run LilyPond using LaTeX for titling")
 help_summary = _ ("Process LilyPond snippets in hybrid html, LaTeX or texinfo document")
@@ -228,7 +227,7 @@ class LatexPaper:
                        ly.error (_ ("LaTeX failed."))
                        ly.error (_ ("The error log is as follows:"))
                        
-                       #URG see ly2dvi
+                       #URG see lilypond
                        try:
                                lns = open ('lily-tmp.log').readlines ()
                        except:
index 20270944b1217c35b5657e069dfa8f1a8d2fe807..74e33482a9960aea8c61fd89c8164c1dd4189c4c 100644 (file)
@@ -9,9 +9,9 @@
 # (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #                 Jan Nieuwenhuizen <janneke@gnu.org>
 
-# This is the third incarnation of ly2dvi, now renamed lilypond.
+# This is the third incarnation of lilypond, now renamed lilypond.
 #
-# Earlier incarnations of ly2dvi were written by
+# Earlier incarnations of lilypond were written by
 # Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
 # Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
 #
@@ -56,10 +56,10 @@ TODO:
 
   * Introduce verbosity levels
   
-     0  = QUIET: mute all command output, no ly2dvi progress
-     1  = BRIEF: mute all command output, only ly2dvi progress
-     2a = NORMAL: show only LilyPond command output, show ly2dvi progress
-     2b = NORMAL: show command output, show ly2dvi progress
+     0  = QUIET: mute all command output, no lilypond progress
+     1  = BRIEF: mute all command output, only lilypond progress
+     2a = NORMAL: show only LilyPond command output, show lilypond progress
+     2b = NORMAL: show command output, show lilypond progress
      3  = VERBOSE: show command output, run lilypond --verbose
      4  = DEBUGGING: show all command output, run lilypond --verbose, print
                    environment and all kinds of client side debugging stuff
@@ -115,7 +115,6 @@ preview_resolution = 90
 debug_p = 0
 
 ## FIXME
-## ly2dvi: silly name?
 ## do -P or -p by default?
 ##help_summary = _ ("Run LilyPond using LaTeX for titling")
 help_summary = _ ("Run LilyPond, add titles, generate printable document.")
@@ -205,7 +204,7 @@ paper_p = 1
 
 output_name = ''
 
-# Output formats that ly2dvi should create
+# Output formats that lilypond should create
 targets = ['DVI', 'LATEX', 'MIDI', 'TEX', 'PDF', 'PS']
 
 track_dependencies_p = 0
@@ -616,7 +615,7 @@ def find_file_in_path (path, name):
                if name in os.listdir (d):
                        return os.path.join (d, name)
 
-# Added as functionality to ly2dvi, because ly2dvi may well need to do this
+# Added as functionality to lilypond, because lilypond may well need to do this
 # in future too.
 PS = '%!PS-Adobe'
 def find_pfa_fonts (name):
@@ -766,7 +765,7 @@ 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:
 
-#    ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
+#    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]))
        
index 788763e3a6f51d3813cc1d5464c8794e6830420a..75039f950424a76c4fc08dd09882af70722d4890 100644 (file)
@@ -108,7 +108,7 @@ cp -r $GUILE_SCM $distdir/share/lilypond
 #
 # Rename python files to <filename>.py
 #
-mv $distdir/bin/ly2dvi $distdir/bin/ly2dvi.py
+mv $distdir/bin/lilypond $distdir/bin/lilypond.py
 mv $distdir/bin/convert-mudela $distdir/bin/convert-mudela.py
 mv $distdir/bin/mudela-book $distdir/bin/mudela-book.py
 
index 879dacc9a9222cbc030b0f5a5c6708986b6ca51b..515e8811ec8f9e00b559ffed4799832e5abccd96 100644 (file)
   {\gdef\lilypondpaperinterscorelinefill{0}}
   {\gdef\lilypondpaperinterscorelinefill{1}}
 
-%% Allow overriding of interscoreline, eg for ly2dvi --preview
+%% Allow overriding of interscoreline, eg for lilypond --preview
 \lilypondifundefined{interscoreline}
 {\gdef\interscoreline{
   \vskip \lilypondpaperinterscoreline \lilypondpaperunit
index 9894742ba4cba42386f790fb0f038e988fb1d5a2..73e4628d5beb4b8faf84eacce709f03c636f88c8 100644 (file)
   \fi
 }
 
-% Moved header and footer definitions here from the ly2dvi script.
+% Moved header and footer definitions here from the lilypond script.
 % Separate page styles for first, last and ordinary (plain) pages.
 
 \makeatletter
diff --git a/vimrc b/vimrc
index c37ee866e401764acb87ec26d274400d788773e0..7cfa170a401f07fb0fbccf5a1f25a4e93fd56833 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -5,10 +5,10 @@ set shiftwidth=2
 " some handy key mappings
 "
 " <F4>  save & make and play midi
-map <F4> :w<Return>:se makeprg=ly2dvi\ -m\ %<<Return>:make<Return>:!timidity %<.midi<Return>
+map <F4> :w<Return>:se makeprg=lilypond\ -m\ %<<Return>:make<Return>:!timidity %<.midi<Return>
 "
 " <F5>  save & make dvi, midi, ps
-map <F5> :w<Return>:se makeprg=ly2dvi\ -P\ %<<Return>:make<Return>
+map <F5> :w<Return>:se makeprg=lilypond\ -P\ %<<Return>:make<Return>
 "
 " <F6>  view ps
 map <F6> :!gv -watch %<.ps &<Return>