]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/lilypond.pot
* scripts/lilypond-book.py (PREAMBLE_LY): include
[lilypond.git] / po / lilypond.pot
index 6a1ef7528c9f2336fc7697f5d87d8d9e2793abbc..77d07a65b033ae8443158c8af5be9ac369980c87 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-25 13:09+0100\n"
+"POT-Creation-Date: 2006-03-20 12:53+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,200 +16,188 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: lilylib.py:62
-msgid "lilylib module"
+#: convertrules.py:9
+#, python-format
+msgid "Not smart enough to convert %s"
 msgstr ""
 
-#: lilylib.py:65 lilypond-book.py:88 lilypond-latex.py:109 midi2ly.py:100
-#: mup2ly.py:75 ps2png.py:40 main.cc:130
-msgid "print this help"
+#: convertrules.py:10
+msgid "Please refer to the manual for details, and update manually."
 msgstr ""
 
-#: lilylib.py:112 midi2ly.py:136 mup2ly.py:130
+#: convertrules.py:11
 #, python-format
-msgid "Copyright (c) %s by"
+msgid "%s has been replaced by %s"
 msgstr ""
 
-#: lilylib.py:116 midi2ly.py:141 mup2ly.py:135
-msgid "Distributed under terms of the GNU General Public License."
+#: convertrules.py:2395
+msgid "LilyPond source must be UTF-8"
 msgstr ""
 
-#: lilylib.py:118 midi2ly.py:142 mup2ly.py:136
-msgid "It comes with NO WARRANTY."
+#: convertrules.py:2398
+msgid "Try the texstrings backend"
 msgstr ""
 
-#: lilylib.py:125 warn.cc:24
-#, c-format, python-format
-msgid "warning: %s"
+#: convertrules.py:2401
+#, python-format
+msgid "Do something like: %s"
 msgstr ""
 
-#: lilylib.py:128 warn.cc:30
-#, c-format, python-format
-msgid "error: %s"
+#: convertrules.py:2404
+msgid "Or save as UTF-8 in your editor"
 msgstr ""
 
-#: lilylib.py:132
+#: fontextract.py:25
 #, python-format
-msgid "Exiting (%d)..."
+msgid "Scanning %s"
 msgstr ""
 
-#: lilylib.py:200 midi2ly.py:223 mup2ly.py:219
+#: fontextract.py:70
 #, python-format
-msgid "Usage: %s [OPTIONS]... FILE"
-msgstr ""
-
-#: lilylib.py:204 convert-ly.py:57 midi2ly.py:227 mup2ly.py:223 main.cc:200
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: lilylib.py:208 convert-ly.py:68 midi2ly.py:231 mup2ly.py:227 main.cc:204
-#, c-format, python-format
-msgid "Report bugs to %s."
+msgid "Extracted %s"
 msgstr ""
 
-#: lilylib.py:228
+#: fontextract.py:85
 #, python-format
-msgid "Binary %s has version %s, looking for version %s"
+msgid "Writing fonts to %s"
 msgstr ""
 
-#: lilylib.py:262
+#: lilylib.py:82
 #, python-format
-msgid "Opening pipe `%s'"
+msgid "Invoking `%s'"
 msgstr ""
 
-#: lilylib.py:277 lilypond-book.py:1111
+#: lilylib.py:84
 #, python-format
-msgid "`%s' failed (%d)"
-msgstr ""
-
-#: lilylib.py:282 lilylib.py:341 lilypond-book.py:1112 lilypond-latex.py:466
-msgid "The error log is as follows:"
+msgid "Running %s..."
 msgstr ""
 
-#: lilylib.py:313 midi2ly.py:259 mup2ly.py:255
+#: lilylib.py:165
 #, python-format
-msgid "Invoking `%s'"
+msgid "Usage: %s\n"
 msgstr ""
 
-#: lilylib.py:315
-#, python-format
-msgid "Running %s..."
+#: abc2ly.py:1357
+msgid ""
+"This program converts ABC music files (see\n"
+"http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input."
 msgstr ""
 
-#: lilylib.py:334
-#, python-format
-msgid "`%s' failed (%s)"
+#: abc2ly.py:1360
+msgid "set output filename to FILE"
 msgstr ""
 
-#: lilylib.py:337 midi2ly.py:265 mup2ly.py:263
-msgid "(ignored)"
+#: abc2ly.py:1362
+msgid "be strict about succes"
 msgstr ""
 
-#: lilylib.py:355 midi2ly.py:275 mup2ly.py:273
-#, python-format
-msgid "Cleaning %s..."
+#: abc2ly.py:1364
+msgid "preserve ABC's notion of beams"
 msgstr ""
 
-#: lilylib.py:529
-msgid "Removing output file"
+#: convert-ly.py:49
+msgid ""
+"Update LilyPond input to newer version.  By default, update from the\n"
+"version taken from the \\version command, to the current LilyPond version.\n"
+"\n"
+"Examples:\n"
+"\n"
+"  convert-ly -e old.ly\n"
+"  convert-ly --from=2.3.28 --to 2.5.21 foobar.ly\n"
 msgstr ""
 
-#: convert-ly.py:32
-#, python-format
-msgid "%s has been replaced by %s"
+#: convert-ly.py:67 lilypond-book.py:115 warn.cc:48 input.cc:81
+#, c-format, python-format
+msgid "warning: %s"
 msgstr ""
 
-#: convert-ly.py:33
-#, python-format
-msgid "Not smart enough to convert %s"
+#: convert-ly.py:70 lilypond-book.py:118 warn.cc:54 input.cc:87 input.cc:95
+#, c-format, python-format
+msgid "error: %s"
 msgstr ""
 
-#: convert-ly.py:34
-msgid "Please refer to the manual for details, and update manually."
+#: convert-ly.py:86 etf2ly.py:1200 lilypond-book.py:138 midi2ly.py:114
+msgid "Distributed under terms of the GNU General Public License."
 msgstr ""
 
-#: convert-ly.py:50
-#, python-format
-msgid "Usage: %s [OPTION]... [FILE]..."
+#: convert-ly.py:87 etf2ly.py:1201 lilypond-book.py:139 midi2ly.py:115
+msgid "It comes with NO WARRANTY."
 msgstr ""
 
-#: convert-ly.py:53
-msgid ""
-"Update LilyPond input to newer version.  By default, update from the\n"
-"version taken from the \\version command, to the current LilyPond version."
+#: convert-ly.py:98 convert-ly.py:118
+msgid "VERSION"
 msgstr ""
 
-#: convert-ly.py:59
-msgid ""
-"  -e, --edit             edit in place\n"
-"  -f, --from=VERSION     start from version [default: \\version found in "
-"file]\n"
-"  -h, --help             print this help\n"
-"  -n, --no-version       do not add \\version command if missing\n"
-"  -s, --show-rules       print rules [default: --from=0, --"
-"to=@TOPLEVEL_VERSION@]\n"
-"  -t, --to=VERSION       convert to version [default: @TOPLEVEL_VERSION@]\n"
-"  -v, --version          print program version"
-msgstr ""
-
-#: convert-ly.py:75 main.cc:89
-#, c-format, python-format
-msgid ""
-"This program is free software.  It is covered by the GNU General Public\n"
-"License and you are welcome to change it and/or distribute copies of it\n"
-"under certain conditions.  Invoke as `%s --warranty' for more\n"
-"information.\n"
+#: convert-ly.py:100
+msgid "start from VERSION [default: \\version found in file]"
 msgstr ""
 
-#: convert-ly.py:2402
-msgid "LilyPond source must be UTF-8"
+#: convert-ly.py:103
+msgid "edit in place"
 msgstr ""
 
-#: convert-ly.py:2405
-msgid "Try the texstrings backend"
+#: convert-ly.py:106
+msgid "do not add \\version command if missing"
 msgstr ""
 
-#: convert-ly.py:2408
-#, python-format
-msgid "Do something like: %s"
+#: convert-ly.py:112
+msgid "print rules [default: --from=0, --to=@TOPLEVEL_VERSION@]"
 msgstr ""
 
-#: convert-ly.py:2411
-msgid "Or save as UTF-8 in your editor"
+#: convert-ly.py:117
+msgid "convert to VERSION [default: @TOPLEVEL_VERSION@]"
 msgstr ""
 
-#: convert-ly.py:2455
+#: convert-ly.py:164
 msgid "Applying conversion: "
 msgstr ""
 
-#: convert-ly.py:2467
-#, python-format
-msgid "%s: error while converting"
+#: convert-ly.py:176
+msgid "error while converting"
 msgstr ""
 
-#: convert-ly.py:2470 score-engraver.cc:110
+#: convert-ly.py:178 score-engraver.cc:73
 msgid "Aborting"
 msgstr ""
 
-#: convert-ly.py:2491
+#: convert-ly.py:202
 #, python-format
 msgid "Processing `%s'... "
 msgstr ""
 
-#: convert-ly.py:2593
-#, python-format
-msgid "%s: cannot determine version for `%s'"
+#: convert-ly.py:289 source-file.cc:56
+#, c-format, python-format
+msgid "can't open file: `%s'"
 msgstr ""
 
-#: convert-ly.py:2602
+#: convert-ly.py:296
 #, python-format
-msgid "%s: skipping: `%s' "
+msgid "can't determine version for `%s'. Skipping"
+msgstr ""
+
+#: etf2ly.py:1208
+msgid ""
+"Enigma Transport Format is a format used by Coda Music Technology's\n"
+"Finale product. This program will convert a subset of ETF to a\n"
+"ready-to-use lilypond file."
+msgstr ""
+
+#: etf2ly.py:1211 midi2ly.py:901
+msgid "write output to FILE"
+msgstr ""
+
+#: etf2ly.py:1212 midi2ly.py:902 main.cc:172 main.cc:178
+msgid "FILE"
+msgstr ""
+
+#: etf2ly.py:1214 midi2ly.py:915
+msgid "show warranty"
 msgstr ""
 
-#: lilypond-book.py:70
+#: lilypond-book.py:88
 msgid ""
 "Process LilyPond snippets in hybrid HTML, LaTeX, or texinfo document.\n"
+"\n"
 "Example usage:\n"
 "\n"
 "   lilypond-book --filter=\"tr '[a-z]' '[A-Z]'\" BOOK\n"
@@ -217,782 +205,608 @@ msgid ""
 "   lilypond-book --process='lilypond -I include' BOOK\n"
 msgstr ""
 
-#: lilypond-book.py:82 main.cc:124
-msgid "EXT"
+#: lilypond-book.py:104
+#, python-format
+msgid "Exiting (%d)..."
 msgstr ""
 
-#: lilypond-book.py:83
-msgid ""
-"use output format EXT (texi [default], texi-html,\n"
-"\t\tlatex, html)"
+#: lilypond-book.py:136
+#, python-format
+msgid "Copyright (c) %s by"
 msgstr ""
 
