]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/lilypond.pot
bugfixes and cleanups for stream-events.
[lilypond.git] / po / lilypond.pot
index 260670f53139332ce12e13343dbac3bdc05b014f..cd4383b741b6c5328f29ceaccb65c6c4f3f5638d 100644 (file)
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-09-16 20:29+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-10-20 23:29+0200\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"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Transfer-Encoding: 8bit\n"
 
-#: data-file.cc:52
-msgid "EOF in a string"
+#: convertrules.py:12
+#, python-format
+msgid "Not smart enough to convert %s"
 msgstr ""
 
-#: data-file.cc:116 input.cc:86 midi-parser.cc:100 warn.cc:21
+#: convertrules.py:13
+msgid "Please refer to the manual for details, and update manually."
+msgstr ""
+
+#: convertrules.py:14
+#, python-format
+msgid "%s has been replaced by %s"
+msgstr ""
+
+#: convertrules.py:2398
+msgid "LilyPond source must be UTF-8"
+msgstr ""
+
+#: convertrules.py:2401
+msgid "Try the texstrings backend"
+msgstr ""
+
+#: convertrules.py:2404
+#, python-format
+msgid "Do something like: %s"
+msgstr ""
+
+#: convertrules.py:2407
+msgid "Or save as UTF-8 in your editor"
+msgstr ""
+
+#: fontextract.py:26
+#, python-format
+msgid "Scanning %s"
+msgstr ""
+
+#: fontextract.py:71
+#, python-format
+msgid "Extracted %s"
+msgstr ""
+
+#: fontextract.py:86
+#, python-format
+msgid "Writing fonts to %s"
+msgstr ""
+
+#: lilylib.py:85 lilylib.py:136
+#, python-format
+msgid "Invoking `%s'"
+msgstr ""
+
+#: lilylib.py:87 lilylib.py:138
+#, python-format
+msgid "Running %s..."
+msgstr ""
+
+#: lilylib.py:203
+#, python-format
+msgid "Usage: %s\n"
+msgstr ""
+
+#: abc2ly.py:1351
+msgid ""
+"This program converts ABC music files (see\n"
+"http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input."
+msgstr ""
+
+#: abc2ly.py:1354
+msgid "set output filename to FILE"
+msgstr ""
+
+#: abc2ly.py:1356
+msgid "be strict about succes"
+msgstr ""
+
+#: abc2ly.py:1358
+msgid "preserve ABC's notion of beams"
+msgstr ""
+
+#: convert-ly.py:41
+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:57 lilypond-book.py:97 warn.cc:48 input.cc:90
+#, c-format, python-format
+msgid "warning: %s"
+msgstr ""
+
+#: convert-ly.py:60 lilypond-book.py:100 warn.cc:54 input.cc:96 input.cc:104
+#, c-format, python-format
+msgid "error: %s"
+msgstr ""
+
+#: convert-ly.py:76 etf2ly.py:1190 lilypond-book.py:120 midi2ly.py:98
+msgid "Distributed under terms of the GNU General Public License."
+msgstr ""
+
+#: convert-ly.py:77 etf2ly.py:1191 lilypond-book.py:121 midi2ly.py:99
+msgid "It comes with NO WARRANTY."
+msgstr ""
+
+#: convert-ly.py:88 convert-ly.py:108
+msgid "VERSION"
+msgstr ""
+
+#: convert-ly.py:90
+msgid "start from VERSION [default: \\version found in file]"
+msgstr ""
+
+#: convert-ly.py:93
+msgid "edit in place"
+msgstr ""
+
+#: convert-ly.py:96
+msgid "do not add \\version command if missing"
+msgstr ""
+
+#: convert-ly.py:102
+msgid "print rules [default: --from=0, --to=@TOPLEVEL_VERSION@]"
+msgstr ""
+
+#: convert-ly.py:107
+msgid "convert to VERSION [default: @TOPLEVEL_VERSION@]"
+msgstr ""
+
+#: convert-ly.py:154
+msgid "Applying conversion: "
+msgstr ""
+
+#: convert-ly.py:166
+msgid "error while converting"
+msgstr ""
+
+#: convert-ly.py:168 score-engraver.cc:74
+msgid "Aborting"
+msgstr ""
+
+#: convert-ly.py:192
+#, python-format
+msgid "Processing `%s'... "
+msgstr ""
+
+#: convert-ly.py:279 source-file.cc:54
+#, c-format, python-format
+msgid "can't open file: `%s'"
+msgstr ""
+
+#: convert-ly.py:286
+#, python-format
+msgid "can't determine version for `%s'. Skipping"
+msgstr ""
+
+#: etf2ly.py:1198
+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:1201 midi2ly.py:885
+msgid "write output to FILE"
+msgstr ""
+
+#: etf2ly.py:1202 midi2ly.py:886 main.cc:173 main.cc:179
+msgid "FILE"
+msgstr ""
+
+#: etf2ly.py:1204 midi2ly.py:899
+msgid "show warranty"
+msgstr ""
+
+#: lilypond-book.py:70
+msgid ""
+"Process LilyPond snippets in hybrid HTML, LaTeX, texinfo or DocBook "
+"document.\n"
+"\n"
+"Example usage:\n"
+"\n"
+" lilypond-book --filter=\"tr '[a-z]' '[A-Z]'\" BOOK\n"
+" lilypond-book --filter=\"convert-ly --no-version --from=2.0.0 -\" BOOK\n"
+" lilypond-book --process='lilypond -I include' BOOK\n"
+msgstr ""
+
+#: lilypond-book.py:86
+#, python-format
+msgid "Exiting (%d)..."
+msgstr ""
+
+#: lilypond-book.py:118
+#, python-format
+msgid "Copyright (c) %s by"
+msgstr ""
+
+#: lilypond-book.py:129
+msgid "FILTER"
+msgstr ""
+
+#: lilypond-book.py:132
+msgid "pipe snippets through FILTER [convert-ly -n -]"
+msgstr ""
+
+#: lilypond-book.py:135
+msgid ""
+"use output format FORMAT (texi [default], texi-html, latex, html, docbook)"
+msgstr ""
+
+#: lilypond-book.py:138
+msgid "add DIR to include path"
+msgstr ""
+
+#: lilypond-book.py:143
+msgid "write output to DIR"
+msgstr ""
+
+#: lilypond-book.py:147
+msgid "COMMAND"
+msgstr ""
+
+#: lilypond-book.py:148
+msgid "process ly_files using COMMAND FILE..."
+msgstr ""
+
+#: lilypond-book.py:159
+msgid ""
+"extract all PostScript fonts into INPUT.psfonts for LaTeXmust use this with "
+"dvips -h INPUT.psfonts"
+msgstr ""
+
+#: lilypond-book.py:162 midi2ly.py:896 main.cc:183
+msgid "be verbose"
+msgstr ""
+
+#: lilypond-book.py:168 main.cc:184
+msgid "show warranty and copyright"
+msgstr ""
+
+#: lilypond-book.py:778
+#, python-format
+msgid "file not found: %s"
+msgstr ""
+
+#: lilypond-book.py:1009
+#, python-format
+msgid "deprecated ly-option used: %s=%s"
+msgstr ""
+
+#: lilypond-book.py:1012
+#, python-format
+msgid "compatibility mode translation: %s=%s"
+msgstr ""
+
+#: lilypond-book.py:1016
+#, python-format
+msgid "deprecated ly-option used: %s"
+msgstr ""
+
+#: lilypond-book.py:1019
+#, python-format
+msgid "compatibility mode translation: %s"
+msgstr ""
+
+#: lilypond-book.py:1038
+#, python-format
+msgid "ignoring unknown ly option: %s"
+msgstr ""
+
+#: lilypond-book.py:1391
+#, python-format
+msgid "Opening filter `%s'"
+msgstr ""
+
+#: lilypond-book.py:1408
+#, python-format
+msgid "`%s' failed (%d)"
+msgstr ""
+
+#: lilypond-book.py:1409
+msgid "The error log is as follows:"
+msgstr ""
+
+#: lilypond-book.py:1479
+msgid "Can't find \\begin{document} in LaTeX document"
+msgstr ""
+
+#: lilypond-book.py:1589
+msgid "Writing snippets..."
+msgstr ""
+
+#: lilypond-book.py:1594
+msgid "Processing..."
+msgstr ""
+
+#: lilypond-book.py:1598
+msgid "All snippets are up to date..."
+msgstr ""
+
+#: lilypond-book.py:1608
+#, python-format
+msgid "can't determine format for: %s"
+msgstr ""
+
+#: lilypond-book.py:1619
+#, python-format
+msgid "%s is up to date."
+msgstr ""
+
+#: lilypond-book.py:1625
+#, python-format
+msgid "Writing `%s'..."
+msgstr ""
+
+#: lilypond-book.py:1680
+msgid "Output would overwrite input file; use --output."
+msgstr ""
+
+#: lilypond-book.py:1684
+#, python-format
+msgid "Reading %s..."
+msgstr ""
+
+#: lilypond-book.py:1703
+msgid "Dissecting..."
+msgstr ""
+
+#: lilypond-book.py:1719
+#, python-format
+msgid "Compiling %s..."
+msgstr ""
+
+#: lilypond-book.py:1728
+#, python-format
+msgid "Processing include: %s"
+msgstr ""
+
+#: lilypond-book.py:1742
+#, python-format
+msgid "Removing `%s'"
+msgstr ""
+
+#: lilypond-book.py:1819
+#, python-format
+msgid "Writing fonts to %s..."
+msgstr ""
+
+#: lilypond-book.py:1834
+msgid "option --psfonts not used"
+msgstr ""
+
+#: lilypond-book.py:1835
+msgid "processing with dvips will have no fonts"
+msgstr ""
+
+#: lilypond-book.py:1838
+msgid "DVIPS usage:"
+msgstr ""
+
+#: midi2ly.py:106 lily-library.scm:557 lily-library.scm:565
 msgid "warning: "
 msgstr ""
 
