# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-03-30 10:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: lilylib.py:62 msgid "lilylib module" msgstr "" #: lilylib.py:65 lilypond-book.py:88 midi2ly.py:100 mup2ly.py:75 ps2png.py:42 #: main.cc:135 msgid "print this help" msgstr "" #: lilylib.py:112 midi2ly.py:136 mup2ly.py:130 #, python-format msgid "Copyright (c) %s by" msgstr "" #: lilylib.py:116 midi2ly.py:141 mup2ly.py:135 msgid "Distributed under terms of the GNU General Public License." msgstr "" #: lilylib.py:118 midi2ly.py:142 mup2ly.py:136 msgid "It comes with NO WARRANTY." msgstr "" #: lilylib.py:125 warn.cc:24 #, c-format, python-format msgid "warning: %s" msgstr "" #: lilylib.py:128 warn.cc:30 #, c-format, python-format msgid "error: %s" msgstr "" #: lilylib.py:132 #, python-format msgid "Exiting (%d)..." msgstr "" #: lilylib.py:200 midi2ly.py:223 mup2ly.py:219 #, python-format msgid "Usage: %s [OPTIONS]... FILE" msgstr "" #: lilylib.py:204 convert-ly.py:57 midi2ly.py:227 mup2ly.py:223 main.cc:204 #, c-format msgid "Options:" msgstr "" #: lilylib.py:208 convert-ly.py:68 lilypond-pdfpc-helper.py:28 midi2ly.py:231 #: mup2ly.py:227 main.cc:208 #, c-format, python-format msgid "Report bugs to %s." msgstr "" #: lilylib.py:228 #, python-format msgid "Binary %s has version %s, looking for version %s" msgstr "" #: lilylib.py:262 #, python-format msgid "Opening pipe `%s'" msgstr "" #: lilylib.py:277 lilypond-book.py:1122 #, python-format msgid "`%s' failed (%d)" msgstr "" #: lilylib.py:282 lilylib.py:341 lilypond-book.py:1123 msgid "The error log is as follows:" msgstr "" #: lilylib.py:313 midi2ly.py:259 mup2ly.py:255 #, python-format msgid "Invoking `%s'" msgstr "" #: lilylib.py:315 #, python-format msgid "Running %s..." msgstr "" #: lilylib.py:334 #, python-format msgid "`%s' failed (%s)" msgstr "" #: lilylib.py:337 midi2ly.py:265 mup2ly.py:263 msgid "(ignored)" msgstr "" #: lilylib.py:355 midi2ly.py:275 mup2ly.py:273 #, python-format msgid "Cleaning %s..." msgstr "" #: lilylib.py:551 msgid "Removing output file" msgstr "" #: convert-ly.py:32 #, python-format msgid "%s has been replaced by %s" msgstr "" #: convert-ly.py:33 #, python-format msgid "Not smart enough to convert %s" msgstr "" #: convert-ly.py:34 msgid "Please refer to the manual for details, and update manually." msgstr "" #: convert-ly.py:50 #, python-format msgid "Usage: %s [OPTION]... [FILE]..." 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." 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 lilypond-pdfpc-helper.py:34 main.cc:92 #, 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" msgstr "" #: convert-ly.py:2402 msgid "LilyPond source must be UTF-8" msgstr "" #: convert-ly.py:2405 msgid "Try the texstrings backend" msgstr "" #: convert-ly.py:2408 #, python-format msgid "Do something like: %s" msgstr "" #: convert-ly.py:2411 msgid "Or save as UTF-8 in your editor" msgstr "" #: convert-ly.py:2476 msgid "Applying conversion: " msgstr "" #: convert-ly.py:2488 #, python-format msgid "%s: error while converting" msgstr "" #: convert-ly.py:2491 score-engraver.cc:111 msgid "Aborting" msgstr "" #: convert-ly.py:2512 #, python-format msgid "Processing `%s'... " msgstr "" #: convert-ly.py:2614 #, python-format msgid "%s: cannot determine version for `%s'" msgstr "" #: convert-ly.py:2623 #, python-format msgid "%s: skipping: `%s'" msgstr "" #: lilypond-book.py:70 msgid "" "Process LilyPond snippets in hybrid HTML, LaTeX, or texinfo document.\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:82 main.cc:129 msgid "EXT" msgstr "" #: lilypond-book.py:83 msgid "" "use output format EXT (texi [default], texi-html,\n" "\t\tlatex, html)" msgstr "" #: lilypond-book.py:85 msgid "FILTER" msgstr "" #: lilypond-book.py:86 msgid "pipe snippets through FILTER [convert-ly -n -]" msgstr "" #: lilypond-book.py:89 lilypond-book.py:91 main.cc:137 msgid "DIR" msgstr "" #: lilypond-book.py:90 msgid "add DIR to include path" msgstr "" #: lilypond-book.py:92 msgid "write output to DIR" msgstr "" #: lilypond-book.py:93 msgid "COMMAND" msgstr "" #: lilypond-book.py:94 msgid "process ly_files using COMMAND FILE..." msgstr "" #: lilypond-book.py:96 midi2ly.py:105 mup2ly.py:78 ps2png.py:43 main.cc:150 msgid "be verbose" msgstr "" #: lilypond-book.py:98 msgid "print version information" msgstr "" #: lilypond-book.py:100 midi2ly.py:107 mup2ly.py:80 main.cc:151 msgid "show warranty and copyright" msgstr "" #: lilypond-book.py:706 #, python-format msgid "deprecated ly-option used: %s=%s" msgstr "" #: lilypond-book.py:709 #, python-format msgid "compatibility mode translation: %s=%s" msgstr "" #: lilypond-book.py:713 #, python-format msgid "deprecated ly-option used: %s" msgstr "" #: lilypond-book.py:716 #, python-format msgid "compatibility mode translation: %s" msgstr "" #: lilypond-book.py:735 #, python-format msgid "ignoring unknown ly option: %s" msgstr "" #: lilypond-book.py:772 #, python-format msgid "file not found: %s" msgstr "" #: lilypond-book.py:1105 #, python-format msgid "Opening filter `%s'" msgstr "" #: lilypond-book.py:1247 msgid "Writing snippets..." msgstr "" #: lilypond-book.py:1252 msgid "Processing..." msgstr "" #: lilypond-book.py:1256 msgid "All snippets are up to date..." msgstr "" #: lilypond-book.py:1266 #, python-format msgid "cannot determine format for: %s" msgstr "" #: lilypond-book.py:1311 msgid "Output would overwrite input file; use --output." msgstr "" #: lilypond-book.py:1318 #, python-format msgid "Reading %s..." msgstr "" #: lilypond-book.py:1334 msgid "Dissecting..." msgstr "" #: lilypond-book.py:1365 #, python-format msgid "Compiling %s..." msgstr "" #: lilypond-book.py:1373 #, python-format msgid "Processing include: %s" msgstr "" #: lilypond-book.py:1383 #, python-format msgid "Removing `%s'" msgstr "" #: lilypond-book.py:1398 midi2ly.py:1016 ps2png.py:53 #, python-format msgid "getopt says: `%s'" msgstr "" #: lilypond-pdfpc-helper.py:72 msgid "Not in FILE:LINE:COL format: " msgstr "" #: lilypond-pdfpc-helper.py:100 #, python-format msgid "Command failed: `%s' (status %d)" msgstr "" #. temp_dir = os.path.join (original_dir, '%s.dir' % program_name) #. original_dir = os.getcwd () #. keep_temp_dir_p = 0 #: midi2ly.py:94 msgid "Convert MIDI to LilyPond source." msgstr "" #: midi2ly.py:97 msgid "print absolute pitches" msgstr "" #: midi2ly.py:98 midi2ly.py:103 msgid "DUR" msgstr "" #: midi2ly.py:98 msgid "quantise note durations on DUR" msgstr "" #: midi2ly.py:99 msgid "print explicit durations" msgstr "" #: midi2ly.py:101 msgid "ALT[:MINOR]" msgstr "" #: midi2ly.py:101 msgid "set key: ALT=+sharps|-flats; MINOR=1" msgstr "" #: midi2ly.py:102 main.cc:138 main.cc:139 msgid "FILE" msgstr "" #: midi2ly.py:102 mup2ly.py:76 msgid "write output to FILE" msgstr "" #: midi2ly.py:103 msgid "quantise note starts on DUR" msgstr "" #: midi2ly.py:104 msgid "DUR*NUM/DEN" msgstr "" #: midi2ly.py:104 msgid "allow tuplet durations DUR*NUM/DEN" msgstr "" #: midi2ly.py:106 mup2ly.py:79 main.cc:149 msgid "print version number" msgstr "" #: midi2ly.py:108 msgid "treat every text as a lyric" msgstr "" #: midi2ly.py:149 mup2ly.py:143 input.cc:104 msgid "warning: " msgstr "" #: midi2ly.py:164 midi2ly.py:1016 midi2ly.py:1081 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:1000 #, python-format msgid "%s output to `%s'..." msgstr "" #: midi2ly.py:1031 msgid "Example:" msgstr "" #: midi2ly.py:1081 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:37 msgid "Convert PostScript to PNG image." msgstr "" #: ps2png.py:44 msgid "PAPER" msgstr "" #: ps2png.py:44 msgid "use papersize PAPER" msgstr "" #: ps2png.py:45 msgid "RES" msgstr "" #: ps2png.py:45 msgid "set the resolution of the preview to RES" msgstr "" #. # FIXME: silly message containing %d #: ps2png.py:77 #, python-format msgid "Wrote `%s'" msgstr "" #: getopt-long.cc:143 #, c-format msgid "option `%s' requires an argument" msgstr "" #: getopt-long.cc:147 #, c-format msgid "option `%s' doesn't allow an argument" msgstr "" #: getopt-long.cc:151 #, c-format msgid "unrecognized option: `%s'" msgstr "" #: getopt-long.cc:158 #, c-format msgid "invalid argument `%s' to option `%s'" msgstr "" #: warn.cc:43 #, c-format msgid "programming error: %s" msgstr "" #: warn.cc:44 msgid "Continuing; crossing fingers" msgstr "" #: accidental-engraver.cc:235 #, c-format msgid "Accidental typesetting list must begin with context-name: %s" msgstr "" #: accidental-engraver.cc:263 #, c-format msgid "ignoring unknown accidental: %s" msgstr "" #: accidental-engraver.cc:279 #, c-format msgid "Accidental rule must be pair or context-name; Found %s" msgstr "" #: accidental.cc:233 key-signature-interface.cc:127 #, c-format msgid "accidental `%s' not found" msgstr "" #: afm.cc:143 #, c-format msgid "Error parsing AFM file: `%s'" msgstr "" #. FIXME: broken sentence #: all-font-metrics.cc:176 #, c-format msgid "checksum mismatch for font file: `%s'" msgstr "" #: all-font-metrics.cc:178 #, c-format msgid "does not match: `%s'" msgstr "" #: all-font-metrics.cc:184 msgid "Rebuild all .afm files, and remove all .pk and .tfm files." msgstr "" #: all-font-metrics.cc:186 msgid "Rerun with -V to show font paths." msgstr "" #: all-font-metrics.cc:188 msgid "A script for removing font-files is delivered with the source-code:" msgstr "" #: all-font-metrics.cc:297 #, c-format msgid "can't find font: `%s'" msgstr "" #: all-font-metrics.cc:298 msgid "Loading default font" msgstr "" #: all-font-metrics.cc:313 #, c-format msgid "can't find default font: `%s'" msgstr "" #: all-font-metrics.cc:314 includable-lexer.cc:59 lily-parser-scheme.cc:69 #, c-format msgid "(search path: `%s')" msgstr "" #: all-font-metrics.cc:315 msgid "Giving up" msgstr "" #: apply-context-iterator.cc:33 msgid "\\applycontext argument is not a procedure" msgstr "" #: auto-change-iterator.cc:62 change-iterator.cc:60 msgid "Can't switch translators, I'm there already" 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." msgstr "" #: bar-check-iterator.cc:66 #, c-format msgid "barcheck failed at: %s" msgstr "" #: beam-engraver.cc:136 msgid "already have a beam" msgstr "" #: beam-engraver.cc:205 msgid "unterminated beam" msgstr "" #: beam-engraver.cc:238 chord-tremolo-engraver.cc:165 msgid "stem must have Rhythmic structure" msgstr "" #: beam-engraver.cc:251 msgid "stem doesn't fit in beam" msgstr "" #: beam-engraver.cc:252 msgid "beam was started here" msgstr "" #: beam.cc:142 msgid "beam has less than two visible stems" msgstr "" #: beam.cc:147 msgid "removing beam with less than two stems" msgstr "" #: beam.cc:988 msgid "no viable initial configuration found: may not find good beam slope" msgstr "" #: break-align-interface.cc:205 #, c-format msgid "No spacing entry from %s to `%s'" msgstr "" #: change-iterator.cc:22 #, c-format msgid "can't change `%s' to `%s'" 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:92 msgid "I'm one myself" msgstr "" #: change-iterator.cc:95 msgid "none of these in my family" msgstr "" #: chord-tremolo-engraver.cc:94 #, c-format msgid "Chord tremolo with %d elements. Must have two elements." msgstr "" #: chord-tremolo-engraver.cc:131 msgid "unterminated chord tremolo" msgstr "" #: chord-tremolo-iterator.cc:64 msgid "no one to print a tremolos" msgstr "" #: clef.cc:57 #, c-format msgid "clef `%s' not found" msgstr "" #: cluster.cc:118 #, c-format msgid "unknown cluster style `%s'" msgstr "" #: coherent-ligature-engraver.cc:84 #, c-format msgid "gotcha: ptr=%ul" msgstr "" #: coherent-ligature-engraver.cc:96 #, c-format msgid "distance=%f" msgstr "" #: coherent-ligature-engraver.cc:139 #, c-format msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul" msgstr "" #: context-def.cc:111 #, c-format msgid "Program has no such type: `%s'" msgstr "" #: context-def.cc:285 #, c-format msgid "can't find: `%s'" msgstr "" #: context.cc:148 #, c-format msgid "Cannot find or create new `%s'" msgstr "" #: context.cc:212 #, c-format msgid "Cannot find or create `%s' called `%s'" msgstr "" #: context.cc:303 #, c-format msgid "can't find or create: `%s'" msgstr "" #: custos.cc:83 #, c-format msgid "custos `%s' not found" msgstr "" #: dynamic-engraver.cc:171 span-dynamic-performer.cc:84 msgid "can't find start of (de)crescendo" msgstr "" #: dynamic-engraver.cc:180 msgid "already have a decrescendo" msgstr "" #: dynamic-engraver.cc:182 msgid "already have a crescendo" msgstr "" #: dynamic-engraver.cc:185 msgid "Cresc started here" msgstr "" #: dynamic-engraver.cc:304 msgid "unterminated (de)crescendo" msgstr "" #: event-chord-iterator.cc:55 output-property-music-iterator.cc:29 #, c-format msgid "Junking event: `%s'" msgstr "" #: extender-engraver.cc:139 extender-engraver.cc:148 msgid "unterminated extender" msgstr "" #: folded-repeat-iterator.cc:64 msgid "no one to print a repeat brace" msgstr "" #: font-config.cc:23 msgid "FontConfig failed to initialize" msgstr "" #: font-config.cc:37 #, c-format msgid "Failed to add lilypond directory %s" msgstr "" #: glissando-engraver.cc:97 msgid "Unterminated glissando." msgstr "" #: global-context-scheme.cc:50 global-context-scheme.cc:78 msgid "Need music in a score" msgstr "" #: global-context-scheme.cc:68 msgid "Interpreting music... " msgstr "" #: global-context-scheme.cc:89 #, c-format msgid "elapsed time: %.2f seconds" msgstr "" #: global-context.cc:160 #, c-format msgid "can't find `%s' context" msgstr "" #: gourlay-breaking.cc:199 #, c-format msgid "Optimal demerits: %f" msgstr "" #: gourlay-breaking.cc:204 msgid "No feasible line breaking found" msgstr "" #: gregorian-ligature-engraver.cc:59 #, c-format msgid "\\%s ignored" msgstr "" #: gregorian-ligature-engraver.cc:64 #, c-format msgid "implied \\%s added" msgstr "" #: grob-interface.cc:45 #, c-format msgid "Unknown interface `%s'" msgstr "" #: grob-interface.cc:56 #, c-format msgid "Grob `%s' has no interface for property `%s'" msgstr "" #: hairpin.cc:105 msgid "decrescendo too small" msgstr "" #: hairpin.cc:106 msgid "crescendo too small" msgstr "" #: horizontal-bracket-engraver.cc:55 msgid "Don't have that many brackets." msgstr "" #: horizontal-bracket-engraver.cc:64 msgid "Conflicting note group events." msgstr "" #: hyphen-engraver.cc:89 msgid "removing unterminated hyphen" msgstr "" #: hyphen-engraver.cc:102 msgid "unterminated hyphen; removing" msgstr "" #: includable-lexer.cc:50 msgid "include files are not allowed in safe mode" msgstr "" #: includable-lexer.cc:57 lily-guile.cc:90 lily-parser-scheme.cc:76 #, c-format msgid "can't find file: `%s'" msgstr "" #: input.cc:116 msgid "non fatal error: " msgstr "" #: input.cc:125 source-file.cc:136 source-file.cc:229 msgid "position unknown" msgstr "" #: key-performer.cc:94 msgid "FIXME: key change merge" msgstr "" #: ligature-engraver.cc:152 msgid "can't find start of ligature" msgstr "" #: ligature-engraver.cc:158 msgid "no right bound" msgstr "" #: ligature-engraver.cc:184 msgid "already have a ligature" msgstr "" #: ligature-engraver.cc:200 msgid "no left bound" msgstr "" #: ligature-engraver.cc:256 msgid "unterminated ligature" msgstr "" #: ligature-engraver.cc:280 msgid "ignoring rest: ligature may not contain rest" msgstr "" #: ligature-engraver.cc:281 msgid "ligature was started here" msgstr "" #: lily-guile.cc:92 #, c-format msgid "(load path: `%s')" msgstr "" #: lily-guile.cc:486 #, c-format msgid "Can't find property type-check for `%s' (%s)." msgstr "" #: lily-guile.cc:489 msgid "Perhaps you made a typing error?" msgstr "" #: lily-guile.cc:495 msgid "Doing assignment anyway." msgstr "" #: lily-guile.cc:508 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #: lily-lexer.cc:210 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "" #: lily-lexer.cc:227 #, c-format msgid "error at EOF: %s" msgstr "" #: lily-parser-scheme.cc:68 #, c-format msgid "can't find init file: `%s'" msgstr "" #: lily-parser-scheme.cc:85 #, c-format msgid "Processing `%s'" msgstr "" #: lily-parser.cc:101 msgid "Parsing..." msgstr "" #: lily-parser.cc:119 msgid "Braces don't match" msgstr "" #: main.cc:98 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:129 msgid "select backend to use" msgstr "" #: main.cc:130 msgid "EXPR" msgstr "" #: main.cc:131 msgid "set option, use -e '(ly:option-usage)' for help" msgstr "" #. Bug in option parser: --output =foe is taken as an abbreviation #. for --output-format. #: main.cc:134 msgid "EXTs" msgstr "" #: main.cc:134 msgid "list of formats to dump" msgstr "" #: main.cc:136 msgid "FIELD" msgstr "" #: main.cc:136 msgid "write header field to BASENAME.FIELD" msgstr "" #: main.cc:137 msgid "add DIR to search path" msgstr "" #: main.cc:138 msgid "use FILE as init file" msgstr "" #: main.cc:139 msgid "write output to FILE (suffix will be added)" msgstr "" #: main.cc:140 msgid "USER,GROUP,JAIL,DIR" msgstr "" #: main.cc:140 msgid "chroot to JAIL, become USER:GROUP and cd into DIR" msgstr "" #: main.cc:141 msgid "generate a preview" msgstr "" #: main.cc:142 msgid "don't generate full pages" msgstr "" #: main.cc:143 msgid "generate PNG" msgstr "" #: main.cc:144 msgid "generate PostScript" msgstr "" #: main.cc:145 msgid "generate DVI" msgstr "" #: main.cc:146 msgid "generate PDF (default)" msgstr "" #: main.cc:147 msgid "generate TeX" msgstr "" #: main.cc:148 msgid "run in safe mode" msgstr "" #: main.cc:170 #, c-format msgid "" "Copyright (c) %s by\n" "%s and others." msgstr "" #. No version number or newline here. It confuses help2man. #: main.cc:196 #, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "" #: main.cc:198 #, c-format msgid "Typeset music and/or produce MIDI from FILE." msgstr "" #: main.cc:200 #, c-format msgid "LilyPond produces beautiful music notation." msgstr "" #: main.cc:202 #, c-format msgid "For more information, see %s" msgstr "" #: main.cc:272 #, c-format msgid "expected %d arguments with jail, found: %d" msgstr "" #: main.cc:286 #, c-format msgid "no such user: %s" msgstr "" #: main.cc:288 #, c-format msgid "can't get user id from user name: %s: %s" msgstr "" #: main.cc:303 #, c-format msgid "no such group: %s" msgstr "" #: main.cc:305 #, c-format msgid "can't get group id from group name: %s: " msgstr "" #: main.cc:313 #, c-format msgid "can't chroot to: %s: %s" msgstr "" #: main.cc:320 #, c-format msgid "can't change group id to: %d: %s" msgstr "" #: main.cc:326 #, c-format msgid "can't change user id to: %d: %s" msgstr "" #: main.cc:332 #, c-format msgid "can't change working directory to: %s: %s" msgstr "" #: mensural-ligature-engraver.cc:74 msgid "ligature with less than 2 heads -> skipping" msgstr "" #: mensural-ligature-engraver.cc:101 msgid "can not determine pitch of ligature primitive -> skipping" msgstr "" #: mensural-ligature-engraver.cc:115 msgid "single note ligature - skipping" msgstr "" #: mensural-ligature-engraver.cc:127 msgid "prime interval within ligature -> skipping" msgstr "" #: mensural-ligature-engraver.cc:139 msgid "mensural ligature: duration none of Mx, L, B, S -> skipping" msgstr "" #: mensural-ligature-engraver.cc:187 msgid "semibrevis must be followed by another one -> skipping" msgstr "" #: mensural-ligature-engraver.cc:198 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:225 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 "" #: mensural-ligature-engraver.cc:345 msgid "unexpected case fall-through" msgstr "" #: mensural-ligature.cc:131 msgid "Mensural_ligature: unexpected case fall-through" msgstr "" #: mensural-ligature.cc:183 msgid "Mensural_ligature: (join_right == 0)" msgstr "" #: midi-item.cc:150 #, c-format msgid "no such MIDI instrument: `%s'" msgstr "" #: midi-item.cc:254 msgid "silly pitch" msgstr "" #: midi-item.cc:270 #, c-format msgid "Experimental: temporarily fine tuning (of %d cents) a channel." msgstr "" #: midi-stream.cc:39 #, c-format msgid "could not write file: `%s'" msgstr "" #: music.cc:176 #, c-format msgid "octave check failed; expected %s, found: %s" msgstr "" #: music.cc:239 #, c-format msgid "Transposition by %s makes alteration larger than double" msgstr "" #. #. music for the softenon children? #. #: new-fingering-engraver.cc:158 msgid "music for the martians." msgstr "" #: new-fingering-engraver.cc:265 msgid "Fingerings are also not down?! Putting them down anyway." msgstr "" #: new-lyric-combine-music-iterator.cc:240 #, c-format msgid "cannot find Voice `%s'" msgstr "" #: note-collision.cc:404 msgid "Too many clashing notecolumns. Ignoring them." msgstr "" #: note-head.cc:68 #, c-format msgid "note head `%s' not found" msgstr "" #: open-type-font.cc:29 #, c-format msgid "Cannot allocate %d bytes" msgstr "" #: open-type-font.cc:33 #, c-format msgid "Could not load %s font table" msgstr "" #: open-type-font.cc:85 #, c-format msgid "Unsupported font format: %s" msgstr "" #: open-type-font.cc:89 #, c-format msgid "Unknown error: %d reading font file: %s" msgstr "" #: open-type-font.cc:144 #, c-format msgid "FT_Get_Glyph_Name() returned error: %d" msgstr "" #: pango-font.cc:130 #, c-format msgid "No PS font name for font `%s'" msgstr "" #: pango-font.cc:177 msgid "FreeType face has no PostScript font name." msgstr "" #: paper-outputter-scheme.cc:26 #, c-format msgid "Layout output to `%s'..." msgstr "" #: paper-score.cc:66 #, c-format msgid "Element count %d (spanners %d) " msgstr "" #: paper-score.cc:70 msgid "Preprocessing graphical objects..." msgstr "" #: parse-scm.cc:81 msgid "GUILE signaled an error for the expression beginning here" msgstr "" #: percent-repeat-engraver.cc:100 msgid "Don't know how to handle a percent repeat of this length." msgstr "" #: percent-repeat-engraver.cc:158 msgid "unterminated percent repeat" msgstr "" #: percent-repeat-iterator.cc:51 msgid "no one to print a percent" msgstr "" #: performance.cc:48 msgid "Track..." msgstr "" #: performance.cc:89 msgid "Creator: " msgstr "" #: performance.cc:109 msgid "at " msgstr "" #: performance.cc:162 #, c-format msgid "MIDI output to `%s'..." msgstr "" #: phrasing-slur-engraver.cc:115 msgid "unterminated phrasing slur" msgstr "" #: piano-pedal-engraver.cc:224 msgid "Need 3 strings for piano pedals. No pedal made. " msgstr "" #: piano-pedal-engraver.cc:239 piano-pedal-engraver.cc:254 #: piano-pedal-performer.cc:80 #, c-format msgid "can't find start of piano pedal: `%s'" msgstr "" #: piano-pedal-engraver.cc:304 #, c-format msgid "can't find start of piano pedal bracket: `%s'" msgstr "" #: property-iterator.cc:93 #, c-format msgid "Not a grob name, `%s'." msgstr "" #: quote-iterator.cc:245 #, c-format msgid "In quotation: junking event %s" msgstr "" #: relative-octave-check.cc:38 msgid "Failed octave check, got: " msgstr "" #: rest-collision.cc:147 msgid "rest direction not set. Cannot resolve collision." msgstr "" #: rest-collision.cc:162 rest-collision.cc:208 msgid "too many colliding rests" msgstr "" #: rest.cc:140 #, c-format msgid "rest `%s' not found" msgstr "" #: scm-option.cc:54 #, c-format msgid "lilypond -e EXPR means:" msgstr "" #: scm-option.cc:56 #, c-format msgid " Evalute the Scheme EXPR before parsing any .ly files." msgstr "" #: scm-option.cc:58 #, c-format msgid "" " Multiple -e options may be given, they will be evaluated sequentially." msgstr "" #: scm-option.cc:60 #, c-format msgid "" " The function ly:set-option allows for access to some internal variables." msgstr "" #: scm-option.cc:62 #, c-format msgid "Usage: lilypond -e \"(ly : set - option SYMBOL VAL)\"" msgstr "" #: scm-option.cc:64 #, c-format msgid "Use help as SYMBOL to get online help." msgstr "" #: scm-option.cc:130 scm-option.cc:168 #, c-format msgid "No such internal option: %s" msgstr "" #: score-engraver.cc:105 #, c-format msgid "cannot find `%s'" msgstr "" #: score-engraver.cc:107 msgid "Music font has not been installed properly." msgstr "" #: score-engraver.cc:109 #, c-format msgid "Search path `%s'" msgstr "" #: score.cc:213 msgid "Already have music in score" msgstr "" #: score.cc:214 msgid "This is the previous music" msgstr "" #: score.cc:219 msgid "Error found in this music expression. Ignoring it" msgstr "" #. FIXME: #: script-engraver.cc:100 msgid "Do not know how to interpret articulation: " msgstr "" #: script-engraver.cc:101 msgid "Scheme encoding: " msgstr "" #. this shouldn't happen, but let's continue anyway. #: separation-item.cc:52 separation-item.cc:96 msgid "Separation_item: I've been drinking too much" msgstr "" #: simple-spacer.cc:410 #, c-format msgid "No spring between column %d and next one" msgstr "" #: slur-engraver.cc:113 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'" msgstr "" #: source-file.cc:60 #, c-format msgid "Huh? Got %d, expected %d characters" msgstr "" #: spacing-spanner.cc:377 #, c-format msgid "Global shortest duration is %s" msgstr "" #: stem-engraver.cc:88 msgid "tremolo duration is too long" msgstr "" #. FIXME: #: stem-engraver.cc:125 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "" #: stem-engraver.cc:127 msgid "Don't you want polyphonic voices instead?" msgstr "" #: stem.cc:124 msgid "Weird stem size; check for narrow beams" msgstr "" #: stem.cc:577 #, c-format msgid "flag `%s' not found" msgstr "" #: stem.cc:588 #, c-format msgid "flag stroke `%s' not found" msgstr "" #: system.cc:145 #, c-format msgid "Element count %d." msgstr "" #: system.cc:224 #, c-format msgid "Grob count %d" msgstr "" #: system.cc:241 msgid "Calculating line breaks..." msgstr "" #: text-spanner-engraver.cc:61 msgid "can't find start of text spanner" msgstr "" #: text-spanner-engraver.cc:75 msgid "already have a text spanner" msgstr "" #: text-spanner-engraver.cc:136 msgid "unterminated text spanner" msgstr "" #. Not using ngettext's plural feature here, as this message is #. more of a programming error. #: tfm-reader.cc:106 #, c-format msgid "TFM header of `%s' has only %u word (s)" msgstr "" #: tfm-reader.cc:139 #, c-format msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" #: tfm.cc:70 #, c-format msgid "can't find ascii character: %d" msgstr "" #: tie-engraver.cc:194 msgid "lonely tie" msgstr "" #: time-scaled-music-iterator.cc:22 msgid "no one to print a tuplet start bracket" msgstr "" #. #. Todo: should make typecheck? #. #. OTOH, Tristan Keuris writes 8/20 in his Intermezzi. #. #: time-signature-engraver.cc:54 #, c-format msgid "Found strange time signature %d/%d." msgstr "" #. If there is no such symbol, we default to the numbered style. #. (Here really with a warning!) #: time-signature.cc:83 #, c-format msgid "time signature symbol `%s' not found; reverting to numbered style" msgstr "" #: translator-ctors.cc:52 #, c-format msgid "unknown translator: `%s'" msgstr "" #: trill-spanner-engraver.cc:68 msgid "can't find start of trill spanner" msgstr "" #: trill-spanner-engraver.cc:82 msgid "already have a trill spanner" msgstr "" #: trill-spanner-engraver.cc:142 msgid "unterminated trill spanner" msgstr "" #: tuplet-bracket.cc:438 msgid "Killing tuplet bracket across linebreak." msgstr "" #: vaticana-ligature-engraver.cc:341 #, c-format msgid "" "ignored prefix (es) `%s' of this head according to restrictions of the " "selected ligature style" msgstr "" #: vaticana-ligature-engraver.cc:568 #, c-format msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul" msgstr "" #: vaticana-ligature.cc:93 msgid "ascending vaticana style flexa" msgstr "" #: vaticana-ligature.cc:182 msgid "Vaticana_ligature: zero join (delta_pitch == 0)" msgstr "" #: volta-engraver.cc:133 msgid "No volta spanner to end" msgstr "" #: volta-engraver.cc:144 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" #: volta-engraver.cc:148 msgid "Also have a stopped spanner. Giving up." msgstr "" #: parser.yy:82 msgid "Tag must be symbol or list of symbols." msgstr "" #: parser.yy:559 msgid "Identifier should have alphabetic characters only" msgstr "" #: parser.yy:717 msgid "\\paper cannot be in \\score. Use \\layout instead" msgstr "" #: parser.yy:741 msgid "Need \\paper for paper block." msgstr "" #: parser.yy:886 msgid "More alternatives than repeats. Junking excess alternatives." msgstr "" #: parser.yy:1078 msgid "Music head function should return Music object." msgstr "" #: parser.yy:1350 msgid "Grob name should be alphanumeric" msgstr "" #: parser.yy:1710 msgid "Second argument must be pitch list." msgstr "" #: parser.yy:1749 parser.yy:1754 parser.yy:2235 msgid "Have to be in Lyric mode for lyrics" msgstr "" #: parser.yy:1847 msgid "Expecting string as script definition" msgstr "" #: parser.yy:2010 parser.yy:2060 #, c-format msgid "not a duration: %d" msgstr "" #: parser.yy:2154 msgid "Have to be in Note mode for notes" msgstr "" #: parser.yy:2248 msgid "Have to be in Chord mode for chords" msgstr "" #: parser.yy:2399 msgid "need integer number arg" msgstr "" #: parser.yy:2597 msgid "Suspect duration found following this beam" msgstr "" #: lexer.ll:193 #, c-format msgid "Renaming input to: `%s'" msgstr "" #: lexer.ll:201 msgid "No quoted string found after \\version" msgstr "" #: lexer.ll:205 msgid "No quoted string found after \\renameinput" msgstr "" #: lexer.ll:218 msgid "EOF found inside a comment" msgstr "" #: lexer.ll:233 msgid "\\maininput not allowed outside init files" msgstr "" #: lexer.ll:257 #, c-format msgid "wrong or undefined identifier: `%s'" msgstr "" #. backup rule #: lexer.ll:266 msgid "Missing end quote" msgstr "" #: lexer.ll:428 msgid "Brace found at end of lyric. Did you forget a space?" msgstr "" #: lexer.ll:527 msgid "Brace found at end of markup. Did you forget a space?" msgstr "" #: lexer.ll:616 #, c-format msgid "invalid character: `%c'" msgstr "" #: lexer.ll:703 lexer.ll:704 #, c-format msgid "unknown escaped string: `\\%s'" msgstr "" #: lexer.ll:801 lexer.ll:802 #, c-format msgid "Incorrect lilypond version: %s (%s, %s)" msgstr "" #: lexer.ll:802 lexer.ll:803 msgid "Consider updating the input with the convert-ly script" msgstr "" #: backend-library.scm:19 #, lisp-format msgid "Invoking `~a'..." msgstr "" #: backend-library.scm:24 #, lisp-format msgid "`~a' failed (~a)" msgstr "" #: backend-library.scm:44 framework-tex.scm:340 framework-tex.scm:367 #, lisp-format msgid "Converting to `~a'..." msgstr "" #. Do not try to guess the name of the png file, #. GS produces PNG files like BASE-page%d.png. #. (format (current-error-port) (_ "Converting to `~a'...") #. (string-append (basename name ".ps") "-page1.png" ))) #: backend-library.scm:66 #, lisp-format msgid "Converting to ~a..." msgstr "" #: backend-library.scm:99 #, lisp-format msgid "Writing header field `~a' to `~a'..." msgstr "" #: clef.scm:124 #, lisp-format msgid "Unknown clef type `~a'" msgstr "" #: clef.scm:125 msgid "See scm/lily.scm for supported clefs" msgstr "" #: define-markup-commands.scm:54 msgid "No systems found in \\score markup. Does it have a \\layout? block" msgstr "" #: framework-tex.scm:359 #, lisp-format msgid "TeX file name must not contain whitespace: `~a'" msgstr "" #: lily-library.scm:346 #, lisp-format msgid "No \\version statement found. Add~afor future compatibility." msgstr "" #: lily.scm:95 #, lisp-format msgid "wrong type for argument ~a. Expecting ~a, found ~s" msgstr "" #: lily.scm:317 msgid "error: failed files: " msgstr "" #: page-layout.scm:416 msgid "Calculating page breaks..." msgstr ""