-#: lilypond-book.py:85
+#: lilypond-book.py:147
 msgid "FILTER"
 msgstr ""
 
-#: lilypond-book.py:86
+#: lilypond-book.py:150
 msgid "pipe snippets through FILTER [convert-ly -n -]"
 msgstr ""
 
-#: lilypond-book.py:89 lilypond-book.py:91 lilypond-latex.py:114 main.cc:132
-msgid "DIR"
+#: lilypond-book.py:152
+msgid "use output format FORMAT (texi [default], texi-html, latex, html)"
 msgstr ""
 
-#: lilypond-book.py:90
+#: lilypond-book.py:154
 msgid "add DIR to include path"
 msgstr ""
 
-#: lilypond-book.py:92
+#: lilypond-book.py:159
 msgid "write output to DIR"
 msgstr ""
 
-#: lilypond-book.py:93
+#: lilypond-book.py:162
 msgid "COMMAND"
 msgstr ""
 
-#: lilypond-book.py:94
+#: lilypond-book.py:163
 msgid "process ly_files using COMMAND FILE..."
 msgstr ""
 
-#: lilypond-book.py:96 lilypond-latex.py:133 midi2ly.py:105 mup2ly.py:78
-#: ps2png.py:41 main.cc:145
-msgid "be verbose"
+#: lilypond-book.py:168
+msgid ""
+"extract all PostScript fonts into INPUT.psfonts for LaTeXmust use this with "
+"dvips -h INPUT.psfonts"
 msgstr ""
 
-#: lilypond-book.py:98
-msgid "print version information"
+#: lilypond-book.py:171 midi2ly.py:912 main.cc:182
+msgid "be verbose"
 msgstr ""
 
-#: lilypond-book.py:100 lilypond-latex.py:135 midi2ly.py:107 mup2ly.py:80
-#: main.cc:146
+#: lilypond-book.py:177 main.cc:183
 msgid "show warranty and copyright"
 msgstr ""
 
-#: lilypond-book.py:699
+#: lilypond-book.py:734
+#, python-format
+msgid "file not found: %s"
+msgstr ""
+
+#: lilypond-book.py:963
 #, python-format
 msgid "deprecated ly-option used: %s=%s"
 msgstr ""
 
-#: lilypond-book.py:702
+#: lilypond-book.py:966
 #, python-format
 msgid "compatibility mode translation: %s=%s"
 msgstr ""
 
-#: lilypond-book.py:706
+#: lilypond-book.py:970
 #, python-format
 msgid "deprecated ly-option used: %s"
 msgstr ""
 
-#: lilypond-book.py:709
+#: lilypond-book.py:973
 #, python-format
 msgid "compatibility mode translation: %s"
 msgstr ""
 
-#: lilypond-book.py:728
+#: lilypond-book.py:992
 #, python-format
 msgid "ignoring unknown ly option: %s"
 msgstr ""
 
-#: lilypond-book.py:761
-#, python-format
-msgid "file not found: %s"
-msgstr ""
-
-#: lilypond-book.py:1094
+#: lilypond-book.py:1327
 #, python-format
 msgid "Opening filter `%s'"
 msgstr ""
 
-#: lilypond-book.py:1236
-msgid "Writing snippets..."
-msgstr ""
-
-#: lilypond-book.py:1241
-msgid "Processing...\n"
-msgstr ""
-
-#: lilypond-book.py:1244
-msgid "All snippets are up to date..."
-msgstr ""
-
-#: lilypond-book.py:1254
+#: lilypond-book.py:1344
 #, python-format
-msgid "cannot determine format for: %s"
-msgstr ""
-
-#: lilypond-book.py:1299
-msgid "Output would overwrite input file; use --output."
+msgid "`%s' failed (%d)"
 msgstr ""
 
-#: lilypond-book.py:1306
-#, python-format
-msgid "Reading %s..."
+#: lilypond-book.py:1345
+msgid "The error log is as follows:"
 msgstr ""
 
-#: lilypond-book.py:1322
-msgid "Dissecting..."
+#: lilypond-book.py:1512
+msgid "Writing snippets..."
 msgstr ""
 
-#: lilypond-book.py:1353
-#, python-format
-msgid "Compiling %s..."
+#: lilypond-book.py:1517
+msgid "Processing..."
 msgstr ""
 
-#: lilypond-book.py:1361
-#, python-format
-msgid "Processing include: %s"
+#: lilypond-book.py:1521
+msgid "All snippets are up to date..."
 msgstr ""
 
-#: lilypond-book.py:1371
+#: lilypond-book.py:1531
 #, python-format
-msgid "Removing `%s'"
+msgid "can't determine format for: %s"
 msgstr ""
 
-#: lilypond-book.py:1386 lilypond-latex.py:576 midi2ly.py:1017 ps2png.py:51
+#: lilypond-book.py:1542
 #, python-format
-msgid "getopt says: `%s'"
-msgstr ""
-
-#. # FIXME
-#. # do -P or -p by default?
-#. #help_summary = _ ("Run LilyPond using LaTeX for titling")
-#: lilypond-latex.py:104
-msgid "Run LilyPond, generate printable document."
+msgid "%s is up to date."
 msgstr ""
 
-#: lilypond-latex.py:110
-msgid "use LaTeX for formatting"
-msgstr ""
-
-#: lilypond-latex.py:111
-msgid "print even more output"
-msgstr ""
-
-#: lilypond-latex.py:112 lilypond-latex.py:123 midi2ly.py:102 main.cc:133
-#: main.cc:135
-msgid "FILE"
-msgstr ""
-
-#: lilypond-latex.py:112
-msgid "find pfa fonts used in FILE"
-msgstr ""
-
-#: lilypond-latex.py:114
-msgid "add DIR to LilyPond's search path"
-msgstr ""
-
-#: lilypond-latex.py:116
+#: lilypond-book.py:1548
 #, python-format
-msgid "keep all output, output to directory %s.dir"
-msgstr ""
-
-#. junkme?
-#: lilypond-latex.py:119
-msgid "don't run LilyPond"
-msgstr ""
-
-#. junkme?
-#: lilypond-latex.py:121 main.cc:134
-msgid "produce MIDI output only"
-msgstr ""
-
-#: lilypond-latex.py:123 main.cc:135
-msgid "write output to FILE (suffix will be added)"
-msgstr ""
-
-#: lilypond-latex.py:124 ps2png.py:42
-msgid "RES"
-msgstr ""
-
-#: lilypond-latex.py:125 ps2png.py:43
-msgid "set the resolution of the preview to RES"
-msgstr ""
-
-#: lilypond-latex.py:126
-msgid "generate PDF output"
-msgstr ""
-
-#: lilypond-latex.py:127
-msgid "generate PostScript output"
-msgstr ""
-
-#: lilypond-latex.py:128
-msgid "generate PNG page images"
-msgstr ""
-
-#: lilypond-latex.py:129
-msgid "make a picture of the first system"
-msgstr ""
-
-#: lilypond-latex.py:130
-msgid "generate PS.GZ"
-msgstr ""
-
-#: lilypond-latex.py:131
-msgid "run in safe-mode"
-msgstr ""
-
-#: lilypond-latex.py:132
-msgid "KEY=VAL"
-msgstr ""
-
-#: lilypond-latex.py:132
-msgid "change global setting KEY to VAL"
-msgstr ""
-
-#: lilypond-latex.py:134 midi2ly.py:106 mup2ly.py:79 main.cc:144
-msgid "print version number"
+msgid "Writing `%s'..."
 msgstr ""
 
-#: lilypond-latex.py:203
-#, python-format
-msgid "no such setting: `%s'"
+#: lilypond-book.py:1595
+msgid "Output would overwrite input file; use --output."
 msgstr ""
 
-#: lilypond-latex.py:247
+#: lilypond-book.py:1599
 #, python-format
-msgid "LilyPond crashed (signal %d)."
-msgstr ""
-
-#: lilypond-latex.py:248
-msgid "Please submit a bug report to bug-lilypond@gnu.org"
+msgid "Reading %s..."
 msgstr ""
 
-#: lilypond-latex.py:255
-#, python-format
-msgid "LilyPond failed on input file %s (exit status %d)"
+#: lilypond-book.py:1618
+msgid "Dissecting..."
 msgstr ""
 
-#: lilypond-latex.py:259
+#: lilypond-book.py:1634
 #, python-format
-msgid "LilyPond failed on an input file (exit status %d)"
-msgstr ""
-
-#: lilypond-latex.py:260
-msgid "Continuing..."
+msgid "Compiling %s..."
 msgstr ""
 
-#: lilypond-latex.py:270
+#: lilypond-book.py:1643
 #, python-format
-msgid "Analyzing %s..."
+msgid "Processing include: %s"
 msgstr ""
 
-#: lilypond-latex.py:324
+#: lilypond-book.py:1657
 #, python-format
-msgid "no LilyPond output found for `%s'"
-msgstr ""
-
-#: lilypond-latex.py:465
-msgid "LaTeX failed on the output file."
-msgstr ""
-
-#: lilypond-latex.py:513
-msgid ""
-"Trying create PDF, but no PFA fonts found.\n"
-"Using bitmap fonts instead. This will look bad."
+msgid "Removing `%s'"
 msgstr ""
 
-#. no ps header?
-#: lilypond-latex.py:556
+#: lilypond-book.py:1717
 #, python-format
-msgid "not a PostScript file: `%s'"
-msgstr ""
-
-#: lilypond-latex.py:666
-msgid "pseudo filter"
+msgid "Writing fonts to %s..."
 msgstr ""
 
-#: lilypond-latex.py:669
-msgid "pseudo filter only for single input file"
+#: lilypond-book.py:1729
+msgid "option --psfonts not used"
 msgstr ""
 
-#: lilypond-latex.py:674
-msgid "no files specified on command line"
+#: lilypond-book.py:1730
+msgid "processing with dvips will have no fonts"
 msgstr ""
 
-#: lilypond-latex.py:706
-#, python-format
-msgid "filename should not contain spaces: `%s'"
+#: lilypond-book.py:1736
+msgid "DVIPS usage:"
 msgstr ""
 
-#: lilypond-latex.py:744
-msgid "Running LilyPond failed. Rerun with --verbose for a trace."
-msgstr ""
-
-#: lilypond-latex.py:786
-msgid "Failed to make PS file. Rerun with --verbose for a trace."
-msgstr ""
-
-#: lilypond-latex.py:815
-#, python-format
-msgid "%s output to <stdout>..."
+#: midi2ly.py:122 lily-library.scm:489 lily-library.scm:497
+msgid "warning: "
 msgstr ""
 
-#: lilypond-latex.py:820 includable-lexer.cc:57 kpath.cc:129 lily-guile.cc:90
-#: lily-parser-scheme.cc:92
-#, c-format, python-format
-msgid "can't find file: `%s'"
+#: midi2ly.py:125 midi2ly.py:941
+msgid "error: "
 msgstr ""
 