-#: dstream.cc:158
-msgid "not enough fields in Dstream init"
+#: midi2ly.py:109 midi2ly.py:925
+msgid "error: "
+msgstr ""
+
+#: midi2ly.py:110
+msgid "Exiting ... "
+msgstr ""
+
+#: midi2ly.py:857
+#, python-format
+msgid "%s output to `%s'..."
+msgstr ""
+
+#: midi2ly.py:871
+msgid "Convert MIDI to LilyPond source."
+msgstr ""
+
+#: midi2ly.py:875
+msgid "print absolute pitches"
+msgstr ""
+
+#: midi2ly.py:877 midi2ly.py:889
+msgid "DUR"
+msgstr ""
+
+#: midi2ly.py:878
+msgid "quantise note durations on DUR"
+msgstr ""
+
+#: midi2ly.py:881
+msgid "print explicit durations"
+msgstr ""
+
+#: midi2ly.py:882
+msgid "set key: ALT=+sharps|-flats; MINOR=1"
+msgstr ""
+
+#: midi2ly.py:883
+msgid "ALT[:MINOR]"
+msgstr ""
+
+#: midi2ly.py:888
+msgid "quantise note starts on DUR"
+msgstr ""
+
+#: midi2ly.py:891
+msgid "DUR*NUM/DEN"
+msgstr ""
+
+#: midi2ly.py:894
+msgid "allow tuplet durations DUR*NUM/DEN"
+msgstr ""
+
+#: midi2ly.py:902
+msgid "treat every text as a lyric"
+msgstr ""
+
+#: midi2ly.py:905
+msgid "example"
+msgstr ""
+
+#: midi2ly.py:926
+msgid "no files specified on command line."
+msgstr ""
+
+#: getopt-long.cc:141
+#, c-format
+msgid "option `%s' requires an argument"
+msgstr ""
+
+#: getopt-long.cc:145
+#, c-format
+msgid "option `%s' doesn't allow an argument"
+msgstr ""
+
+#: getopt-long.cc:149
+#, c-format
+msgid "unrecognized option: `%s'"
+msgstr ""
+
+#: getopt-long.cc:155
+#, c-format
+msgid "invalid argument `%s' to option `%s'"
+msgstr ""
+
+#: warn.cc:68 grob.cc:556 input.cc:82
+#, c-format
+msgid "programming error: %s"
+msgstr ""
+
+#: warn.cc:69 input.cc:83
+msgid "continuing, cross fingers"
+msgstr ""
+
+#: accidental-engraver.cc:238
+#, c-format
+msgid "accidental typesetting list must begin with context-name: %s"
+msgstr ""
+
+#: accidental-engraver.cc:266
+#, c-format
+msgid "ignoring unknown accidental: %s"
+msgstr ""
+
+#: accidental-engraver.cc:282
+#, c-format
+msgid "pair or context-name expected for accidental rule, found %s"
+msgstr ""
+
+#: accidental.cc:243 key-signature-interface.cc:124
+#, c-format
+msgid "accidental `%s' not found"
+msgstr ""
+
+#: align-interface.cc:164
+msgid ""
+"vertical alignment called before line-breaking.\n"
+"Only do cross-staff spanners with PianoStaff."
+msgstr ""
+
+#: align-interface.cc:314
+msgid "tried to get a translation for something that isn't my child"
+msgstr ""
+
+#: all-font-metrics.cc:164
+#, c-format
+msgid "can't find font: `%s'"
+msgstr ""
+
+#: all-font-metrics.cc:165
+msgid "loading default font"
+msgstr ""
+
+#: all-font-metrics.cc:172
+#, c-format
+msgid "can't find default font: `%s'"
+msgstr ""
+
+#: all-font-metrics.cc:173 includable-lexer.cc:62 lily-parser-scheme.cc:108
+#, c-format
+msgid "(search path: `%s')"
+msgstr ""
+
+#: all-font-metrics.cc:174 volta-engraver.cc:158
+msgid "giving up"
+msgstr ""
+
+#: apply-context-iterator.cc:31
+msgid "\\applycontext argument is not a procedure"
+msgstr ""
+
+#: auto-change-iterator.cc:62 change-iterator.cc:61
+#, c-format
+msgid "can't change, already in translator: %s"
+msgstr ""
+
+#: 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 ""
+
+#: axis-group-interface.cc:94
+msgid "tried to calculate pure-height at a non-breakpoint"
+msgstr ""
+
+#: bar-check-iterator.cc:73
+#, c-format
+msgid "barcheck failed at: %s"
+msgstr ""
+
+#: beam-engraver.cc:128
+msgid "already have a beam"
+msgstr ""
+
+#: beam-engraver.cc:196
+msgid "unterminated beam"
+msgstr ""
+
+#: beam-engraver.cc:237 chord-tremolo-engraver.cc:134
+msgid "stem must have Rhythmic structure"
+msgstr ""
+
+#: beam-engraver.cc:245
+msgid "stem doesn't fit in beam"
+msgstr ""
+
+#: beam-engraver.cc:246
+msgid "beam was started here"
+msgstr ""
+
+#: beam-quanting.cc:306
+msgid "no feasible beam position"
+msgstr ""
+
+#: beam.cc:144
+msgid "removing beam with no stems"
+msgstr ""
+
+#: beam.cc:995
+msgid "no viable initial configuration found: may not find good beam slope"
+msgstr ""
+
+#: break-align-interface.cc:208
+#, c-format
+msgid "No spacing entry from %s to `%s'"
+msgstr ""
+
+#: 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.
+#.
+#. 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 ""
+
+#. FIXME: uncomprehensable message
+#: change-iterator.cc:95
+msgid "none of these in my family"
+msgstr ""
+
+#: chord-tremolo-engraver.cc:88
+msgid "No tremolo to end"
+msgstr ""
+
+#: chord-tremolo-engraver.cc:110
+msgid "unterminated chord tremolo"
+msgstr ""
+
+#: chord-tremolo-iterator.cc:33
+#, c-format
+msgid "expect 2 elements for chord tremolo, found %d"
+msgstr ""
+
+#: clef.cc:55
+#, c-format
+msgid "clef `%s' not found"
+msgstr ""
+
+#: cluster.cc:110
+#, c-format
+msgid "unknown cluster style `%s'"
+msgstr ""
+
+#: cluster.cc:135
+msgid "junking empty cluster"
+msgstr ""
+
+#: coherent-ligature-engraver.cc:100
+#, c-format
+msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul"
+msgstr ""
+
+#. if we get to here, just put everything on one line
+#: constrained-breaking.cc:176 constrained-breaking.cc:193
+msgid "couldn't find line breaking that satisfies constraints"
+msgstr ""
+
+#: context-def.cc:128
+#, c-format
+msgid "program has no such type: `%s'"
+msgstr ""
+
+#: context-property.cc:77
+msgid "need symbol arguments for \\override and \\revert"
+msgstr ""
+
+#: context.cc:151
+#, c-format
+msgid "can't find or create new `%s'"
+msgstr ""
+
+#: context.cc:213
+#, c-format
+msgid "can't find or create `%s' called `%s'"
+msgstr ""
+
+#: context.cc:276
+#, c-format
+msgid "Invalid CreateContext event: Cannot create %s context"
 msgstr ""
 
-#: flower-debug.cc:17
-msgid "Debug output disabled.  Compiled with NPRINT."
+#: context.cc:388
+#, c-format
+msgid "can't find or create: `%s'"
 msgstr ""
 
-#: getopt-long.cc:141
+#: custos.cc:77
 #, c-format
-msgid "Option `%s' requires an argument"
+msgid "custos `%s' not found"
 msgstr ""
 
-#: getopt-long.cc:145
-#, c-format
-msgid "Option `%s' doesn't allow an argument"
+#: dispatcher.cc:72
+msgid "Event class should be a symbol"
 msgstr ""
 
-#: getopt-long.cc:149
+#: dispatcher.cc:79
 #, c-format
-msgid "unrecognized option: `%s'"
+msgid "Unknown event class %s"
 msgstr ""
 
-#: getopt-long.cc:156
+#: dots.cc:38
 #, c-format
-msgid "invalid argument `%s' to option `%s'"
+msgid "dot `%s' not found"
 msgstr ""
 
-#: text-stream.cc:8
-msgid "<stdin>"
+#: dynamic-engraver.cc:186 span-dynamic-performer.cc:87
+msgid "can't find start of (de)crescendo"
 msgstr ""
 
-#: mapped-file-storage.cc:87 midi-stream.cc:77 mudela-stream.cc:104
-#: paper-stream.cc:25 scores.cc:38 simple-file-storage.cc:44 text-stream.cc:21
-#, c-format
-msgid "Can't open file: `%s'"
+#: dynamic-engraver.cc:195
+msgid "already have a decrescendo"
 msgstr ""
 