-#: lilypond-latex.py:843
-#, python-format
-msgid "%s output to %s..."
+#: midi2ly.py:126
+msgid "Exiting ... "
 msgstr ""
 
-#: lilypond-latex.py:846
+#: midi2ly.py:873
 #, python-format
-msgid "can't find file: `%s.%s'"
+msgid "%s output to `%s'..."
 msgstr ""
 
-#. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
-#. original_dir = os.getcwd ()
-#. keep_temp_dir_p = 0
-#: midi2ly.py:94
+#: midi2ly.py:887
 msgid "Convert MIDI to LilyPond source."
 msgstr ""
 
-#: midi2ly.py:97
+#: midi2ly.py:891
 msgid "print absolute pitches"
 msgstr ""
 
-#: midi2ly.py:98 midi2ly.py:103
+#: midi2ly.py:893 midi2ly.py:905
 msgid "DUR"
 msgstr ""
 
-#: midi2ly.py:98
+#: midi2ly.py:894
 msgid "quantise note durations on DUR"
 msgstr ""
 
-#: midi2ly.py:99
+#: midi2ly.py:897
 msgid "print explicit durations"
 msgstr ""
 
-#: midi2ly.py:101
-msgid "ALT[:MINOR]"
-msgstr ""
-
-#: midi2ly.py:101
+#: midi2ly.py:898
 msgid "set key: ALT=+sharps|-flats; MINOR=1"
 msgstr ""
 
-#: midi2ly.py:102 mup2ly.py:76
-msgid "write output to FILE"
+#: midi2ly.py:899
+msgid "ALT[:MINOR]"
 msgstr ""
 
-#: midi2ly.py:103
+#: midi2ly.py:904
 msgid "quantise note starts on DUR"
 msgstr ""
 
-#: midi2ly.py:104
+#: midi2ly.py:907
 msgid "DUR*NUM/DEN"
 msgstr ""
 
-#: midi2ly.py:104
+#: midi2ly.py:910
 msgid "allow tuplet durations DUR*NUM/DEN"
 msgstr ""
 
-#: midi2ly.py:108
+#: midi2ly.py:918
 msgid "treat every text as a lyric"
 msgstr ""
 
-#: midi2ly.py:149 mup2ly.py:143 input.cc:105
-msgid "warning: "
+#: midi2ly.py:921
+msgid "example"
 msgstr ""
 
-#: midi2ly.py:164 midi2ly.py:1017 midi2ly.py:1082 mup2ly.py:146 mup2ly.py:160
-#: input.cc:110
-msgid "error: "
-msgstr ""
-
-#: midi2ly.py:165 mup2ly.py:161
-msgid "Exiting ... "
-msgstr ""
-
-#: midi2ly.py:263 mup2ly.py:260
-#, python-format
-msgid "command exited with value %d"
-msgstr ""
-
-#: midi2ly.py:1001
-#, python-format
-msgid "%s output to `%s'..."
-msgstr ""
-
-#: midi2ly.py:1032
-msgid "Example:"
-msgstr ""
-
-#: midi2ly.py:1082
+#: midi2ly.py:942
 msgid "no files specified on command line."
 msgstr ""
 
-#: mup2ly.py:70
-msgid "Convert mup to LilyPond source."
-msgstr ""
-
-#: mup2ly.py:73
-msgid "debug"
-msgstr ""
-
-#: mup2ly.py:74
-msgid "define macro NAME [optional expansion EXP]"
-msgstr ""
-
-#: mup2ly.py:77
-msgid "only pre-process"
-msgstr ""
-
-#: mup2ly.py:1075
-#, python-format
-msgid "no such context: %s"
-msgstr ""
-
-#: mup2ly.py:1300
-#, python-format
-msgid "Processing `%s'..."
-msgstr ""
-
-#: mup2ly.py:1319
-#, python-format
-msgid "Writing `%s'..."
-msgstr ""
-
-#. ugr.
-#: ps2png.py:35
-msgid "Convert PostScript to PNG image."
-msgstr ""
-
-#. # FIXME: silly message containing %d
-#: ps2png.py:72
-#, python-format
-msgid "Wrote `%s'"
-msgstr ""
-
-#: getopt-long.cc:144
+#: getopt-long.cc:141
 #, c-format
 msgid "option `%s' requires an argument"
 msgstr ""
 
-#: getopt-long.cc:148
+#: getopt-long.cc:145
 #, c-format
 msgid "option `%s' doesn't allow an argument"
 msgstr ""
 
-#: getopt-long.cc:152
+#: getopt-long.cc:149
 #, c-format
 msgid "unrecognized option: `%s'"
 msgstr ""
 
-#: getopt-long.cc:159
+#: getopt-long.cc:155
 #, c-format
 msgid "invalid argument `%s' to option `%s'"
 msgstr ""
 
-#: warn.cc:43
+#: warn.cc:68 grob.cc:462
 #, c-format
 msgid "programming error: %s"
 msgstr ""
 
-#: warn.cc:44
-msgid "Continuing; crossing fingers"
+#: warn.cc:69
+msgid "continuing, cross fingers"
 msgstr ""
 
-#: accidental-engraver.cc:239
+#: accidental-engraver.cc:238
 #, c-format
-msgid "Accidental typesetting list must begin with context-name: %s"
+msgid "accidental typesetting list must begin with context-name: %s"
 msgstr ""
 
-#: accidental-engraver.cc:267
+#: accidental-engraver.cc:266
 #, c-format
 msgid "ignoring unknown accidental: %s"
 msgstr ""
 
-#: accidental-engraver.cc:284
+#: accidental-engraver.cc:282
 #, c-format
-msgid "Accidental rule must be pair or context-name; Found %s"
+msgid "pair or context-name expected for accidental rule, found %s"
 msgstr ""
 
-#: accidental.cc:223 key-signature-interface.cc:133
+#: accidental.cc:239 key-signature-interface.cc:124
 #, c-format
 msgid "accidental `%s' not found"
 msgstr ""
 
-#: afm.cc:144
-#, c-format
-msgid "Error parsing AFM file: `%s'"
-msgstr ""
-
-#. FIXME: broken sentence
-#: all-font-metrics.cc:158
-#, c-format
-msgid "checksum mismatch for font file: `%s'"
-msgstr ""
-
-#: all-font-metrics.cc:160
-#, c-format
-msgid "does not match: `%s'"
-msgstr ""
-
-#: all-font-metrics.cc:166
-msgid "Rebuild all .afm files, and remove all .pk and .tfm files."
-msgstr ""
-
-#: all-font-metrics.cc:168
-msgid "Rerun with -V to show font paths."
-msgstr ""
-
-#: all-font-metrics.cc:170
-msgid "A script for removing font-files is delivered with the source-code:"
+#: align-interface.cc:160
+msgid ""
+"vertical alignment called before line-breaking.\n"
+"Only do cross-staff spanners with PianoStaff."
 msgstr ""
 
-#: all-font-metrics.cc:279
+#: all-font-metrics.cc:213
 #, c-format
 msgid "can't find font: `%s'"
 msgstr ""
 
-#: all-font-metrics.cc:280
-msgid "Loading default font"
+#: all-font-metrics.cc:214
+msgid "loading default font"
 msgstr ""
 
-#: all-font-metrics.cc:295
+#: all-font-metrics.cc:224
 #, c-format
 msgid "can't find default font: `%s'"
 msgstr ""
 
-#: all-font-metrics.cc:296 includable-lexer.cc:59 lily-parser-scheme.cc:85
+#: all-font-metrics.cc:225 includable-lexer.cc:62 lily-parser-scheme.cc:97
 #, c-format
 msgid "(search path: `%s')"
 msgstr ""
 
-#: all-font-metrics.cc:297
-msgid "Giving up"
+#: all-font-metrics.cc:226 volta-engraver.cc:157
+msgid "giving up"
 msgstr ""
 
-#: apply-context-iterator.cc:35
+#: apply-context-iterator.cc:34
 msgid "\\applycontext argument is not a procedure"
 msgstr ""
 
-#: auto-change-iterator.cc:66 change-iterator.cc:61
-msgid "Can't switch translators, I'm there already"
+#: auto-change-iterator.cc:62 change-iterator.cc:61
+#, c-format
+msgid "can't change, already in translator: %s"
 msgstr ""
 
-#: axis-group-engraver.cc:112
-msgid ""
-"Axis_group_engraver: vertical group already has a parent.\n"
-"Do you have two Axis_group_engravers?\n"
-"Killing this vertical group."
+#: axis-group-engraver.cc:82
+msgid "Axis_group_engraver: vertical group already has a parent"
+msgstr ""
+
+#: axis-group-engraver.cc:83
+msgid "are there two Axis_group_engravers?"
+msgstr ""
+
+#: axis-group-engraver.cc:84
+msgid "removing this vertical group"
 msgstr ""
 
-#: bar-check-iterator.cc:68
+#: bar-check-iterator.cc:73
 #, c-format
 msgid "barcheck failed at: %s"
 msgstr ""
 
-#: beam-engraver.cc:138
+#: beam-engraver.cc:136
 msgid "already have a beam"
 msgstr ""
 
-#: beam-engraver.cc:209
+#: beam-engraver.cc:205
 msgid "unterminated beam"
 msgstr ""
 
-#: beam-engraver.cc:242 chord-tremolo-engraver.cc:168
+#: beam-engraver.cc:246 chord-tremolo-engraver.cc:162
 msgid "stem must have Rhythmic structure"
 msgstr ""
 
-#: beam-engraver.cc:256
+#: beam-engraver.cc:259
 msgid "stem doesn't fit in beam"
 msgstr ""
 
-#: beam-engraver.cc:257
+#: beam-engraver.cc:260
 msgid "beam was started here"
 msgstr ""
 
-#: beam.cc:150
-msgid "beam has less than two visible stems"
+#: beam-quanting.cc:306
+msgid "no feasible beam position"
 msgstr ""
 
-#: beam.cc:155
+#: beam.cc:126
 msgid "removing beam with less than two stems"
 msgstr ""
 
-#: beam.cc:1011
+#: beam.cc:981
 msgid "no viable initial configuration found: may not find good beam slope"
 msgstr ""
 
-#: break-align-interface.cc:212
+#: break-align-interface.cc:194
 #, c-format
 msgid "No spacing entry from %s to `%s'"
 msgstr ""
 
-#: change-iterator.cc:22
+#: change-iterator.cc:23
 #, c-format
 msgid "can't change `%s' to `%s'"
 msgstr ""
 
-#.
+#. FIXME: constant error message.
+#: change-iterator.cc:82
+msgid "can't find context to switch to"
+msgstr ""
+
 #. We could change the current translator's id, but that would make