-#: input.cc:91 warn.cc:7 warn.cc:15
-msgid "error: "
+#: dynamic-engraver.cc:197
+msgid "already have a crescendo"
 msgstr ""
 
-#: input.cc:97
-msgid "Non fatal error: "
+#: dynamic-engraver.cc:200
+msgid "cresc starts here"
 msgstr ""
 
-#: input.cc:105 source-file.cc:63 source-file.cc:156
-msgid "position unknown"
+#: dynamic-engraver.cc:323
+msgid "unterminated (de)crescendo"
+msgstr ""
+
+#: engraver.cc:102
+msgid "not setting creation callback: not a procedure"
+msgstr ""
+
+#: extender-engraver.cc:130 extender-engraver.cc:139
+msgid "unterminated extender"
 msgstr ""
 
-#: mapped-file-storage.cc:74
-msgid "Can't map file"
+#: font-config.cc:28
+msgid "Initializing FontConfig..."
 msgstr ""
 
-#: simple-file-storage.cc:56
+#: font-config.cc:44
 #, c-format
-msgid "Huh?  Got %d, expected %d characters"
+msgid "Rebuilding FontConfig cache %s, this may take a while..."
 msgstr ""
 
-#: warn.cc:34
-msgid "programming error: "
+#: font-config.cc:55
+#, c-format
+msgid "failed adding font directory: %s"
+msgstr ""
+
+#: font-config.cc:57
+#, 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 ""
 
-#: warn.cc:34
-msgid " (Continuing; cross thumbs)"
+#: glissando-engraver.cc:91
+msgid "unterminated glissando"
 msgstr ""
 
-#: warn.cc:40
-msgid "programming warning: "
+#: global-context-scheme.cc:91 global-context-scheme.cc:107
+msgid "no music found in score"
 msgstr ""
 
-#: afm.cc:129
+#: global-context-scheme.cc:97
+msgid "Interpreting music... "
+msgstr ""
+
+#: global-context-scheme.cc:120
 #, c-format
-msgid "Can't find character called: `%s'"
+msgid "elapsed time: %.2f seconds"
 msgstr ""
 
-#: afm.cc:154
+#: gregorian-ligature-engraver.cc:59
 #, c-format
-msgid "Can't find character number: %d"
+msgid "\\%s ignored"
 msgstr ""
 
-#: all-font-metrics.cc:69 lookup.cc:103
+#: gregorian-ligature-engraver.cc:64
 #, c-format
-msgid "Can't find font: `%s'"
+msgid "implied \\%s added"
+msgstr ""
+
+#. ligature may not start with 2nd head of pes or flexa
+#: gregorian-ligature-engraver.cc:212
+msgid "can't apply `\\~' on first head of ligature"
 msgstr ""
 
-#: all-font-metrics.cc:70
-msgid "Loading default font"
+#. (pitch == prev_pitch)
+#: gregorian-ligature-engraver.cc:224
+msgid "can't apply `\\~' on heads with identical pitch"
 msgstr ""
 
-#: all-font-metrics.cc:75
+#: grob-interface.cc:48
 #, c-format
-msgid "Can't find default font: `%s'"
+msgid "Unknown interface `%s'"
 msgstr ""
 
-#: all-font-metrics.cc:76
+#: grob-interface.cc:59
 #, c-format
-msgid "(search path: `%s)'"
+msgid "Grob `%s' has no interface for property `%s'"
+msgstr ""
+
+#: grob-property.cc:36
+msgid "not setting modification callback: not a procedure"
+msgstr ""
+
+#: grob.cc:253
+msgid "Infinity or NaN encountered"
+msgstr ""
+
+#: hairpin.cc:179
+msgid "decrescendo too small"
+msgstr ""
+
+#: hairpin.cc:180
+msgid "crescendo too small"
+msgstr ""
+
+#: horizontal-bracket-engraver.cc:57
+msgid "don't have that many brackets"
+msgstr ""
+
+#: horizontal-bracket-engraver.cc:66
+msgid "conflicting note group events"
+msgstr ""
+
+#: hyphen-engraver.cc:93
+msgid "removing unterminated hyphen"
+msgstr ""
+
+#: hyphen-engraver.cc:107
+msgid "unterminated hyphen; removing"
 msgstr ""
 
-#: all-font-metrics.cc:77
-msgid "Giving up"
+#: includable-lexer.cc:53
+msgid "include files are not allowed in safe mode"
 msgstr ""
 
-#: beam-engraver.cc:42 beam-engraver.cc:58
-msgid "no beam to end"
+#: includable-lexer.cc:60 lily-guile.cc:96 lily-parser-scheme.cc:115
+#, c-format
+msgid "can't find file: `%s'"
 msgstr ""
 
-#: beam-engraver.cc:87
-msgid "Already have a Beam"
+#: input.cc:112 source-file.cc:168 source-file.cc:183
+msgid "position unknown"
 msgstr ""
 
-#: beam-engraver.cc:149
-msgid "unfinished beam"
+#: ligature-engraver.cc:93
+msgid "can't find start of ligature"
 msgstr ""
 
-#: beam-engraver.cc:174
-msgid "Stem must have Rhythmic structure"
+#: ligature-engraver.cc:98
+msgid "no right bound"
 msgstr ""
 
-#: beam-engraver.cc:185
-msgid "Stem doesn't fit in beam"
+#: ligature-engraver.cc:120
+msgid "already have a ligature"
 msgstr ""
 
-#: beam-engraver.cc:186
-msgid "Beam was started here"
+#: ligature-engraver.cc:129
+msgid "no left bound"
 msgstr ""
 
-#: beam.cc:147
-msgid "beam with less than two stems"
+#: ligature-engraver.cc:173
+msgid "unterminated ligature"
 msgstr ""
 
-#: beam.cc:312
-msgid "weird beam vertical offset"
+#: ligature-engraver.cc:202
+msgid "ignoring rest: ligature may not contain rest"
 msgstr ""
 
-#: break-algorithm.cc:28
-msgid "0 lines"
+#: ligature-engraver.cc:203
+msgid "ligature was started here"
 msgstr ""
 
-#: break-algorithm.cc:30
+#: lily-guile.cc:98
 #, c-format
-msgid "1 line (of %.0f columns)"
+msgid "(load path: `%s')"
 msgstr ""
 
-#: break-algorithm.cc:32
+#: lily-guile.cc:439
 #, c-format
-msgid "%d lines (with an average of %.1f columns)"
+msgid "can't find property type-check for `%s' (%s)."
 msgstr ""
 
-#: break-algorithm.cc:155
-msgid "Score does not have any columns"
+#: lily-guile.cc:442
+msgid "perhaps a typing error?"
 msgstr ""
 
-#: break-algorithm.cc:172
-#, c-format
-msgid "approximated %s"
+#: lily-guile.cc:448
+msgid "doing assignment anyway"
 msgstr ""
 
-#: break-algorithm.cc:174
+#: lily-guile.cc:460
 #, c-format
-msgid "calculated %s exactly"
+msgid "type check for `%s' failed; value `%s' must be of type `%s'"
 msgstr ""
 
-#: break-algorithm.cc:175
+#: lily-lexer.cc:222
 #, c-format
-msgid "elapsed time %.2f seconds"
+msgid "identifier name is a keyword: `%s'"
 msgstr ""
 
-#: change-iterator.cc:22
+#: lily-lexer.cc:237
 #, c-format
-msgid "Can't change `%s' to `%s'"
+msgid "error at EOF: %s"
 msgstr ""
 
-#: change-iterator.cc:57
-msgid "Can't switch translators, I'm there already"
+#: lily-parser-scheme.cc:30
+#, c-format
+msgid "deprecated function called: %s"
 msgstr ""
 
-#.
-#. We could change the current translator's id, but that would make
-#. errors hard to catch
-#.
-#. last->translator_id_str_  = change_l ()->change_to_id_str_;
-#.
-#: change-iterator.cc:76
-msgid "I'm one myself"
+#: lily-parser-scheme.cc:89
+#, c-format
+msgid "Changing working directory to `%s'"
 msgstr ""
 
-#: change-iterator.cc:79
-msgid "none of these in my family"
+#: lily-parser-scheme.cc:107
+#, c-format
+msgid "can't find init file: `%s'"
 msgstr ""
 
-#: chord-tremolo-engraver.cc:41 chord-tremolo-engraver.cc:58
-msgid "no tremolo beam to end"
+#: lily-parser-scheme.cc:125
+#, c-format
+msgid "Processing `%s'"
 msgstr ""
 
-#: chord-tremolo-engraver.cc:83
-msgid "Already have a tremolo beam"
+#: lily-parser.cc:97
+msgid "Parsing..."
 msgstr ""
 
-#: chord-tremolo-engraver.cc:124
-msgid "unfinished tremolo beam"
+#: lily-parser.cc:126
+msgid "braces don't match"
 msgstr ""
 
-#: chord.cc:231
+#: lyric-combine-music-iterator.cc:286
 #, c-format
-msgid "invalid subtraction: not part of chord: %s"
+msgid "cannot find Voice `%s'"
 msgstr ""
 
-#: chord.cc:245
+#: main.cc:117
 #, c-format
-msgid "invalid inversion pitch: not part of chord: %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 ""
 
-#: clef-engraver.cc:178
-msgid "unknown clef type"
+#: main.cc:123
+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 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 ""
 
-#: collision.cc:95
-msgid "Too many clashing notecolumns.  Ignoring them."
+#: main.cc:154
+msgid "BACK"
 msgstr ""
 