-#. errors hard to catch
+#. errors hard to catch.
 #.
-#. last->translator_id_string ()  = get_change ()->change_to_id_string ();
-#.
-#: change-iterator.cc:93
-msgid "I'm one myself"
+#. last->translator_id_string () = get_change
+#. ()->change_to_id_string ();
+#: change-iterator.cc:91
+#, c-format
+msgid "not changing to same context type: %s"
 msgstr ""
 
-#: change-iterator.cc:96
+#. FIXME: uncomprehensable message
+#: change-iterator.cc:95
 msgid "none of these in my family"
 msgstr ""
 
-#: chord-tremolo-engraver.cc:97
+#: chord-tremolo-engraver.cc:96
 #, c-format
-msgid "Chord tremolo with %d elements. Must have two elements."
+msgid "expect 2 elements for chord tremolo, found %d"
 msgstr ""
 
-#: chord-tremolo-engraver.cc:134
+#: chord-tremolo-engraver.cc:132
 msgid "unterminated chord tremolo"
 msgstr ""
 
-#: chord-tremolo-iterator.cc:66
+#: chord-tremolo-iterator.cc:60
 msgid "no one to print a tremolos"
 msgstr ""
 
-#: clef.cc:57
+#: clef.cc:55
 #, c-format
 msgid "clef `%s' not found"
 msgstr ""
 
-#: cluster.cc:122
+#: cluster.cc:110
 #, c-format
 msgid "unknown cluster style `%s'"
 msgstr ""
 
-#: coherent-ligature-engraver.cc:84
+#: cluster.cc:135
+msgid "junking empty cluster"
+msgstr ""
+
+#: coherent-ligature-engraver.cc:86
 #, c-format
-msgid "gotcha: ptr =%ul"
+msgid "gotcha: ptr=%ul"
+msgstr ""
+
+#: coherent-ligature-engraver.cc:93
+msgid "distance undefined, assuming 0.1"
 msgstr ""
 
 #: coherent-ligature-engraver.cc:96
 #, c-format
-msgid "distance =%f"
+msgid "distance=%f"
 msgstr ""
 
-#: coherent-ligature-engraver.cc:139
+#: coherent-ligature-engraver.cc:136
 #, c-format
-msgid ""
-"Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr =%ul"
+msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul"
+msgstr ""
+
+#: constrained-breaking.cc:124
+msgid "no system number set in constrained-breaking"
 msgstr ""
 
-#: context-def.cc:111
+#. if we get to here, just put everything on one line
+#: constrained-breaking.cc:225 constrained-breaking.cc:241
+msgid "couldn't find line breaking that satisfies constraints"
+msgstr ""
+
+#: context-def.cc:123
 #, c-format
-msgid "Program has no such type: `%s'"
+msgid "program has no such type: `%s'"
 msgstr ""
 
-#: context-def.cc:286
+#: context-def.cc:311
 #, c-format
 msgid "can't find: `%s'"
 msgstr ""
 
-#: context.cc:151
+#: context-property.cc:77
+msgid "need symbol arguments for \\override and \\revert"
+msgstr ""
+
+#: context.cc:160
 #, c-format
-msgid "Cannot find or create new `%s'"
+msgid "can't find or create new `%s'"
 msgstr ""
 
-#: context.cc:217
+#: context.cc:222
 #, c-format
-msgid "Cannot find or create `%s' called `%s'"
+msgid "can't find or create `%s' called `%s'"
 msgstr ""
 
-#: context.cc:315
+#: context.cc:276
 #, c-format
 msgid "can't find or create: `%s'"
 msgstr ""
 
-#: custos.cc:84
+#: custos.cc:77
 #, c-format
 msgid "custos `%s' not found"
 msgstr ""
 
-#: dynamic-engraver.cc:179 span-dynamic-performer.cc:84
+#: dynamic-engraver.cc:181 span-dynamic-performer.cc:84
 msgid "can't find start of (de)crescendo"
 msgstr ""
 
-#: dynamic-engraver.cc:189
+#: dynamic-engraver.cc:190
 msgid "already have a decrescendo"
 msgstr ""
 
-#: dynamic-engraver.cc:191
+#: dynamic-engraver.cc:192
 msgid "already have a crescendo"
 msgstr ""
 
-#: dynamic-engraver.cc:194
-msgid "Cresc started here"
+#: dynamic-engraver.cc:195
+msgid "cresc starts here"
 msgstr ""
 
-#: dynamic-engraver.cc:315
+#: dynamic-engraver.cc:318
 msgid "unterminated (de)crescendo"
 msgstr ""
 
-#: event-chord-iterator.cc:56 output-property-music-iterator.cc:29
+#: event-chord-iterator.cc:53 output-property-music-iterator.cc:31
 #, c-format
-msgid "Junking event: `%s'"
+msgid "junking event: `%s'"
 msgstr ""
 
-#: extender-engraver.cc:140 extender-engraver.cc:149
+#: extender-engraver.cc:131 extender-engraver.cc:140
 msgid "unterminated extender"
 msgstr ""
 
-#: folded-repeat-iterator.cc:65
+#: folded-repeat-iterator.cc:63
 msgid "no one to print a repeat brace"
 msgstr ""
 
-#: font-config.cc:34
+#: font-config.cc:28
+msgid "Initializing FontConfig..."
+msgstr ""
+
+#: font-config.cc:38
 #, c-format
-msgid "Failed to add lilypond directory %s"
+msgid "Rebuilding FontConfig cache %s. this may take a while..."
+msgstr ""
+
+#: font-config.cc:49 font-config.cc:51
+#, c-format
+msgid "adding font directory: %s"
+msgstr ""
+
+#: general-scheme.cc:161
+msgid "infinity or NaN encountered while converting Real number"
+msgstr ""
+
+#: general-scheme.cc:162
+msgid "setting to zero"
 msgstr ""
 
-#: glissando-engraver.cc:99
-msgid "Unterminated glissando."
+#: glissando-engraver.cc:91
+msgid "unterminated glissando"
 msgstr ""
 
-#: global-context-scheme.cc:52 global-context-scheme.cc:80
-msgid "Need music in a score"
+#: global-context-scheme.cc:50 global-context-scheme.cc:77
+msgid "no music found in score"
 msgstr ""
 
-#: global-context-scheme.cc:70
+#: global-context-scheme.cc:68
 msgid "Interpreting music... "
 msgstr ""
 
-#: global-context-scheme.cc:91
+#: global-context-scheme.cc:88
 #, c-format
 msgid "elapsed time: %.2f seconds"
 msgstr ""
 
-#: global-context.cc:162
+#: global-context.cc:159
 #, c-format
 msgid "can't find `%s' context"
 msgstr ""
 
-#: gourlay-breaking.cc:200
+#: gourlay-breaking.cc:202
 #, c-format
 msgid "Optimal demerits: %f"
 msgstr ""
 
-#: gourlay-breaking.cc:205
-msgid "No feasible line breaking found"
+#: gourlay-breaking.cc:207
+msgid "no feasible line breaking found"
 msgstr ""
 
-#: gregorian-ligature-engraver.cc:59
+#: gourlay-breaking.cc:215
+msgid "can't find line breaking that satisfies constraints"
+msgstr ""
+
+#: gregorian-ligature-engraver.cc:61
 #, c-format
 msgid "\\%s ignored"
 msgstr ""
 
-#: gregorian-ligature-engraver.cc:64
+#: gregorian-ligature-engraver.cc:66
 #, c-format
 msgid "implied \\%s added"
 msgstr ""
 
+#. ligature may not start with 2nd head of pes or flexa
+#: gregorian-ligature-engraver.cc:214
+msgid "can't apply `\\~' on first head of ligature"
+msgstr ""
+
+#. (pitch == prev_pitch)
+#: gregorian-ligature-engraver.cc:226
+msgid "can't apply `\\~' on heads with identical pitch"
+msgstr ""
+
 #: grob-interface.cc:48
 #, c-format
 msgid "Unknown interface `%s'"
@@ -1003,286 +817,417 @@ msgstr ""
 msgid "Grob `%s' has no interface for property `%s'"
 msgstr ""
 
-#: hairpin.cc:106
+#: grob.cc:242
+msgid "Infinity or NaN encountered"
+msgstr ""
+
+#: hairpin.cc:149
 msgid "decrescendo too small"
 msgstr ""
 
-#: hairpin.cc:107
+#: hairpin.cc:150
 msgid "crescendo too small"
 msgstr ""
 
-#: horizontal-bracket-engraver.cc:57
-msgid "Don't have that many brackets."
+#: horizontal-bracket-engraver.cc:58
+msgid "don't have that many brackets"
 msgstr ""
 
-#: horizontal-bracket-engraver.cc:66
-msgid "Conflicting note group events."
+#: horizontal-bracket-engraver.cc:67
+msgid "conflicting note group events"
 msgstr ""
 
-#: hyphen-engraver.cc:96
+#: hyphen-engraver.cc:93
 msgid "removing unterminated hyphen"
 msgstr ""
 
-#: hyphen-engraver.cc:109
+#: hyphen-engraver.cc:107
 msgid "unterminated hyphen; removing"
 msgstr ""
 
-#: includable-lexer.cc:50
+#: includable-lexer.cc:53
 msgid "include files are not allowed in safe mode"
 msgstr ""
 
-#: input.cc:116
-msgid "non fatal error: "
+#: includable-lexer.cc:60 lily-guile.cc:96 lily-parser-scheme.cc:104
+#, c-format
+msgid "can't find file: `%s'"
 msgstr ""
 
-#: input.cc:124 source-file.cc:136 source-file.cc:229
+#: input.cc:103 source-file.cc:153 source-file.cc:168
 msgid "position unknown"
 msgstr ""
 
-#: key-performer.cc:88
-msgid "FIXME: key change merge"
+#: ligature-engraver.cc:100
+msgid "can't find start of ligature"
 msgstr ""
 
-#: kpath.cc:56
-#, c-format
-msgid "kpathsea can not find AFM file `%s'"
+#: ligature-engraver.cc:105
+msgid "no right bound"
+msgstr ""
+
+#: ligature-engraver.cc:127
+msgid "already have a ligature"
+msgstr ""
+
+#: ligature-engraver.cc:136
+msgid "no left bound"
+msgstr ""
+
+#: ligature-engraver.cc:180
+msgid "unterminated ligature"
+msgstr ""
+
+#: ligature-engraver.cc:209
+msgid "ignoring rest: ligature may not contain rest"
 msgstr ""
 
-#: kpath.cc:80
+#: ligature-engraver.cc:210
+msgid "ligature was started here"
+msgstr ""
+
+#: lily-guile.cc:98
 #, c-format
-msgid "kpathsea can not find TFM file: `%s'"
+msgid "(load path: `%s')"
 msgstr ""
 
-#: kpath.cc:124
+#: lily-guile.cc:441
 #, c-format