-#: crescendo.cc:42
-msgid "crescendo"
+#: main.cc:154
+msgid ""
+"use backend BACK (gnome, ps,eps,\n"
+"scm, svg, tex, texstr)\n"
+"default: PS"
 msgstr ""
 
-#: crescendo.cc:42
-msgid "too small"
+#: main.cc:156
+msgid "SYM=VAL"
 msgstr ""
 
-#: debug.cc:56
-msgid "floating point exception"
+#: main.cc:157
+msgid ""
+"set a Scheme program option. Uses #t if VAL is not specified\n"
+"Try -dhelp for help."
 msgstr ""
 
-#: debug.cc:139
-msgid "Can't set mem-checking!"
+#: main.cc:160
+msgid "EXPR"
 msgstr ""
 
-#: dimensions.cc:13
-msgid "NaN"
+#: main.cc:160
+msgid "evaluate scheme code"
 msgstr ""
 
-#: dynamic-engraver.cc:109
-msgid "Got a dynamic already.  Continuing dazed and confused."
+#. Bug in option parser: --output =foe is taken as an abbreviation
+#. for --output-format.
+#: main.cc:163
+msgid "FORMATs"
 msgstr ""
 
-#: dynamic-engraver.cc:162
-msgid "Can't find (de)crescendo to end"
+#: main.cc:163
+msgid "dump FORMAT,...  Also as separate options:"
 msgstr ""
 
-#: dynamic-engraver.cc:216
-msgid "Too many crescendi here"
+#: main.cc:164
+msgid "generate DVI (tex backend only)"
 msgstr ""
 
-#: dynamic-engraver.cc:254
-msgid "unended crescendo"
+#: main.cc:165
+msgid "relocate using directory of lilypond program"
 msgstr ""
 
-#: encompass-info.cc:32
-msgid "Slur over rest?"
+#: main.cc:166
+msgid "generate PDF (default)"
 msgstr ""
 
-#: encompass-info.cc:67 stem-info.cc:140
-msgid ""
-"minVerticalAlign != maxVerticalAlign: interstaff beams/slurs may be broken"
+#: main.cc:167
+msgid "generate PNG"
 msgstr ""
 
-#: extender-engraver.cc:62
-msgid "unterminated extender"
+#: main.cc:168
+msgid "generate PostScript"
 msgstr ""
 
-#: extender-engraver.cc:74
-msgid "Nothing to connect extender to on the left.  Ignoring extender request."
+#: main.cc:169
+msgid "generate TeX (tex backend only)"
 msgstr ""
 
-#: folded-repeat-iterator.cc:64
-msgid "no one to print a repeat brace"
+#: main.cc:170
+msgid "print this help"
 msgstr ""
 
-#: grace-iterator.cc:43
-msgid "no Grace context available"
+#: main.cc:171
+msgid "FIELD"
 msgstr ""
 
-#: grace-position-engraver.cc:89
-msgid "Unattached grace notes.  Attaching to last musical column."
+#: main.cc:171
+msgid "dump a header field to file BASENAME.FIELD"
 msgstr ""
 
-#: hyphen-engraver.cc:60
-msgid "unterminated hyphen"
+#: main.cc:172
+msgid "DIR"
 msgstr ""
 
-#: hyphen-engraver.cc:72
-msgid "Nothing to connect hyphen to on the left.  Ignoring hyphen request."
+#: main.cc:172
+msgid "add DIR to search path"
 msgstr ""
 
-#: identifier.cc:46
-#, c-format
-msgid "wrong identifier type, expected: `%s'"
+#: main.cc:173
+msgid "use FILE as init file"
 msgstr ""
 
-#: includable-lexer.cc:47 lily-guile.cc:82 lily-guile.cc:105
-#: midi-score-parser.cc:24 scores.cc:108 scores.cc:114
-#, c-format
-msgid "Can't find file: `%s'"
+#: main.cc:175
+msgid "USER,GROUP,JAIL,DIR"
 msgstr ""
 
-#: includable-lexer.cc:49 lookup.cc:104 scores.cc:109
-#, c-format
-msgid "(search path: `%s')"
+#: main.cc:175
+msgid ""
+"chroot to JAIL, become USER:GROUP\n"
+"and cd into DIR"
 msgstr ""
 
-#: ineq-constrained-qp.cc:169
-#, c-format
-msgid "Ineq_constrained_qp::solve (): Constraint off by %f"
+#: main.cc:178
+msgid "do not generate printed output"
 msgstr ""
 
-#: ineq-constrained-qp.cc:233
-msgid "Didn't converge!"
+#: main.cc:179
+msgid "write output to FILE (suffix will be added)"
 msgstr ""
 
-#: ineq-constrained-qp.cc:235
-msgid "too much degeneracy"
+#: main.cc:180
+msgid "generate a preview of the first system"
 msgstr ""
 
-#: key-def.cc:31
-msgid "No key name, assuming `C'"
+#: main.cc:181
+msgid "disallow unsafe Scheme and PostScript operations"
 msgstr ""
 
-#: key-def.cc:92
-msgid "Don't know how handle empty keys"
+#: main.cc:182
+msgid "print version number"
 msgstr ""
 
-#: key-engraver.cc:70 key-performer.cc:65
-msgid "FIXME: key change merge"
+#: main.cc:223
+#, c-format
+msgid ""
+"Copyright (c) %s by\n"
+"%s  and others."
 msgstr ""
 
-#: key.cc:54 key.cc:59
+#. No version number or newline here.  It confuses help2man.
+#: main.cc:250
 #, c-format
-msgid "Don't have that many octaves (%s)"
+msgid "Usage: %s [OPTION]... FILE..."
 msgstr ""
 
-#: key.cc:77
+#: main.cc:252
 #, c-format
-msgid "underdone accidentals (%s)"
+msgid "Typeset music and/or produce MIDI from FILE."
 msgstr ""
 
-#: key.cc:82
+#: main.cc:254
 #, c-format
-msgid "overdone accidentals (%s)"
+msgid "LilyPond produces beautiful music notation."
 msgstr ""
 
-#: lily-guile.cc:84 lily-guile.cc:107
+#: main.cc:256
 #, c-format
-msgid "(load path: `%s')"
+msgid "For more information, see %s"
 msgstr ""
 
-#: line-of-score.cc:91
-msgid "Huh?  Empty Line_of_score?"
+#: main.cc:258
+#, c-format
+msgid "Options:"
 msgstr ""
 
-#: local-key-engraver.cc:42
-msgid "out of tune:"
+#: main.cc:262
+#, c-format
+msgid "Report bugs via %s"
 msgstr ""
 
-#: local-key-engraver.cc:43 time-signature-engraver.cc:29
-#: translator-group.cc:437 translator-group.cc:446
+#: main.cc:308
 #, c-format
-msgid "Can't find: `%s'"
+msgid "expected %d arguments with jail, found: %u"
 msgstr ""
 
-#: lookup.cc:105
-msgid "Aborting"
+#: main.cc:322
+#, c-format
+msgid "no such user: %s"
 msgstr ""
 
-#: lookup.cc:436
+#: main.cc:324
 #, c-format
-msgid "Non-matching braces in text `%s', adding braces"
+msgid "can't get user id from user name: %s: %s"
 msgstr ""
 
-#: main.cc:71 main.cc:91
-msgid "enable debugging output"
+#: main.cc:339
+#, c-format
+msgid "no such group: %s"
 msgstr ""
 
-#: main.cc:72
-msgid "EXT"
+#: main.cc:341
+#, c-format
+msgid "can't get group id from group name: %s: %s"
 msgstr ""
 
-#: main.cc:72
-msgid "use output format EXT"
+#: main.cc:349
+#, c-format
+msgid "can't chroot to: %s: %s"
 msgstr ""
 
-#: main.cc:73 main.cc:92
-msgid "this help"
+#: main.cc:356
+#, c-format
+msgid "can't change group id to: %d: %s"
 msgstr ""
 
-#: main.cc:74
-msgid "DIR"
+#: main.cc:362
+#, c-format
+msgid "can't change user id to: %d: %s"
 msgstr ""
 
-#: main.cc:74
-msgid "add DIR to search path"
+#: main.cc:368
+#, c-format
+msgid "can't change working directory to: %s: %s"
 msgstr ""
 
-#: main.cc:75 main.cc:95
-msgid "FILE"
+#: main.cc:415
+#, c-format
+msgid "Evaluating %s"
 msgstr ""
 
-#: main.cc:75
-msgid "use FILE as init file"
+#: main.cc:638
+#, c-format
+msgid "exception caught: %s"
 msgstr ""
 
-#: main.cc:76
-msgid "write Makefile dependencies for every input file"
+#. FIXME: constant error message.
+#: mark-engraver.cc:154
+msgid "rehearsalMark must have integer value"
 msgstr ""
 
-#: main.cc:77
-msgid "produce MIDI output only"
+#: mark-engraver.cc:160
+msgid "mark label must be a markup object"
 msgstr ""
 
-#: main.cc:78
-msgid "BASENAME"
+#: mensural-ligature-engraver.cc:85
+msgid "ligature with less than 2 heads -> skipping"
 msgstr ""
 
-#: main.cc:78
-msgid "write output to BASENAME[-x].extension"
+#: mensural-ligature-engraver.cc:112
+msgid "cannot determine pitch of ligature primitive -> skipping"
 msgstr ""
 