-msgid "kpathsea can not find file: `%s'"
+msgid "can't find property type-check for `%s' (%s)."
 msgstr ""
 
-#: ligature-engraver.cc:153
-msgid "can't find start of ligature"
+#: lily-guile.cc:444
+msgid "perhaps a typing error?"
 msgstr ""
 
-#: ligature-engraver.cc:159
-msgid "no right bound"
+#: lily-guile.cc:450
+msgid "doing assignment anyway"
 msgstr ""
 
-#: ligature-engraver.cc:185
-msgid "already have a ligature"
+#: lily-guile.cc:462
+#, c-format
+msgid "type check for `%s' failed; value `%s' must be of type `%s'"
 msgstr ""
 
-#: ligature-engraver.cc:201
-msgid "no left bound"
+#: lily-lexer.cc:223
+#, c-format
+msgid "identifier name is a keyword: `%s'"
 msgstr ""
 
-#: ligature-engraver.cc:257
-msgid "unterminated ligature"
+#: lily-lexer.cc:238
+#, c-format
+msgid "error at EOF: %s"
 msgstr ""
 
-#: ligature-engraver.cc:281
-msgid "ignoring rest: ligature may not contain rest"
+#: lily-parser-scheme.cc:29
+#, c-format
+msgid "deprecated function called: %s"
 msgstr ""
 
-#: ligature-engraver.cc:282
-msgid "ligature was started here"
+#: lily-parser-scheme.cc:76
+#, c-format
+msgid "Changing working directory to `%s'"
 msgstr ""
 
-#: lily-guile.cc:92
+#: lily-parser-scheme.cc:96
 #, c-format
-msgid "(load path: `%s')"
+msgid "can't find init file: `%s'"
 msgstr ""
 
-#: lily-guile.cc:478
+#: lily-parser-scheme.cc:114
 #, c-format
-msgid "Can't find property type-check for `%s' (%s)."
+msgid "Processing `%s'"
 msgstr ""
 
-#: lily-guile.cc:481
-msgid "Perhaps you made a typing error?"
+#: lily-parser.cc:97
+msgid "Parsing..."
 msgstr ""
 
-#: lily-guile.cc:487
-msgid "Doing assignment anyway."
+#: lily-parser.cc:126
+msgid "braces don't match"
 msgstr ""
 
-#: lily-guile.cc:501
+#: lyric-combine-music-iterator.cc:256
 #, c-format
-msgid "Type check for `%s' failed; value `%s' must be of type `%s'"
+msgid "cannot find Voice `%s'"
 msgstr ""
 
-#: lily-lexer.cc:211
+#: main.cc:116
 #, c-format
-msgid "Identifier name is a keyword: `%s'"
+msgid ""
+"This program is free software.  It is covered by the GNU General Public\n"
+"License and you are welcome to change it and/or distribute copies of it\n"
+"under certain conditions.  Invoke as `%s --warranty' for more\n"
+"information.\n"
+msgstr ""
+
+#: main.cc:122
+msgid ""
+"    This program is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License version 2\n"
+"as published by the Free Software Foundation.\n"
+"\n"
+"    This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
+"General Public License for more details.\n"
+"\n"
+"    You should have received a copy (refer to the file COPYING) of the\n"
+"GNU General Public License along with this program; if not, write to\n"
+"the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
+"Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: main.cc:153
+msgid "BACK"
+msgstr ""
+
+#: main.cc:153
+msgid ""
+"use backend BACK (gnome, ps,eps,\n"
+"scm, svg, tex, texstr)\n"
+"default: PS"
+msgstr ""
+
+#: main.cc:155
+msgid "SYM=VAL"
+msgstr ""
+
+#: main.cc:156
+msgid ""
+"set a Scheme program option. Uses #t if VAL is not specified\n"
+"Try -dhelp for help."
+msgstr ""
+
+#: main.cc:159
+msgid "EXPR"
+msgstr ""
+
+#: main.cc:159
+msgid "evaluate scheme code"
+msgstr ""
+
+#. Bug in option parser: --output =foe is taken as an abbreviation
+#. for --output-format.
+#: main.cc:162
+msgid "FORMATs"
+msgstr ""
+
+#: main.cc:162
+msgid "dump FORMAT,...  Also as separate options:"
+msgstr ""
+
+#: main.cc:163
+msgid "generate DVI (tex backend only)"
+msgstr ""
+
+#: main.cc:164
+msgid "relocate using directory of lilypond program"
+msgstr ""
+
+#: main.cc:165
+msgid "generate PDF (default)"
+msgstr ""
+
+#: main.cc:166
+msgid "generate PNG"
+msgstr ""
+
+#: main.cc:167
+msgid "generate PostScript"
+msgstr ""
+
+#: main.cc:168
+msgid "generate TeX (tex backend only)"
+msgstr ""
+
+#: main.cc:169
+msgid "print this help"
+msgstr ""
+
+#: main.cc:170
+msgid "FIELD"
 msgstr ""
 
-#: lily-lexer.cc:228
-#, c-format
-msgid "error at EOF: %s"
+#: main.cc:170
+msgid "dump a header field to file BASENAME.FIELD"
 msgstr ""
 
-#: lily-parser-scheme.cc:84
-#, c-format
-msgid "can't find init file: `%s'"
+#: main.cc:171
+msgid "DIR"
 msgstr ""
 
-#: lily-parser-scheme.cc:101
-#, c-format
-msgid "Processing `%s'"
+#: main.cc:171
+msgid "add DIR to search path"
 msgstr ""
 
-#: lily-parser.cc:102
-msgid "Parsing..."
+#: main.cc:172
+msgid "use FILE as init file"
 msgstr ""
 
-#: lily-parser.cc:120
-msgid "Braces don't match"
+#: main.cc:174
+msgid "USER,GROUP,JAIL,DIR"
 msgstr ""
 
-#: main.cc:95
+#: main.cc:174
 msgid ""
-"    This program is free software; you can redistribute it and/or\n"
-"modify it under the terms of the GNU General Public License version 2\n"
-"as published by the Free Software Foundation.\n"
-"\n"
-"    This program is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
-"General Public License for more details.\n"
-"\n"
-"    You should have received a copy (refer to the file COPYING) of the\n"
-"GNU General Public License along with this program; if not, write to\n"
-"the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
-"Boston, MA 02111-1307, USA.\n"
+"chroot to JAIL, become USER:GROUP\n"
+"and cd into DIR"
 msgstr ""
 
-#: main.cc:124
-msgid "select backend to use"
+#: main.cc:177
+msgid "do not generate printed output"
 msgstr ""
 
-#: main.cc:125
-msgid "EXPR"
+#: main.cc:178
+msgid "write output to FILE (suffix will be added)"
 msgstr ""
 
-#: main.cc:126
-msgid "set option, use -e '(ly:option-usage)' for help"
+#: main.cc:179
+msgid "generate a preview of the first system"
 msgstr ""
 
-#. Bug in option parser: --output =foe is taken as an abbreviation
-#. for --output-format.
-#: main.cc:129
-msgid "EXTs"
+#: main.cc:180
+msgid "disallow unsafe Scheme and PostScript operations"
 msgstr ""
 
-#: main.cc:129
-msgid "list of formats to dump"
+#: main.cc:181
+msgid "print version number"
 msgstr ""
 
-#: main.cc:131
-msgid "FIELD"
+#: main.cc:221
+#, c-format
+msgid ""
+"Copyright (c) %s by\n"
+"%s  and others."
 msgstr ""
 
-#: main.cc:131
-msgid "write header field to BASENAME.FIELD"
+#. No version number or newline here.  It confuses help2man.
+#: main.cc:248
+#, c-format
+msgid "Usage: %s [OPTION]... FILE..."
 msgstr ""
 
-#: main.cc:132
-msgid "add DIR to search path"
+#: main.cc:250
+#, c-format
+msgid "Typeset music and/or produce MIDI from FILE."
 msgstr ""
 
-#: main.cc:133
-msgid "use FILE as init file"
+#: main.cc:252
+#, c-format
+msgid "LilyPond produces beautiful music notation."
 msgstr ""
 
-#: main.cc:136
-msgid "generate a preview"
+#: main.cc:254
+#, c-format
+msgid "For more information, see %s"
 msgstr ""
 
-#: main.cc:137
-msgid "don't generate full pages"
+#: main.cc:256
+#, c-format
+msgid "Options:"
 msgstr ""
 
-#: main.cc:138
-msgid "generate PNG"
+#: main.cc:260
+#, c-format
+msgid "Report bugs via %s"
 msgstr ""
 
-#: main.cc:139
-msgid "generate PostScript"
+#: main.cc:306
+#, c-format
+msgid "expected %d arguments with jail, found: %u"
 msgstr ""
 
-#: main.cc:140
-msgid "generate DVI"
+#: main.cc:320
+#, c-format
+msgid "no such user: %s"
 msgstr ""
 
-#: main.cc:141
-msgid "generate PDF (default)"
+#: main.cc:322
+#, c-format
+msgid "can't get user id from user name: %s: %s"
 msgstr ""
 
-#: main.cc:142
-msgid "generate TeX"
+#: main.cc:337
+#, c-format
+msgid "no such group: %s"
 msgstr ""
 
-#: main.cc:143
-msgid "run in safe mode"
+#: main.cc:339
+#, c-format
+msgid "can't get group id from group name: %s: %s"
 msgstr ""
 
-#: main.cc:166
+#: main.cc:347
 #, c-format
-msgid ""
-"Copyright (c) %s by\n"
-"%s  and others."
+msgid "can't chroot to: %s: %s"
 msgstr ""
 
-#. No version number or newline here.  It confuses help2man.
-#: main.cc:192
+#: main.cc:354
 #, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "can't change group id to: %d: %s"
 msgstr ""
 
-#: main.cc:194
+#: main.cc:360
 #, c-format
-msgid "Typeset music and/or produce MIDI from FILE."
+msgid "can't change user id to: %d: %s"
 msgstr ""
 
-#: main.cc:196
+#: main.cc:366
 #, c-format
-msgid "LilyPond produces beautiful music notation."
+msgid "can't change working directory to: %s: %s"
 msgstr ""
 
-#: main.cc:198
+#: main.cc:413
 #, c-format
-msgid "For more information, see %s"
+msgid "Evaluating %s"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:76
+#: main.cc:627
+#, c-format
+msgid "exception caught: %s"
+msgstr ""
+
+#. FIXME: constant error message.
+#: mark-engraver.cc:131
+msgid "rehearsalMark must have integer value"
+msgstr ""
+
+#: mark-engraver.cc:137
+msgid "mark label must be a markup object"
+msgstr ""
+
+#: mensural-ligature-engraver.cc:77
 msgid "ligature with less than 2 heads -> skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:102
-msgid "can not determine pitch of ligature primitive -> skipping"
+#: mensural-ligature-engraver.cc:104
+msgid "cannot determine pitch of ligature primitive -> skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:116
+#: mensural-ligature-engraver.cc:118
 msgid "single note ligature - skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:128
+#: mensural-ligature-engraver.cc:130
 msgid "prime interval within ligature -> skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:140
+#: mensural-ligature-engraver.cc:142
 msgid "mensural ligature: duration none of Mx, L, B, S -> skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:188
+#: mensural-ligature-engraver.cc:190
 msgid "semibrevis must be followed by another one -> skipping"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:199
+#: mensural-ligature-engraver.cc:201
 msgid ""
 "semibreves can only appear at the beginning of a ligature,\n"
 "and there may be only zero or two of them"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:226
+#: mensural-ligature-engraver.cc:228
 msgid ""
 "invalid ligatura ending:\n"
 "when the last note is a descending brevis,\n"
@@ -1290,45 +1235,54 @@ msgid ""
 "or the ligatura must be LB or SSB"
 msgstr ""
 
-#: mensural-ligature-engraver.cc:345
+#: mensural-ligature-engraver.cc:348
 msgid "unexpected case fall-through"
 msgstr ""
 
-#: mensural-ligature.cc:132
+#: mensural-ligature.cc:141
 msgid "Mensural_ligature: unexpected case fall-through"
 msgstr ""
 
-#: mensural-ligature.cc:184
+#: mensural-ligature.cc:192
 msgid "Mensural_ligature: (join_right == 0)"
 msgstr ""
 
-#: midi-item.cc:151
+#: midi-item.cc:152
 #, c-format
 msgid "no such MIDI instrument: `%s'"
 msgstr ""
 
-#: midi-item.cc:255
+#: midi-item.cc:264
 msgid "silly pitch"
 msgstr ""
 
-#: midi-item.cc:271
+#: midi-item.cc:280
+#, c-format
+msgid "experimental: temporarily fine tuning (of %d cents) a channel."
+msgstr ""
+
+#: midi-stream.cc:28
 #, c-format
-msgid "Experimental: temporarily fine tuning (of %d cents) a channel."
+msgid "can't open for write: %s: %s"
 msgstr ""
 
-#: midi-stream.cc:39
+#: midi-stream.cc:44
 #, c-format
-msgid "could not write file: `%s'"
+msgid "can't write to file: `%s'"
 msgstr ""
 
-#: music.cc:176
+#: music.cc:140
 #, c-format
 msgid "octave check failed; expected %s, found: %s"
 msgstr ""
 
-#: music.cc:239
+#: music.cc:203
 #, c-format
-msgid "Transposition by %s makes alteration larger than double"
+msgid "transposition by %s makes alteration larger than double"
+msgstr ""
+
+#: new-fingering-engraver.cc:84
+msgid "can't add text scripts to individual note heads"
 msgstr ""
 
 #.
@@ -1338,304 +1292,307 @@ msgstr ""
 msgid "music for the martians."
 msgstr ""
 
-#: new-fingering-engraver.cc:233
-msgid "Fingerings are also not down?! Putting them down anyway."
+#: new-fingering-engraver.cc:261
+msgid "no placement found for fingerings"
 msgstr ""
 
-#: new-lyric-combine-music-iterator.cc:243
-#, c-format
-msgid "cannot find Voice `%s'"
+#: new-fingering-engraver.cc:262
+msgid "placing below"
+msgstr ""
+
+#: note-collision.cc:405
+msgid "ignoring too many clashing note columns"
 msgstr ""
 
-#: note-collision.cc:413
-msgid "Too many clashing notecolumns.  Ignoring them."
+#: note-column.cc:123
+msgid "can't have note heads and rests together on a stem"
 msgstr ""
 
-#: note-head.cc:68
+#: note-head.cc:67
 #, c-format
 msgid "note head `%s' not found"
 msgstr ""
 
-#: open-type-font.cc:29
-#, c-format
-msgid "Cannot allocate %d bytes"
+#: note-heads-engraver.cc:84
+msgid "NoteEvent without pitch"
 msgstr ""
 
 #: open-type-font.cc:33
 #, c-format
-msgid "Could not load %s font table"
+msgid "can't allocate %lu bytes"
+msgstr ""
+
+#: open-type-font.cc:37
+#, c-format
+msgid "can't load font table: %s"
 msgstr ""
 
-#: open-type-font.cc:85
+#: open-type-font.cc:108
 #, c-format
-msgid "Unsupported font format: %s"
+msgid "unsupported font format: %s"
 msgstr ""
 
-#: open-type-font.cc:89
+#: open-type-font.cc:110
 #, c-format
-msgid "Unknown error: %d reading font file: %s"
+msgid "unknown error: %d reading font file: %s"
 msgstr ""
 
-#: open-type-font.cc:144
+#: open-type-font.cc:183 open-type-font.cc:307
 #, c-format
 msgid "FT_Get_Glyph_Name() returned error: %d"
 msgstr ""
 
-#: pango-font.cc:147
-msgid "FreeType face has no PostScript font name."
+#: pango-font.cc:157
+#, c-format
+msgid "no PostScript font name for font `%s'"
+msgstr ""
+
+#: pango-font.cc:205
+msgid "FreeType face has no PostScript font name"
 msgstr ""
 
-#: paper-outputter-scheme.cc:27
+#: paper-outputter-scheme.cc:33
 #, c-format
 msgid "Layout output to `%s'..."
 msgstr ""
 
-#: paper-score.cc:66
+#: paper-score.cc:104
 #, c-format
 msgid "Element count %d (spanners %d) "
 msgstr ""
 
-#: paper-score.cc:70
+#: paper-score.cc:108
 msgid "Preprocessing graphical objects..."
 msgstr ""
 
-#: parse-scm.cc:81
+#: parse-scm.cc:83
 msgid "GUILE signaled an error for the expression beginning here"
 msgstr ""
 
-#: pdf.cc:259
-#, c-format
-msgid "Can't open file %s"
+#: percent-repeat-engraver.cc:209
+msgid "unterminated percent repeat"
 msgstr ""
 
-#: percent-repeat-engraver.cc:100
-msgid "Don't know how to handle a percent repeat of this length."
+#: percent-repeat-iterator.cc:52
+msgid "no one to print a percent"
 msgstr ""
 
-#: percent-repeat-engraver.cc:160
-msgid "unterminated percent repeat"
+#: performance.cc:46
+msgid "Track..."
 msgstr ""
 
-#: percent-repeat-iterator.cc:54
-msgid "no one to print a percent"
+#: performance.cc:70
+msgid "MIDI channel wrapped around"
 msgstr ""
 
-#: performance.cc:49
-msgid "Track..."
+#: performance.cc:71
+msgid "remapping modulo 16"
 msgstr ""
 
-#: performance.cc:92
+#: performance.cc:90
 msgid "Creator: "
 msgstr ""
 
-#: performance.cc:112
+#: performance.cc:110
 msgid "at "
 msgstr ""
 
-#: performance.cc:166
+#: performance.cc:162
 #, c-format
 msgid "MIDI output to `%s'..."
 msgstr ""
 
-#: phrasing-slur-engraver.cc:116
+#: phrasing-slur-engraver.cc:170
 msgid "unterminated phrasing slur"
 msgstr ""
 
-#: piano-pedal-engraver.cc:232
-msgid "Need 3 strings for piano pedals. No pedal made. "
+#: piano-pedal-engraver.cc:223
+#, c-format
+msgid "expect 3 strings for piano pedals, found: %ld"
 msgstr ""
 
-#: piano-pedal-engraver.cc:247 piano-pedal-engraver.cc:262
-#: piano-pedal-performer.cc:80
+#: piano-pedal-engraver.cc:238 piano-pedal-engraver.cc:249
+#: piano-pedal-performer.cc:82
 #, c-format
 msgid "can't find start of piano pedal: `%s'"
 msgstr ""
 
-#: piano-pedal-engraver.cc:313
+#: piano-pedal-engraver.cc:296
 #, c-format
 msgid "can't find start of piano pedal bracket: `%s'"
 msgstr ""
 
-#: property-iterator.cc:95
+#: program-option.cc:195
 #, c-format
-msgid "Not a grob name, `%s'."
+msgid "no such internal option: %s"
 msgstr ""
 
-#: quote-iterator.cc:251
+#: property-iterator.cc:81
 #, c-format
-msgid "In quotation: junking event %s"
-msgstr ""
-
-#: relative-octave-check.cc:40
-msgid "Failed octave check, got: "
+msgid "not a grob name, `%s'"
 msgstr ""
 
-#: rest-collision.cc:152
-msgid "rest direction not set.  Cannot resolve collision."
+#: quote-iterator.cc:255
+#, c-format
+msgid "in quotation: junking event %s"
 msgstr ""
 
-#: rest-collision.cc:164 rest-collision.cc:207
-msgid "too many colliding rests"
+#: relative-octave-check.cc:39
+msgid "Failed octave check, got: "
 msgstr ""
 
-#: rest.cc:141
+#: relocate.cc:52
 #, c-format
-msgid "rest `%s' not found"
+msgid "no such file: %s for %s"
 msgstr ""
 
-#: scm-option.cc:59
+#: relocate.cc:62 relocate.cc:80
 #, c-format
-msgid "lilypond -e EXPR means:"
+msgid "no such directory: %s for %s"
 msgstr ""
 
-#: scm-option.cc:61
+#: relocate.cc:72
 #, c-format
-msgid "  Evalute the Scheme EXPR before parsing any .ly files."
+msgid "%s=%s (prepend)\n"
 msgstr ""
 
-#: scm-option.cc:63
+#: relocate.cc:104
 #, c-format
-msgid ""
-"  Multiple -e options may be given, they will be evaluated sequentially."
+msgid "Relocation: compile prefix=%s, new prefix=%s"
 msgstr ""
 
-#: scm-option.cc:65
+#: relocate.cc:130
 #, c-format
-msgid ""
-"  The function ly:set-option allows for access to some internal variables."
+msgid "Relocation: framework_prefix=%s"
 msgstr ""
 
-#: scm-option.cc:67
+#: relocate.cc:212
 #, c-format
-msgid "Usage: lilypond -e \"(ly:set-option SYMBOL VAL)\""
+msgid "Relocation: is absolute: argv0=%s"
 msgstr ""
 
-#: scm-option.cc:69
+#: relocate.cc:219
 #, c-format
-msgid "Use help as  SYMBOL to get online help."
+msgid "Relocation: from cwd: argv0=%s"
 msgstr ""
 
-#: scm-option.cc:137 scm-option.cc:175
+#: relocate.cc:228
 #, c-format
-msgid "No such internal option: %s"
+msgid ""
+"Relocation: from PATH=%s\n"
+"argv0=%s"
 msgstr ""
 