-#: main.cc:79
-msgid "show all changes in relative syntax"
+#: mensural-ligature-engraver.cc:126
+msgid "single note ligature - skipping"
 msgstr ""
 
-#: main.cc:80
-msgid "inhibit file output naming and exporting"
+#: mensural-ligature-engraver.cc:138
+msgid "prime interval within ligature -> skipping"
 msgstr ""
 
-#: main.cc:81 main.cc:99
-msgid "don't timestamp the output"
+#: mensural-ligature-engraver.cc:150
+msgid "mensural ligature: duration none of Mx, L, B, S -> skipping"
 msgstr ""
 
-#: main.cc:82
-msgid "switch on experimental features"
+#: mensural-ligature-engraver.cc:198
+msgid "semibrevis must be followed by another one -> skipping"
 msgstr ""
 
-#: main.cc:83
-msgid "ignore mudela version"
+#: mensural-ligature-engraver.cc:209
+msgid ""
+"semibreves can only appear at the beginning of a ligature,\n"
+"and there may be only zero or two of them"
 msgstr ""
 
-#: main.cc:84 main.cc:100
-msgid "print version number"
+#: mensural-ligature-engraver.cc:236
+msgid ""
+"invalid ligatura ending:\n"
+"when the last note is a descending brevis,\n"
+"the penultimate note must be another one,\n"
+"or the ligatura must be LB or SSB"
 msgstr ""
 
-#: main.cc:85 main.cc:102
-msgid "show warranty and copyright"
+#: mensural-ligature-engraver.cc:356
+msgid "unexpected case fall-through"
 msgstr ""
 
-#: main.cc:92
-#, c-format
-msgid "Usage: %s [OPTION]... [FILE]..."
+#: mensural-ligature.cc:141
+msgid "Mensural_ligature: unexpected case fall-through"
 msgstr ""
 
-#: main.cc:94
-msgid "Typeset music and or play MIDI from FILE"
+#: mensural-ligature.cc:192
+msgid "Mensural_ligature: (join_right == 0)"
 msgstr ""
 
-#: main.cc:100 main.cc:115
-msgid "Options:"
+#: midi-item.cc:152
+#, c-format
+msgid "no such MIDI instrument: `%s'"
 msgstr ""
 
-#: main.cc:104
-msgid "This binary was compiled with the following options:"
+#: midi-item.cc:273
+msgid "silly pitch"
 msgstr ""
 
-#: main.cc:119 main.cc:123
+#: midi-item.cc:289
 #, c-format
-msgid "Report bugs to %s"
+msgid "experimental: temporarily fine tuning (of %d cents) a channel."
 msgstr ""
 
-#: main.cc:52 main.cc:137
+#: midi-stream.cc:28
 #, c-format
-msgid ""
-"This is free software.  It is covered by the GNU General Public License,\n"
-"and you are welcome to change it and/or distribute copies of it under\n"
-"certain conditions.  Invoke as `%s --warranty' for more information.\n"
+msgid "can't open for write: %s: %s"
 msgstr ""
 
-#: main.cc:59 main.cc:144 main.cc:156
+#: midi-stream.cc:44
 #, c-format
-msgid "Copyright (c) %s by"
+msgid "can't write to file: `%s'"
 msgstr ""
 
-#. GNU GNU?
-#: main.cc:154
-msgid "GNU LilyPond -- The GNU Project music typesetter"
+#: music-iterator.cc:172
+msgid "Sending non-event to context"
 msgstr ""
 
-#: main.cc:68 main.cc:162
-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., 675 Mass Ave, Cambridge, MA 02139,\n"
-"USA.\n"
+#: music.cc:142
+#, c-format
+msgid "octave check failed; expected \"%s\", found: %s"
 msgstr ""
 
-#: midi-item.cc:303
+#: music.cc:208
 #, c-format
-msgid "no such instrument: `%s'"
+msgid "transposition by %s makes alteration larger than double"
 msgstr ""
 
-#: midi-item.cc:357
-#, c-format
-msgid "unconventional key: flats: %d, sharps: %d"
+#: new-fingering-engraver.cc:95
+msgid "can't add text scripts to individual note heads"
 msgstr ""
 
-#: midi-item.cc:402
-msgid "silly duration"
+#: new-fingering-engraver.cc:238
+msgid "no placement found for fingerings"
 msgstr ""
 
-#: midi-item.cc:415
-msgid "silly pitch"
+#: new-fingering-engraver.cc:239
+msgid "placing below"
 msgstr ""
 
-#: midi-stream.cc:29 paper-stream.cc:36
-msgid "Error syncing file (disk full?)"
+#: note-collision.cc:438
+msgid "ignoring too many clashing note columns"
 msgstr ""
 
-#: music-output-def.cc:56
-msgid "Interpretation context with empty type"
+#: note-column.cc:123
+msgid "can't have note heads and rests together on a stem"
 msgstr ""
 
-#: music-output-def.cc:83
+#: note-head.cc:69
 #, c-format
-msgid "Can't find `%s' context"
+msgid "none of note heads `%s' or `%s' found"
+msgstr ""
+
+#: note-heads-engraver.cc:63
+msgid "NoteEvent without pitch"
 msgstr ""
 
-#: musical-request.cc:42
+#: open-type-font.cc:33
 #, c-format
-msgid "Transposition by %s makes accidental larger than two"
+msgid "can't allocate %lu bytes"
 msgstr ""
 
-#: my-lily-lexer.cc:137
+#: open-type-font.cc:37
 #, c-format
-msgid "redeclaration of `\\%s'"
+msgid "can't load font table: %s"
 msgstr ""
 
-#: my-lily-lexer.cc:143
+#: open-type-font.cc:96
 #, c-format
-msgid "Identifier name is a keyword: `%s'"
+msgid "unsupported font format: %s"
 msgstr ""
 
-#: my-lily-lexer.cc:172
+#: open-type-font.cc:98
 #, c-format
-msgid "error at EOF: %s"
+msgid "unknown error: %d reading font file: %s"
 msgstr ""
 
-#: midi-score-parser.cc:94 my-lily-parser.cc:60
-msgid "Parsing..."
+#: open-type-font.cc:171 open-type-font.cc:295
+#, c-format
+msgid "FT_Get_Glyph_Name() returned error: %u"
+msgstr ""
+
+#: page-turn-page-breaking.cc:227
+msgid ""
+"couldn't fit the first page turn onto a single page. Consider setting first-"
+"page-number to an even number."
 msgstr ""
 
-#: my-lily-parser.cc:69
-msgid "Braces don't match"
+#: page-turn-page-breaking.cc:240
+#, c-format
+msgid "Calculating page and line breaks (%d possible page breaks)..."
 msgstr ""
 
-#: p-col.cc:48
-msgid "Must set spring between differing columns"
+#: page-turn-page-breaking.cc:258 paper-score.cc:154
+msgid "Drawing systems..."
 msgstr ""
 
-#: paper-def.cc:95
+#: pango-font.cc:196
 #, c-format
-msgid "unknown paper variable: `%s'"
+msgid ""
+"Glyph has no name, but font supports glyph naming.\n"
+"Skipping glyph U+%0X, file %s"
 msgstr ""
 
-#: paper-def.cc:99
-msgid "not a real variable"
+#: pango-font.cc:235
+#, c-format
+msgid "no PostScript font name for font `%s'"
 msgstr ""
 
-#. for now; breaks -fscm output
-#: paper-def.cc:251
-msgid "Outputting Score, defined at: "
+#: pango-font.cc:283
+msgid "FreeType face has no PostScript font name"
 msgstr ""
 
-#: paper-def.cc:280
+#: paper-outputter-scheme.cc:33
 #, c-format
-msgid "paper output to %s..."
+msgid "Layout output to `%s'..."
 msgstr ""
 
-#: mudela-stream.cc:86 paper-outputter.cc:76 performance.cc:97
-msgid ", at "
+#: paper-score.cc:105
+msgid "Calculating line breaks..."
 msgstr ""
 
-#: paper-outputter.cc:130
+#: paper-score.cc:118
 #, c-format
-msgid "improbable offset for object type: `%s'"
+msgid "Element count %d (spanners %d) "
 msgstr ""
 
-#: paper-score.cc:131
-msgid "Can't solve this casting problem exactly; reverting to Word_wrap"
+#: paper-score.cc:122
+msgid "Preprocessing graphical objects..."
 msgstr ""
 
-#: paper-score.cc:156
-msgid "Preprocessing elements..."
+#: parse-scm.cc:83
+msgid "GUILE signaled an error for the expression beginning here"
 msgstr ""
 
-#: paper-score.cc:160
-msgid "Calculating column positions..."
+#: percent-repeat-engraver.cc:200
+msgid "unterminated percent repeat"
 msgstr ""
 
-#: paper-score.cc:179
-#, c-format
-msgid "%s elements"
+#: performance.cc:45
+msgid "Track..."
 msgstr ""
 
-#: paper-score.cc:182
-msgid "Line ... "
+#: performance.cc:66
+msgid "MIDI channel wrapped around"
 msgstr ""
 
-#: performance.cc:50
-msgid "Track ... "
+#: performance.cc:67
+msgid "remapping modulo 16"
 msgstr ""
 
-#. perhaps multiple text events?
-#: performance.cc:77
-msgid "Creator: "
+#: performance.cc:95
+#, c-format
+msgid "MIDI output to `%s'..."
 msgstr ""
 
-#: performance.cc:92
-msgid "Automatically generated"
+#: phrasing-slur-engraver.cc:146
+msgid "unterminated phrasing slur"
 msgstr ""
 
-#: performance.cc:106
+#: piano-pedal-engraver.cc:283
 #, c-format
-msgid "from musical definition: %s"
+msgid "expect 3 strings for piano pedals, found: %ld"
 msgstr ""
 
-#: performance.cc:174
+#: piano-pedal-engraver.cc:298 piano-pedal-engraver.cc:309
+#: piano-pedal-performer.cc:93
 #, c-format
-msgid "MIDI output to %s..."
+msgid "can't find start of piano pedal: `%s'"
 msgstr ""
 
-#: qlpsolve.cc:88 qlpsolve.cc:139
-msgid "degenerate constraints"
+#: piano-pedal-engraver.cc:344
+#, c-format
+msgid "can't find start of piano pedal bracket: `%s'"
 msgstr ""
 
-#: repeat-engraver.cc:177
-msgid "No bar engraver found.  Ignoring repeats."
+#: program-option.cc:195
+#, c-format
+msgid "no such internal option: %s"
 msgstr ""
 
-#: request-chord-iterator.cc:73
+#: property-iterator.cc:74
 #, c-format
-msgid "Junking request: `%s'"
+msgid "not a grob name, `%s'"
 msgstr ""
 
-#: request-chord-iterator.cc:76
+#: relative-octave-check.cc:39
+msgid "Failed octave check, got: "
+msgstr ""
+
+#: relocate.cc:44
 #, c-format
-msgid "Huh?  Not a Request: `%s'"
+msgid "Setting %s to %s\n"
 msgstr ""
 
-#: rest-collision.cc:64
-msgid "too many colliding rests"
+#: relocate.cc:58
+#, c-format
+msgid "no such file: %s for %s"
 msgstr ""
 
-#: rest-collision.cc:68
-msgid "too many notes for rest collision"
+#: relocate.cc:68 relocate.cc:86
+#, c-format
+msgid "no such directory: %s for %s"
 msgstr ""
 
-#: score-engraver.cc:149
+#: relocate.cc:78
 #, c-format
-msgid "unbound spanner `%s'"
+msgid "%s=%s (prepend)\n"
 msgstr ""
 
-#: score.cc:56
-msgid "no toplevel translator"
+#: relocate.cc:98
+#, c-format
+msgid "Relocation: compile prefix=%s, new prefix=%s"
 msgstr ""
 
-#: score.cc:59
-msgid "Interpreting music..."
+#: relocate.cc:128
+#, c-format
+msgid "Relocation: framework_prefix=%s"
 msgstr ""
 
-#: score.cc:70
-msgid "Need music in a score"
+#: relocate.cc:168
+#, c-format
+msgid "Relocation: is absolute: argv0=%s"
 msgstr ""
 
-#. should we? hampers debugging.
-#: score.cc:83
-msgid "Errors found/*, not processing score*/"
+#: relocate.cc:175
+#, c-format
+msgid "Relocation: from cwd: argv0=%s"
 msgstr ""
 
-#: score.cc:88
+#: relocate.cc:184
 #, c-format
-msgid "elapsed time: %.2f seconds"
+msgid ""
+"Relocation: from PATH=%s\n"
+"argv0=%s"
 msgstr ""
 
-#: scores.cc:35
+#: relocate.cc:353
 #, c-format
-msgid "Writing dependency file: `%s'..."
+msgid "Relocation file %s\n"
 msgstr ""
 
-#: scores.cc:79
-msgid "Score contains errors; will not process it"
+#: relocate.cc:358
+#, c-format
+msgid "can't open file %s"
 msgstr ""
 
-#: script-engraver.cc:49
+#: relocate.cc:388
 #, c-format
-msgid "Don't know how to interpret articulation `%s'"
+msgid "Unknown relocation command %s"
 msgstr ""
 
-#: sequential-music-iterator.cc:82
-msgid "Must stop before this music ends"
+#: rest-collision.cc:150
+msgid "can't resolve rest collision: rest direction not set"
 msgstr ""
 
-#. this shouldn't happen, but let's continue anyway.
-#: single-malt-grouping-item.cc:43
-msgid "Single_malt_grouping_item:  I've been drinking too much"
+#: rest-collision.cc:164 rest-collision.cc:209
+msgid "too many colliding rests"
 msgstr ""
 
-#: slur-engraver.cc:64
-msgid "unterminated slur"
+#: rest.cc:143
+#, c-format
+msgid "rest `%s' not found"
 msgstr ""
 
-#: slur-engraver.cc:80
+#: score-engraver.cc:68
 #, c-format
-msgid "Can't find both ends of %s"
+msgid "cannot find `%s'"
 msgstr ""
 
-#: slur-engraver.cc:80
-msgid "slur"
+#: score-engraver.cc:70
+msgid "Music font has not been installed properly."
 msgstr ""
 
-#: slur.cc:38
-msgid "Putting slur over rest.  Ignoring."
+#: score-engraver.cc:72
+#, c-format
+msgid "Search path `%s'"
 msgstr ""
 
-#: spanner.cc:41
-msgid "Left spanpoint is right spanpoint"
+#: score.cc:222
+msgid "already have music in score"
 msgstr ""
 
-#: spanner.cc:111
-#, c-format
-msgid "Spanner `%s' has equal left and right spanpoints"
+#: score.cc:223
+msgid "this is the previous music"
 msgstr ""
 
-#: spanner.cc:143
-msgid "spanner with negative length"
+#: score.cc:228
+msgid "errors found, ignoring music expression"
 msgstr ""
 
-#: spring-spacer.cc:134
-msgid "I'm too fat; call Oprah"
+#. FIXME:
+#: script-engraver.cc:102
+msgid "don't know how to interpret articulation: "
 msgstr ""
 
-#: spring-spacer.cc:299
-msgid "Solution doesn't satisfy constraints"
+#: script-engraver.cc:103
+msgid "scheme encoding: "
 msgstr ""
 
-#: spring-spacer.cc:400
+#: simple-spacer.cc:375
 #, c-format
-msgid "Improbable distance: %f point, setting to 10 mm"
+msgid "No spring between column %d and next one"
+msgstr ""
+
+#: slur-engraver.cc:83
+msgid "Invalid direction of slur-event"
+msgstr ""
+
+#: slur-engraver.cc:156
+msgid "unterminated slur"
 msgstr ""
 
-#: spring-spacer.cc:405
-msgid "Negative distance, setting to 10 mm"
+#: slur-engraver.cc:165
+msgid "can't end slur"
 msgstr ""
 
-#: stem-engraver.cc:80
+#: source-file.cc:74
 #, c-format
-msgid "Adding note head to incompatible stem (type = %d)"
+msgid "expected to read %d characters, got %d"
 msgstr ""
 
-#: stem.cc:26
-msgid "stem direction set already!"
+#: staff-symbol-engraver.cc:62
+msgid "staff-span event has no direction"
 msgstr ""
 
-#: stem.cc:106
-msgid "Weird stem size; check for narrow beams"
+#: stem-engraver.cc:95
+msgid "tremolo duration is too long"
 msgstr ""
 
-#: tfm-reader.cc:108
+#. FIXME:
+#: stem-engraver.cc:132
 #, c-format
-msgid "TFM header of `%s' has only %u word(s)"
+msgid "adding note head to incompatible stem (type = %d)"
+msgstr ""
+
+#: stem-engraver.cc:134
+msgid "maybe input should specify polyphonic voices"
 msgstr ""
 
-#: tfm-reader.cc:146
+#: stem.cc:104
+msgid "weird stem size, check for narrow beams"
+msgstr ""
+
+#: stem.cc:627
 #, c-format
-msgid "%s: TFM file has %u parameters, which is more than the %u I can handle"
+msgid "flag `%s' not found"
 msgstr ""
 
-#: tfm.cc:64
+#: stem.cc:638
 #, c-format
-msgid "Can't find ascii character: `%d'"
+msgid "flag stroke `%s' not found"
 msgstr ""
 
-#: tie-engraver.cc:91
-msgid "unequal number of note heads for tie"
+#: system.cc:178
+#, c-format
+msgid "Element count %d."
 msgstr ""
 
-#: tie-engraver.cc:155 tie-performer.cc:106
-msgid "No ties were created!"
+#: system.cc:270
+#, c-format
+msgid "Grob count %d"
 msgstr ""
 
-#: tie.cc:55
-msgid "lonely tie"
+#: text-spanner-engraver.cc:60
+msgid "can't find start of text spanner"
 msgstr ""
 
-#: time-description.cc:17
-msgid "cadenza"
+#: text-spanner-engraver.cc:72
+msgid "already have a text spanner"
 msgstr ""
 
-#: time-description.cc:106
-msgid "Partial measure must be non-negative"
+#: text-spanner-engraver.cc:132
+msgid "unterminated text spanner"
 msgstr ""
 
-#: time-description.cc:108
-msgid "partial measure too large"
+#: tie-engraver.cc:257
+msgid "lonely tie"
 msgstr ""
 
-#: time-scaled-music-iterator.cc:25
-msgid "no one to print a tuplet start bracket"
+#.
+#. Todo: should make typecheck?
+#.
+#. OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
+#.
+#: time-signature-engraver.cc:63
+#, c-format
+msgid "strange time signature found: %d/%d"
 msgstr ""
 