-#: score-engraver.cc:106 score-engraver.cc:115 score-engraver.cc:117
-#, c-format
-msgid "cannot find `%s'"
+#: rest-collision.cc:149
+msgid "can't resolve rest collision: rest direction not set"
 msgstr ""
 
-#: score-engraver.cc:108
-msgid "Music font has not been installed properly.\n"
+#: rest-collision.cc:163 rest-collision.cc:208
+msgid "too many colliding rests"
 msgstr ""
 
-#: score-engraver.cc:109
+#: rest.cc:143
 #, c-format
-msgid "Search path `%s'\n"
+msgid "rest `%s' not found"
 msgstr ""
 
-#: score-engraver.cc:119
+#: score-engraver.cc:67
 #, c-format
-msgid "Install the ec-fonts-mftraced package from: %s."
+msgid "cannot find `%s'"
 msgstr ""
 
-#: score-engraver.cc:122
-msgid "Aborting."
+#: score-engraver.cc:69
+msgid "Music font has not been installed properly."
 msgstr ""
 
-#: score.cc:224
-msgid "Already have music in score"
+#: score-engraver.cc:71
+#, c-format
+msgid "Search path `%s'"
 msgstr ""
 
-#: score.cc:225
-msgid "This is the previous music"
+#: score.cc:211
+msgid "already have music in score"
 msgstr ""
 
-#: score.cc:230
-msgid "Error found in this music expression. Ignoring it"
+#: score.cc:212
+msgid "this is the previous music"
 msgstr ""
 
-#. FIXME:
-#: script-engraver.cc:101
-msgid "Do not know how to interpret articulation: "
+#: score.cc:217
+msgid "errors found, ignoring music expression"
 msgstr ""
 
-#: script-engraver.cc:102
-msgid "Scheme encoding: "
+#. FIXME:
+#: script-engraver.cc:105
+msgid "don't know how to interpret articulation: "
 msgstr ""
 
-#. this shouldn't happen, but let's continue anyway.
-#: separation-item.cc:54 separation-item.cc:98
-msgid "Separation_item:  I've been drinking too much"
+#: script-engraver.cc:106
+msgid "scheme encoding: "
 msgstr ""
 
-#: simple-spacer.cc:506
+#: simple-spacer.cc:406
 #, c-format
 msgid "No spring between column %d and next one"
 msgstr ""
 
-#: slur-engraver.cc:113
+#: slur-engraver.cc:176
 msgid "unterminated slur"
 msgstr ""
 
-#: slur-engraver.cc:123
-msgid "No slur to end"
-msgstr ""
-
-#: source-file.cc:47
-#, c-format
-msgid "can't open file: `%s'"
+#: slur-engraver.cc:185
+msgid "can't end slur"
 msgstr ""
 
-#: source-file.cc:60
+#: source-file.cc:74
 #, c-format
-msgid "Huh?  Got %d, expected %d characters"
+msgid "expected to read %d characters, got %d"
 msgstr ""
 
-#: spacing-spanner.cc:386
+#: spacing-spanner.cc:48
 #, c-format
 msgid "Global shortest duration is %s"
 msgstr ""
 
-#: stem-engraver.cc:88
+#: stem-engraver.cc:93
 msgid "tremolo duration is too long"
 msgstr ""
 
 #. FIXME:
-#: stem-engraver.cc:125
+#: stem-engraver.cc:130
 #, c-format
-msgid "Adding note head to incompatible stem (type = %d)"
+msgid "adding note head to incompatible stem (type = %d)"
 msgstr ""
 
-#: stem-engraver.cc:127
-msgid "Don't you want polyphonic voices instead?"
+#: stem-engraver.cc:132
+msgid "maybe input should specify polyphonic voices"
 msgstr ""
 
-#: stem.cc:125
-msgid "Weird stem size; check for narrow beams"
+#: stem.cc:98
+msgid "weird stem size, check for narrow beams"
 msgstr ""
 
-#: stem.cc:579
+#: stem.cc:592
 #, c-format
 msgid "flag `%s' not found"
 msgstr ""
 
-#: stem.cc:590
+#: stem.cc:603
 #, c-format
 msgid "flag stroke `%s' not found"
 msgstr ""
 
-#: system.cc:148
+#: system.cc:181
 #, c-format
 msgid "Element count %d."
 msgstr ""
 
-#: system.cc:301
+#: system.cc:268
 #, c-format
 msgid "Grob count %d"
 msgstr ""
 
-#: system.cc:319
+#: system.cc:289
 msgid "Calculating line breaks..."
 msgstr ""
 
@@ -1643,36 +1600,36 @@ msgstr ""
 msgid "can't find start of text spanner"
 msgstr ""
 
-#: text-spanner-engraver.cc:76
+#: text-spanner-engraver.cc:74
 msgid "already have a text spanner"
 msgstr ""
 
-#: text-spanner-engraver.cc:138
+#: text-spanner-engraver.cc:134
 msgid "unterminated text spanner"
 msgstr ""
 
 #. Not using ngettext's plural feature here, as this message is
 #. more of a programming error.
-#: tfm-reader.cc:108
+#: tfm-reader.cc:107
 #, c-format
 msgid "TFM header of `%s' has only %u word (s)"
 msgstr ""
 
-#: tfm-reader.cc:142
+#: tfm-reader.cc:140
 #, c-format
 msgid "%s: TFM file has %u parameters, which is more than the %u I can handle"
 msgstr ""
 
-#: tfm.cc:70
+#: tfm.cc:72
 #, c-format
 msgid "can't find ascii character: %d"
 msgstr ""
 
-#: tie-engraver.cc:199
+#: tie-engraver.cc:181
 msgid "lonely tie"
 msgstr ""
 
-#: time-scaled-music-iterator.cc:23
+#: time-scaled-music-iterator.cc:24
 msgid "no one to print a tuplet start bracket"
 msgstr ""
 
@@ -1681,234 +1638,459 @@ msgstr ""
 #.
 #. OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
 #.
-#: time-signature-engraver.cc:55
+#: time-signature-engraver.cc:63
 #, c-format
-msgid "Found strange time signature %d/%d."
+msgid "strange time signature found: %d/%d"
 msgstr ""
 
 #. If there is no such symbol, we default to the numbered style.
 #. (Here really with a warning!)
-#: time-signature.cc:85
+#: time-signature.cc:82
 #, c-format
 msgid "time signature symbol `%s' not found; reverting to numbered style"
 msgstr ""
 
-#: translator-ctors.cc:53
+#: translator-ctors.cc:52
 #, c-format
 msgid "unknown translator: `%s'"
 msgstr ""
 
-#: trill-spanner-engraver.cc:70
+#: trill-spanner-engraver.cc:71
 msgid "can't find start of trill spanner"
 msgstr ""
 
-#: trill-spanner-engraver.cc:84
+#: trill-spanner-engraver.cc:83
 msgid "already have a trill spanner"
 msgstr ""
 
-#: trill-spanner-engraver.cc:144
+#: trill-spanner-engraver.cc:142
 msgid "unterminated trill spanner"
 msgstr ""
 
-#: tuplet-bracket.cc:451
-msgid "Killing tuplet bracket across linebreak."
-msgstr ""
-
-#: vaticana-ligature-engraver.cc:341
+#: vaticana-ligature-engraver.cc:347
 #, c-format
 msgid ""
 "ignored prefix (es) `%s' of this head according to restrictions of the "
 "selected ligature style"
 msgstr ""
 
-#: vaticana-ligature-engraver.cc:571
+#: vaticana-ligature-engraver.cc:584
 #, c-format
 msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul"
 msgstr ""
 
-#: vaticana-ligature.cc:93
-msgid "ascending vaticana style flexa"
+#: vaticana-ligature.cc:84
+msgid "flexa-height undefined; assuming 0"
 msgstr ""
 
-#: vaticana-ligature.cc:182
-msgid "Vaticana_ligature: zero join (delta_pitch == 0)"
+#: vaticana-ligature.cc:89
+msgid "ascending vaticana style flexa"
 msgstr ""
 
-#: volta-engraver.cc:140
-msgid "No volta spanner to end"
+#: vaticana-ligature.cc:177
+msgid "Vaticana_ligature: zero join (delta_pitch == 0)"
 msgstr ""
 
-#: volta-engraver.cc:151
-msgid "Already have a volta spanner.  Stopping that one prematurely."
+#. fixme: be more verbose.
+#: volta-engraver.cc:142
+msgid "can't end volta spanner"
 msgstr ""
 
-#: volta-engraver.cc:155
-msgid "Also have a stopped spanner.  Giving up."
+#: volta-engraver.cc:152
+msgid "already have a volta spanner, ending that one prematurely"
 msgstr ""
 
-#: parser.yy:82
-msgid "Tag must be symbol or list of symbols."
+#: volta-engraver.cc:156
+msgid "also already have an ended spanner"
 msgstr ""
 
-#: parser.yy:567
-msgid "Identifier should have alphabetic characters only"
+#. no longer valid with dashes in \paper{} block.
+#: parser.yy:535
+msgid "identifier should have alphabetic characters only"
 msgstr ""
 
-#: parser.yy:721
-msgid "\\paper cannot be in \\score. Use \\layout instead"
+#: parser.yy:705
+msgid "\\paper cannot be used in \\score, use \\layout instead"
 msgstr ""
 
-#: parser.yy:745
-msgid "Need \\paper for paper block."
+#: parser.yy:729
+msgid "need \\paper for paper block"
 msgstr ""
 
-#: parser.yy:890
-msgid "More alternatives than repeats.  Junking excess alternatives."
+#: parser.yy:879
+msgid "more alternatives than repeats"
 msgstr ""
 
-#: parser.yy:1082
-msgid "Music head function should return Music object."
+#: parser.yy:916
+#, c-format
+msgid "expect 2 elements for Chord tremolo, found %d"
 msgstr ""
 
-#: parser.yy:1354
+#: parser.yy:1316
 msgid "Grob name should be alphanumeric"
 msgstr ""
 
-#: parser.yy:1714
-msgid "Second argument must be pitch list."
+#: parser.yy:1681
+msgid "second argument must be pitch list"
 msgstr ""
 
-#: parser.yy:1753 parser.yy:1758 parser.yy:2238
-msgid "Have to be in Lyric mode for lyrics"
+#: parser.yy:1724 parser.yy:1729 parser.yy:2235
+msgid "have to be in Lyric mode for lyrics"
 msgstr ""
 
-#: parser.yy:1851
-msgid "Expecting string as script definition"
+#: parser.yy:1822
+msgid "expecting string as script definition"
 msgstr ""
 
-#: parser.yy:2014 parser.yy:2064
+#: parser.yy:1981 parser.yy:2031
 #, c-format
 msgid "not a duration: %d"
 msgstr ""
 
-#: parser.yy:2157
-msgid "Have to be in Note mode for notes"
+#: parser.yy:2154
+msgid "have to be in Note mode for notes"
 msgstr ""
 
-#: parser.yy:2251
-msgid "Have to be in Chord mode for chords"
+#: parser.yy:2248
+msgid "have to be in Chord mode for chords"
 msgstr ""
 
-#: parser.yy:2403
-msgid "need integer number arg"
+#: parser.yy:2730
+msgid "music head function must return Music object"
 msgstr ""
 
-#: parser.yy:2586
-msgid "Suspect duration found following this beam"
+#: lexer.ll:158
+msgid "stray UTF-8 BOM encountered"
 msgstr ""
 
-#: lexer.ll:193
+#: lexer.ll:162
+msgid "Skipping UTF-8 BOM"
+msgstr ""
+
+#: lexer.ll:206
 #, c-format
 msgid "Renaming input to: `%s'"
 msgstr ""
 
-#: lexer.ll:201
-msgid "No quoted string found after \\version"
+#: lexer.ll:214
+msgid "quoted string expected after \\version"
 msgstr ""
 
-#: lexer.ll:205
-msgid "No quoted string found after \\renameinput"
+#: lexer.ll:218
+msgid "quoted string expected after \\sourcefilename"
 msgstr ""
 
-#: lexer.ll:218
+#: lexer.ll:231
 msgid "EOF found inside a comment"
 msgstr ""
 
-#: lexer.ll:233
+#: lexer.ll:246
 msgid "\\maininput not allowed outside init files"
 msgstr ""
 
-#: lexer.ll:257
+#: lexer.ll:270
 #, c-format
 msgid "wrong or undefined identifier: `%s'"
 msgstr ""
 
 #. backup rule
-#: lexer.ll:266
-msgid "Missing end quote"
+#: lexer.ll:279
+msgid "end quote missing"
 msgstr ""
 
-#: lexer.ll:428
+#: lexer.ll:441
 msgid "Brace found at end of lyric.  Did you forget a space?"
 msgstr ""
 
-#: lexer.ll:527
+#: lexer.ll:540
 msgid "Brace found at end of markup.  Did you forget a space?"
 msgstr ""
 
-#: lexer.ll:616
+#: lexer.ll:640
 #, c-format
 msgid "invalid character: `%c'"
 msgstr ""
 
-#: lexer.ll:702 lexer.ll:703
+#: lexer.ll:727
 #, c-format
 msgid "unknown escaped string: `\\%s'"
 msgstr ""
 
-#: lexer.ll:800 lexer.ll:801
+#: lexer.ll:824
 #, c-format
 msgid "Incorrect lilypond version: %s (%s, %s)"
 msgstr ""
 
-#: lexer.ll:801 lexer.ll:802
+#: lexer.ll:825
 msgid "Consider updating the input with the convert-ly script"
 msgstr ""
 
-#: backend-library.scm:20
+#. TODO: print location
+#: lexer.ll:945
+msgid "can't find signature for music function"
+msgstr ""
+
+#: backend-library.scm:19 lily.scm:439 ps-to-png.scm:88
 #, lisp-format
-msgid "Invoking `~a'...n"
+msgid "Invoking `~a'..."
 msgstr ""
 
-#: backend-library.scm:26
+#: backend-library.scm:24
 #, lisp-format
-msgid "Error invoking `~a'. Return value ~a"
+msgid "`~a' failed (~a)"
 msgstr ""
 
-#: backend-library.scm:47
+#: backend-library.scm:84 framework-tex.scm:339 framework-tex.scm:364
 #, lisp-format
 msgid "Converting to `~a'..."
 msgstr ""
 
-#: clef.scm:124
+#: backend-library.scm:100
 #, lisp-format
-msgid "Unknown clef type `~a'"
+msgid "Converting to ~a..."
 msgstr ""
 
-#: clef.scm:125
-msgid "See scm/lily.scm for supported clefs"
+#: backend-library.scm:145
+#, lisp-format
+msgid "Writing header field `~a' to `~a'..."
 msgstr ""
 
-#: framework-tex.scm:130
+#: define-context-properties.scm:13 define-grob-properties.scm:10
+#: define-music-properties.scm:10
 #, lisp-format
-msgid "Writing header field `~a' to `~a'..."
+msgid "symbol ~S redefined"
+msgstr ""
+
+#: define-markup-commands.scm:251
+msgid "no systems found in \\score markup, does it have a \\layout block?"
+msgstr ""
+
+#: define-markup-commands.scm:1205
+#, lisp-format
+msgid "not a valid duration string: ~a"
+msgstr ""
+
+#: define-music-types.scm:738
+#, lisp-format
+msgid "symbol expected: ~S"
+msgstr ""
+
+#: define-music-types.scm:741
+#, lisp-format
+msgid "can't find music object: ~S"
+msgstr ""
+
+#: define-music-types.scm:761
+#, lisp-format
+msgid "unknown repeat type `~S'"
+msgstr ""
+
+#: define-music-types.scm:762
+msgid "See music-types.scm for supported repeats"
+msgstr ""
+
+#: document-backend.scm:91
+#, lisp-format
+msgid "pair expected in doc ~s"
+msgstr ""
+
+#: document-backend.scm:135
+#, lisp-format
+msgid "can't find interface for property: ~S"
+msgstr ""
+
+#: document-backend.scm:145
+#, lisp-format
+msgid "unknown Grob interface: ~S"
+msgstr ""
+
+#: documentation-lib.scm:45
+#, lisp-format
+msgid "Processing ~S..."
+msgstr ""
+
+#: documentation-lib.scm:150
+#, lisp-format
+msgid "Writing ~S..."
+msgstr ""
+
+#: documentation-lib.scm:172
+#, lisp-format
+msgid "can't find description for property ~S (~S)"
+msgstr ""
+
+#: framework-eps.scm:71 framework-eps.scm:72
+#, lisp-format
+msgid "Writing ~a..."
+msgstr ""
+
+#: framework-ps.scm:275
+#, lisp-format
+msgid "can't embed ~S=~S"
+msgstr ""
+
+#: framework-ps.scm:326
+#, lisp-format
+msgid "can't extract file matching ~a from ~a"
+msgstr ""
+
+#: framework-ps.scm:343
+#, lisp-format
+msgid "don't know how to embed ~S=~S"
+msgstr ""
+
+#: framework-ps.scm:373
+#, lisp-format
+msgid "don't know how to embed font ~s ~s ~s"
+msgstr ""
+
+#: framework-ps.scm:579
+#, lisp-format
+msgid "can't convert <stdout> to ~S"
+msgstr ""
+
+#: framework-ps.scm:596 framework-ps.scm:599
+#, lisp-format
+msgid "can't generate ~S using the postscript back-end"
+msgstr ""
+
+#: framework-ps.scm:606
+msgid ""
+"nThe PostScript backend does not support the 'classic'\n"
+"framework. Use the EPS backend instead,\n"
+"\n"
+"  lilypond -b eps <file>\n"
+"\n"
+"or remove the lilypond-book specific settings from the input.\n"
+msgstr ""
+
+#: framework-tex.scm:356
+#, lisp-format
+msgid "TeX file name must not contain whitespace: `~a'"
+msgstr ""
+
+#: layout-beam.scm:29
+#, lisp-format
+msgid "Error in beam quanting.  Expected (~S,~S) found ~S."
+msgstr ""
+
+#: layout-beam.scm:46
+#, lisp-format
+msgid "Error in beam quanting.  Expected ~S 0, found ~S."
+msgstr ""
+
+#: layout-page-layout.scm:439
+msgid "Calculating page breaks..."
+msgstr ""
+
+#: lily-library.scm:458
+#, lisp-format
+msgid "unknown unit: ~S"
+msgstr ""
+
+#: lily-library.scm:491
+#, lisp-format
+msgid "no \\version statement found,  add~afor future compatibility"
+msgstr ""
+
+#: lily-library.scm:498
+msgid "old relative compatibility not used"
+msgstr ""
+
+#: lily.scm:172
+#, lisp-format
+msgid "wrong type for argument ~a.  Expecting ~a, found ~s"
+msgstr ""
+
+#: lily.scm:377 lily.scm:429
+#, lisp-format
+msgid "failed files: ~S"
+msgstr ""
+
+#: lily.scm:419
+#, lisp-format
+msgid "Redirecting output to ~a..."
+msgstr ""
+
+#: markup.scm:88
+#, lisp-format
+msgid "Wrong number of arguments.  Expect: ~A, found ~A: ~S"
 msgstr ""
 
-#: framework-tex.scm:366
+#: markup.scm:94
 #, lisp-format
-msgid "Converting to `~a.ps'..."
+msgid "Invalid argument in position ~A.  Expect: ~A, found: ~S."
 msgstr ""
 
-#: framework-tex.scm:386
+#: music-functions.scm:533
 #, lisp-format
-msgid "Converting to `~a.dvi'..."
+msgid "music expected: ~S"
+msgstr ""
+
+#. FIXME: uncomprehensable message
+#: music-functions.scm:584
+#, lisp-format
+msgid "Bar check failed.  Expect to be at ~a, instead at ~a"
+msgstr ""
+
+#: music-functions.scm:739
+#, lisp-format
+msgid "can't find quoted music `~S'"
+msgstr ""
+
+#: music-functions.scm:947
+#, lisp-format
+msgid "unknown accidental style: ~S"
+msgstr ""
+
+#: output-ps.scm:282
+msgid "utf-8-string encountered in PS backend"
+msgstr ""
+
+#: output-svg.scm:41
+#, lisp-format
+msgid "undefined: ~S"
+msgstr ""
+
+#: output-svg.scm:121
+#, lisp-format
+msgid "can't decypher Pango description: ~a"
+msgstr ""
+
+#: output-tex.scm:98
+#, lisp-format
+msgid "can't find ~a in ~a"
+msgstr ""
+
+#: paper.scm:69
+msgid "Not in toplevel scope"
+msgstr ""
+
+#: paper.scm:114
+#, lisp-format
+msgid "This is not a \\layout {} object, ~S"
+msgstr ""
+
+#. TODO: should raise (generic) exception with throw, and catch
+#. that in parse-scm.cc
+#: paper.scm:142
+msgid "Must use #(set-paper-size .. ) within \\paper { ... }"
+msgstr ""
+
+#: parser-clef.scm:124
+#, lisp-format
+msgid "unknown clef type `~a'"
+msgstr ""
+
+#: parser-clef.scm:125
+msgid "see scm/clef.scm for supported clefs"
 msgstr ""
 
-#: lily.scm:94
+#: ps-to-png.scm:97
 #, lisp-format
-msgid "wrong type for argument ~a. Expecting ~a, found ~s"
+msgid "~a exited with status: ~S"
 msgstr ""
 
-#: lily.scm:312
-msgid "error: failed files: "
+#: to-xml.scm:190
+msgid "assertion failed"
 msgstr ""