-#: time-signature-engraver.cc:28
-msgid "lost in time:"
+#. If there is no such symbol, we default to the numbered style.
+#. (Here really with a warning!)
+#: time-signature.cc:82
+#, c-format
+msgid "time signature symbol `%s' not found; reverting to numbered style"
 msgstr ""
 
-#: timing-translator.cc:26
-msgid "conflicting timing request"
+#: translator-ctors.cc:52
+#, c-format
+msgid "unknown translator: `%s'"
 msgstr ""
 
-#: timing-translator.cc:62
-msgid "time signature change not allowed here"
+#: translator-group.cc:152
+#, c-format
+msgid "can't find: `%s'"
 msgstr ""
 
-#: timing-translator.cc:83
+#: translator.cc:331
 #, c-format
-msgid "barcheck failed at: %s"
+msgid "Two simultaneous %s events, junking this one"
 msgstr ""
 
-#: translator-ctors.cc:39
+#: translator.cc:332
 #, c-format
-msgid "unknown translator: `%s'"
+msgid "Previous %s event here"
 msgstr ""
 
-#: translator-group.cc:78 translator-group.cc:91
-msgid "Program has no such type"
+#: trill-spanner-engraver.cc:67
+msgid "can't find start of trill spanner"
 msgstr ""
 
-#: translator-group.cc:82 translator-group.cc:97
-#, c-format
-msgid "Already contains: `%s'"
+#: trill-spanner-engraver.cc:79
+msgid "already have a trill spanner"
+msgstr ""
+
+#: tuplet-engraver.cc:72
+msgid "invalid direction of tuplet-span-event"
 msgstr ""
 
-#: translator-group.cc:207
+#: vaticana-ligature-engraver.cc:382
 #, c-format
-msgid "Can't find or create `%s' called `%s'"
+msgid ""
+"ignored prefix (es) `%s' of this head according to restrictions of the "
+"selected ligature style"
 msgstr ""
 
-#: translator-group.cc:341
+#: vaticana-ligature-engraver.cc:708
 #, c-format
-msgid "Can't find or create: `%s'"
+msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul"
 msgstr ""
 
-#: transposed-music.cc:31
-msgid "Will ignore \\relative for transposed music"
+#: vaticana-ligature.cc:84
+msgid "flexa-height undefined; assuming 0"
 msgstr ""
 
-#: unfolded-repeat-iterator.cc:145
-msgid "no one to print a volta bracket"
+#: vaticana-ligature.cc:89
+msgid "ascending vaticana style flexa"
 msgstr ""
 
-#: word-wrap.cc:75
-#, c-format
-msgid "Ugh, this measure is too long, breakpoint: %d"
+#: vaticana-ligature.cc:177
+msgid "Vaticana_ligature: zero join (delta_pitch == 0)"
 msgstr ""
 
-#: word-wrap.cc:77
-msgid "Generating stupido solution"
+#. fixme: be more verbose.
+#: volta-engraver.cc:143
+msgid "can't end volta spanner"
 msgstr ""
 
-#: word-wrap.cc:95
-msgid "I don't fit; put me on Montignac"
+#: volta-engraver.cc:153
+msgid "already have a volta spanner, ending that one prematurely"
 msgstr ""
 
-#: parser.yy:55
-#, c-format
-msgid "Oldest supported input version: %s"
+#: volta-engraver.cc:157
+msgid "also already have an ended spanner"
 msgstr ""
 
-#: parser.yy:313
-msgid "Can't evaluate Scheme in safe mode"
+#: parser.yy:703 parser.yy:704
+msgid "\\paper cannot be used in \\score, use \\layout instead"
 msgstr ""
 
-#: parser.yy:433 parser.yy:441 parser.yy:465
-msgid "Need a translator group for a context"
+#: parser.yy:727 parser.yy:728
+msgid "need \\paper for paper block"
 msgstr ""
 
-#: parser.yy:459
-msgid "Wrong type for property value"
+#: parser.yy:1173 parser.yy:1174
+msgid "Grob name should be alphanumeric"
 msgstr ""
 
-#: parser.yy:515
-msgid "More than one music block"
+#: parser.yy:1476 parser.yy:1477
+msgid "second argument must be pitch list"
 msgstr ""
 
-#: parser.yy:575
-msgid "Need even number of args for shape array"
+#: parser.yy:1503 parser.yy:1508 parser.yy:1973 parser.yy:1504 parser.yy:1509
+#: parser.yy:1974
+msgid "have to be in Lyric mode for lyrics"
 msgstr ""
 
-#: parser.yy:723
-msgid "More alternatives than repeats.  Junking excess alternatives."
+#: parser.yy:1605 parser.yy:1606
+msgid "expecting string as script definition"
 msgstr ""
 
-#: parser.yy:946 parser.yy:1360 parser.yy:1380
+#: parser.yy:1760 parser.yy:1810 parser.yy:1761 parser.yy:1811
 #, c-format
 msgid "not a duration: %d"
 msgstr ""
 
-#: parser.yy:948 parser.yy:1382
-msgid "Can't abbreviate"
+#: parser.yy:1927 parser.yy:1928
+msgid "have to be in Note mode for notes"
+msgstr ""
+
+#: parser.yy:1988 parser.yy:1989
+msgid "have to be in Chord mode for chords"
 msgstr ""
 
-#: parser.yy:1076
-msgid "Can't specify direction for this request"
+#: lexer.ll:177
+msgid "stray UTF-8 BOM encountered"
 msgstr ""
 
-#: parser.yy:1211 parser.yy:1219 parser.yy:1444
-msgid "Have to be in Lyric mode for lyrics"
+#: lexer.ll:181
+msgid "Skipping UTF-8 BOM"
 msgstr ""
 
-#: parser.yy:1391
-msgid "Have to be in Note mode for notes"
+#: lexer.ll:236
+#, c-format
+msgid "Renaming input to: `%s'"
+msgstr ""
+
+#: lexer.ll:254
+msgid "quoted string expected after \\version"
 msgstr ""
 
-#: parser.yy:1403
-msgid "Can't abbreviate tuplet"
+#: lexer.ll:258
+msgid "quoted string expected after \\sourcefilename"
 msgstr ""
 
-#: parser.yy:1450
-msgid "Have to be in Chord mode for chords"
+#: lexer.ll:262
+msgid "integer expected after \\sourcefileline"
 msgstr ""
 
-#: lexer.ll:155
+#: lexer.ll:275
 msgid "EOF found inside a comment"
 msgstr ""
 
-#: lexer.ll:169
-msgid "\\maininput disallowed outside init files"
+#: lexer.ll:290
+msgid "\\maininput not allowed outside init files"
 msgstr ""
 
-#: lexer.ll:199
+#: lexer.ll:314
 #, c-format
-msgid "undefined identifier: `%s'"
+msgid "wrong or undefined identifier: `%s'"
 msgstr ""
 
 #. backup rule
-#: lexer.ll:204
-msgid "Missing end quote"
+#: lexer.ll:323
+msgid "end quote missing"
 msgstr ""
 
-#. backup rule
-#: lexer.ll:227 lexer.ll:231
-msgid "white expected"
+#: lexer.ll:468
+msgid "Brace found at end of lyric.  Did you forget a space?"
 msgstr ""
 
-#: lexer.ll:401
+#: lexer.ll:561
+msgid "Brace found at end of markup.  Did you forget a space?"
+msgstr ""
+
+#: lexer.ll:661
 #, c-format
 msgid "invalid character: `%c'"
 msgstr ""
 
-#: lexer.ll:457
+#: lexer.ll:776
 #, c-format
 msgid "unknown escaped string: `\\%s'"
 msgstr ""
 
-#: lexer.ll:543
+#: lexer.ll:882
 #, c-format
-msgid "incorrect mudela version: %s (%s, %s)"
+msgid "Incorrect lilypond version: %s (%s, %s)"
 msgstr ""
 
-#: out/BLURB.hh:2
-msgid ""
-"LilyPond is a music typesetter.  It produces beautiful sheet music\n"
-"using a high level description file as input.  LilyPond is part of \n"
-"the GNU Project.\n"
+#: lexer.ll:883
+msgid "Consider updating the input with the convert-ly script"
 msgstr ""
 
-#: main.cc:90
-msgid "write exact durations, e.g.: a4*385/384"
+#: backend-library.scm:19 lily.scm:487 ps-to-png.scm:88
+#, lisp-format
+msgid "Invoking `~a'..."
 msgstr ""
 
-#: main.cc:93
-msgid "ACC[:MINOR]"
+#: backend-library.scm:24
+#, lisp-format
+msgid "`~a' failed (~a)"
 msgstr ""
 
-#: main.cc:93
-msgid "set key: ACC +sharps/-flats; :1 minor"
+#: backend-library.scm:95 framework-tex.scm:343 framework-tex.scm:368
+#, lisp-format
+msgid "Converting to `~a'..."
 msgstr ""
 
-#: main.cc:94
-msgid "assume no tuplets or double dots, smallest is 32"
+#: backend-library.scm:110
+#, lisp-format
+msgid "Converting to ~a..."
 msgstr ""
 
-#: main.cc:95
-msgid "set FILE as default output"
+#: backend-library.scm:156
+#, lisp-format
+msgid "Writing header field `~a' to `~a'..."
 msgstr ""
 
-#: main.cc:96
-msgid "assume no tuplets"
+#: define-context-properties.scm:20 define-grob-properties.scm:10
+#: define-music-properties.scm:10
+#, lisp-format
+msgid "symbol ~S redefined"
 msgstr ""
 
-#: main.cc:97
-msgid "be quiet"
+#: define-event-classes.scm:116
+#, lisp-format
+msgid "event class ~A seems to be unused"
 msgstr ""
 
-#: main.cc:98
-msgid "DUR"
+#. should be programming-error
+#: define-event-classes.scm:122
+#, lisp-format
+msgid "translator listens to nonexisting event class ~A"
 msgstr ""
 
-#: main.cc:98
-msgid "set smallest duration"
+#: define-markup-commands.scm:265
+msgid "no systems found in \\score markup, does it have a \\layout block?"
 msgstr ""
 
-#: main.cc:101
-msgid "be verbose"
+#: define-markup-commands.scm:1281
+#, lisp-format
+msgid "not a valid duration string: ~a"
 msgstr ""
 
-#: main.cc:103
-msgid "assume no double dotted notes"
+#: define-music-types.scm:743
+#, lisp-format
+msgid "symbol expected: ~S"
 msgstr ""
 
-#: main.cc:110
-#, c-format
-msgid "Usage: %s [OPTION]... [FILE]"
+#: define-music-types.scm:746
+#, lisp-format
+msgid "can't find music object: ~S"
 msgstr ""
 
-#: main.cc:112
-msgid "Translate MIDI-file to mudela"
+#: define-music-types.scm:766
+#, lisp-format
+msgid "unknown repeat type `~S'"
 msgstr ""
 
-#: midi-parser.cc:64
-msgid "zero length string encountered"
+#: define-music-types.scm:767
+msgid "See music-types.scm for supported repeats"
 msgstr ""
 
-#: midi-score-parser.cc:44
-msgid "MIDI header expected"
+#: document-backend.scm:91
+#, lisp-format
+msgid "pair expected in doc ~s"
 msgstr ""
 
-#: midi-score-parser.cc:49
-msgid "invalid header length"
+#: document-backend.scm:135
+#, lisp-format
+msgid "can't find interface for property: ~S"
 msgstr ""
 
-#: midi-score-parser.cc:52
-msgid "invalid MIDI format"
+#: document-backend.scm:145
+#, lisp-format
+msgid "unknown Grob interface: ~S"
 msgstr ""
 
-#: midi-score-parser.cc:55
-msgid "invalid number of tracks"
+#: documentation-lib.scm:45
+#, lisp-format
+msgid "Processing ~S..."
 msgstr ""
 
-#: midi-score-parser.cc:58
-msgid "Can't handle non-metrical time"
+#: documentation-lib.scm:150
+#, lisp-format
+msgid "Writing ~S..."
 msgstr ""
 
-#: midi-track-parser.cc:68
-#, c-format
-msgid "Junking note-end event: channel = %d, pitch = %d"
+#: documentation-lib.scm:172
+#, lisp-format
+msgid "can't find description for property ~S (~S)"
 msgstr ""
 
-#: midi-track-parser.cc:124
-msgid "invalid running status"
+#: framework-eps.scm:77 framework-eps.scm:78
+#, lisp-format
+msgid "Writing ~a..."
 msgstr ""
 
-#: midi-track-parser.cc:328
-msgid "unimplemented MIDI meta-event"
+#: framework-ps.scm:279
+#, lisp-format
+msgid "can't embed ~S=~S"
 msgstr ""
 
-#: midi-track-parser.cc:333
-msgid "invalid MIDI event"
+#: framework-ps.scm:332
+#, lisp-format
+msgid "can't extract file matching ~a from ~a"
 msgstr ""
 
-#: midi-track-parser.cc:348
-msgid "MIDI track expected"
+#: framework-ps.scm:349
+#, lisp-format
+msgid "don't know how to embed ~S=~S"
 msgstr ""
 
-#: midi-track-parser.cc:353
-msgid "invalid track length"
+#: framework-ps.scm:380
+#, lisp-format
+msgid "don't know how to embed font ~s ~s ~s"
 msgstr ""
 
-#: mudela-item.cc:160
-#, c-format
-msgid "#32 in quarter: %d"
+#: framework-ps.scm:731
+#, lisp-format
+msgid "can't convert <stdout> to ~S"
 msgstr ""
 
-#: mudela-score.cc:108
-#, c-format
-msgid "Lily output to %s..."
+#: framework-ps.scm:750 framework-ps.scm:753
+#, lisp-format
+msgid "can't generate ~S using the postscript back-end"
 msgstr ""
 
-#: mudela-score.cc:119
-#, c-format
-msgid "track %d:"
+#: framework-ps.scm:760
+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 ""
 
-#: mudela-score.cc:155
-msgid "Processing..."
+#: framework-tex.scm:360
+#, lisp-format
+msgid "TeX file name must not contain whitespace: `~a'"
 msgstr ""
 
-#: mudela-score.cc:164
-msgid "Creating voices..."
+#: layout-beam.scm:29
+#, lisp-format
+msgid "Error in beam quanting.  Expected (~S,~S) found ~S."
 msgstr ""
 
-#: mudela-score.cc:168
-msgid "track "
+#: layout-beam.scm:46
+#, lisp-format
+msgid "Error in beam quanting.  Expected ~S 0, found ~S."
 msgstr ""
 
-#: mudela-score.cc:177
-msgid "NOT Filtering tempo..."
+#: layout-page-layout.scm:353
+msgid "Calculating page breaks..."
 msgstr ""
 
-#: mudela-score.cc:186
-msgid "NOT Quantifying columns..."
+#: lily-library.scm:526
+#, lisp-format
+msgid "unknown unit: ~S"
 msgstr ""
 
-#: mudela-score.cc:190
-msgid "Quantifying columns..."
+#: lily-library.scm:559
+#, lisp-format
+msgid "no \\version statement found, please add~afor future compatibility"
 msgstr ""
 
-#: mudela-score.cc:223
-msgid "Settling columns..."
+#: lily-library.scm:566
+msgid "old relative compatibility not used"
 msgstr ""
 
-#: mudela-staff.cc:177
-msgid "% MIDI copyright:"
+#: lily.scm:137
+#, lisp-format
+msgid "Can't find ~A"
 msgstr ""
 
-#: mudela-staff.cc:178
-msgid "% MIDI instrument:"
+#: lily.scm:202
+#, lisp-format
+msgid "wrong type for argument ~a.  Expecting ~a, found ~s"
 msgstr ""
 
-#: mudela-stream.cc:37
-#, c-format
-msgid "lily indent level: %d"
+#: lily.scm:416 lily.scm:477
+#, lisp-format
+msgid "failed files: ~S"
 msgstr ""
 
-#. Maybe better not to translate these?
-#: mudela-stream.cc:76
-msgid "% Creator: "
+#: lily.scm:467
+#, lisp-format
+msgid "Redirecting output to ~a..."
 msgstr ""
 
-#: mudela-stream.cc:81
-msgid "% Automatically generated"
+#: ly-syntax-constructors.scm:40
+msgid "Music head function must return Music object"
 msgstr ""
 
-#: mudela-stream.cc:90
-#, c-format
-msgid "% from input file: "
+#: ly-syntax-constructors.scm:132
+#, lisp-format
+msgid "Invalid property operation ~a"
+msgstr ""
+
+#: markup.scm:88
+#, lisp-format
+msgid "Wrong number of arguments.  Expect: ~A, found ~A: ~S"
+msgstr ""
+
+#: markup.scm:94
+#, lisp-format
+msgid "Invalid argument in position ~A.  Expect: ~A, found: ~S."
+msgstr ""
+
+#: music-functions.scm:210
+msgid "More alternatives than repeats. Junking excess alternatives"
+msgstr ""
+
+#: music-functions.scm:229
+#, lisp-format
+msgid "expecting 2 elements for chord tremolo, found ~a"
+msgstr ""
+
+#: music-functions.scm:535
+#, lisp-format
+msgid "music expected: ~S"
+msgstr ""
+
+#. FIXME: uncomprehensable message
+#: music-functions.scm:586
+#, lisp-format
+msgid "Bar check failed.  Expect to be at ~a, instead at ~a"
+msgstr ""
+
+#: music-functions.scm:745
+#, lisp-format
+msgid "can't find quoted music `~S'"
+msgstr ""
+
+#: music-functions.scm:953
+#, lisp-format
+msgid "unknown accidental style: ~S"
+msgstr ""
+
+#: output-ps.scm:315
+msgid "utf-8-string encountered in PS backend"
+msgstr ""
+
+#: output-svg.scm:42
+#, lisp-format
+msgid "undefined: ~S"
+msgstr ""
+
+#: output-svg.scm:132
+#, 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:117
+#, lisp-format
+msgid "This is not a \\layout {} object, ~S"
+msgstr ""
+
+#: paper.scm:129
+#, lisp-format
+msgid "Unknown papersize: ~a"
+msgstr ""
+
+#. TODO: should raise (generic) exception with throw, and catch
+#. that in parse-scm.cc
+#: paper.scm:144
+msgid "Must use #(set-paper-size .. ) within \\paper { ... }"
+msgstr ""
+
+#: parser-clef.scm:126
+#, lisp-format
+msgid "unknown clef type `~a'"
+msgstr ""
+
+#: parser-clef.scm:127
+msgid "see scm/clef.scm for supported clefs"
+msgstr ""
+
+#: ps-to-png.scm:97
+#, lisp-format
+msgid "~a exited with status: ~S"
+msgstr ""
+
+#: to-xml.scm:190
+msgid "assertion failed"
 msgstr ""