X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=po%2Flilypond.pot;h=2dd0db6427e243b87aa02eb21c015d38fc849191;hb=84a3f805e16aeec81ea36e33fa7e7e069ecec9f9;hp=5f6eb35350f929a5cc2fbf93768884e51b500036;hpb=2095e49ee50b3ae1a40a1008dd0f0b2b8bdf6931;p=lilypond.git diff --git a/po/lilypond.pot b/po/lilypond.pot index 5f6eb35350..51868313a7 100644 --- a/po/lilypond.pot +++ b/po/lilypond.pot @@ -1,2294 +1,4144 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Translation of LilyPond +# Copyright (C) 1998--2015 Han-Wen Nienhuys, Jan Nieuwenhuizen. +# This file is distributed under the same license as the LilyPond package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2003-07-18 14:45+0200\n" +"Project-Id-Version: lilypond 2.19.51\n" +"Report-Msgid-Bugs-To: http://post.gmane.org/post.php?group=gmane.comp.gnu." +"lilypond.bugs\n" +"POT-Creation-Date: 2016-11-19 13:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#. this is where special info is often stored -#. ############################################################### -#. lilylib.py -- options and stuff -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. ## subst:\(^\|[^._a-z]\)\(abspath\|identify\|warranty\|progress\|warning\|error\|exit\|getopt_args\|option_help_str\|options_help_str\|help\|setup_temp\|read_pipe\|system\|cleanup_temp\|strip_extension\|cp_to_dir\|mkdir_p\|init\) *( -#. ## replace:\1ly.\2 ( -#. ## subst: \(help_summary\|keep_temp_dir_p\|option_definitions\|original_dir\|program_name\|pseudo_filter_p\|temp_dir\|verbose_p\) -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. lilylib globals -#: lilylib.py:60 -msgid "lilylib module" -msgstr "" - -#: lilylib.py:63 lilypond-book.py:131 lilypond.py:128 midi2ly.py:100 -#: mup2ly.py:75 main.cc:111 -msgid "print this help" -msgstr "" - -#. ############################################################### -#. Handle bug in Python 1.6-2.1 -#. -#. there are recursion limits for some patterns in Python 1.6 til 2.1. -#. fix this by importing pre instead. Fix by Mats. -#. Attempt to fix problems with limited stack size set by Python! -#. Sets unlimited stack size. Note that the resource module only -#. is available on UNIX. -#: lilylib.py:114 midi2ly.py:136 mup2ly.py:130 main.cc:188 main.cc:200 -#, c-format, python-format -msgid "Copyright (c) %s by" +#: book_base.py:26 +#, python-format +msgid "file not found: %s" msgstr "" -#: lilylib.py:114 -msgid " 1998--2003" +#: book_base.py:164 +msgid "Output function not implemented" msgstr "" -#: lilylib.py:118 -msgid "Distributed under terms of the GNU General Public License." +#: book_latex.py:174 +#, python-brace-format +msgid "cannot find \\begin{document} in LaTeX document" msgstr "" -#: lilylib.py:120 -msgid "It comes with NO WARRANTY." +#: book_latex.py:190 +#, python-format +msgid "Running `%s' on file `%s' to detect default page settings.\n" msgstr "" -#: lilylib.py:127 midi2ly.py:150 mup2ly.py:144 input.cc:88 -msgid "warning: " +#: book_latex.py:219 book_texinfo.py:230 +msgid "Unable to auto-detect default settings:\n" msgstr "" -#. lots of midi files use plain text for lyric events -#. FIXME: read from stdin when files[0] = '-' -#: lilylib.py:130 midi2ly.py:165 midi2ly.py:1018 midi2ly.py:1083 mup2ly.py:147 -#: mup2ly.py:161 input.cc:93 -msgid "error: " +#: book_latex.py:231 book_texinfo.py:242 +#, python-format +msgid "" +"Unable to auto-detect default settings:\n" +"%s" +msgstr "" + +#: book_latex.py:254 +msgid "cannot detect textwidth from LaTeX" msgstr "" -#: lilylib.py:134 +#: book_snippets.py:406 #, python-format -msgid "Exiting (%d)..." +msgid "deprecated ly-option used: %s=%s" msgstr "" -#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220 +#: book_snippets.py:408 #, python-format -msgid "Usage: %s [OPTIONS]... FILE" +msgid "compatibility mode translation: %s=%s" msgstr "" -#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166 -msgid "Options:" +#: book_snippets.py:411 +#, python-format +msgid "deprecated ly-option used: %s" msgstr "" -#: lilylib.py:202 midi2ly.py:232 mup2ly.py:228 main.cc:172 -#, c-format, python-format -msgid "Report bugs to %s." +#: book_snippets.py:413 +#, python-format +msgid "compatibility mode translation: %s" +msgstr "" + +#: book_snippets.py:530 +#, python-format +msgid "ignoring unknown ly option: %s" +msgstr "" + +#: book_snippets.py:621 +#, python-format +msgid "Missing files: %s" +msgstr "" + +#: book_snippets.py:661 +#, python-format +msgid "Could not overwrite file %s" msgstr "" -#: lilylib.py:228 +#: book_snippets.py:748 #, python-format -msgid "Opening pipe `%s'" +msgid "Running through filter `%s'" msgstr "" -#. successful pipe close returns 'None' -#: lilylib.py:240 +#: book_snippets.py:769 #, python-format msgid "`%s' failed (%d)" msgstr "" -#: lilylib.py:242 lilylib.py:289 lilypond-book.py:231 lilypond.py:512 +#: book_snippets.py:770 msgid "The error log is as follows:" msgstr "" -#: lilylib.py:262 midi2ly.py:260 mup2ly.py:256 +#: book_snippets.py:890 #, python-format -msgid "Invoking `%s'" +msgid "Converting MusicXML file `%s'...\n" msgstr "" -#: lilylib.py:264 +#: book_snippets.py:917 #, python-format -msgid "Running %s..." +msgid "" +"%s: duplicate filename but different contents of original file,\n" +"printing diff against existing file." msgstr "" -#: lilylib.py:282 +#: book_snippets.py:930 #, python-format -msgid "`%s' failed (%s)" +msgid "" +"%s: duplicate filename but different contents of converted lilypond file,\n" +"printing diff against existing file." msgstr "" -#: lilylib.py:285 midi2ly.py:266 mup2ly.py:264 -msgid "(ignored)" +#. Work around a texi2pdf bug: if LANG=C is not given, a broken regexp is +#. used to detect relative/absolute paths, so the absolute path is not +#. detected as such and this command fails: +#: book_texinfo.py:208 +#, python-format +msgid "Running texi2pdf on file %s to detect default page settings.\n" msgstr "" -#: lilylib.py:299 midi2ly.py:276 mup2ly.py:274 +#: convertrules.py:13 #, python-format -msgid "Cleaning %s..." +msgid "Not smart enough to convert %s." msgstr "" -#. Duh. Python style portable: cp *.EXT OUTDIR -#. system ('cp *.%s %s' % (ext, outdir), 1) -#. Python < 1.5.2 compatibility -#. -#. On most platforms, this is equivalent to -#. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2* -#. tex needs lots of memory, more than it gets by default on Debian -#. TODO: * prevent multiple addition. -#. * clean TEXINPUTS, MFINPUTS, TFMFONTS, -#. as these take prevalence over $TEXMF -#. and thus may break tex run? -#. $TEXMF is special, previous value is already taken care of -#. # -sOutputFile does not work with bbox? -#. # todo: -#. # have better algorithm for deciding when to crop page, -#. # and when to show full page -#: lilylib.py:458 -msgid "Removing output file" -msgstr "" - -#. !@PYTHON@ -#. once upon a rainy monday afternoon. -#. -#. ... -#. -#. (not finished.) -#. ABC standard v1.6: http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt -#. -#. Enhancements (Roy R. Rankin) -#. -#. Header section moved to top of lilypond file -#. handle treble, treble-8, alto, and bass clef -#. Handle voices (V: headers) with clef and part names, multiple voices -#. Handle w: lyrics with multiple verses -#. Handle key mode names for minor, major, phrygian, ionian, locrian, aeolian, -#. mixolydian, lydian, dorian -#. Handle part names from V: header -#. Tuplets handling fixed up -#. Lines starting with |: not discarded as header lines -#. Multiple T: and C: header entries handled -#. Accidental maintained until next bar check -#. Silent rests supported -#. articulations fermata, upbow, downbow, ltoe, accent, tenuto supported -#. Chord strings([-^]"string") can contain a '#' -#. Header fields enclosed by [] in notes string processed -#. W: words output after tune as abc2ps does it (they failed before) -#. Enhancements (Laura Conrad) -#. -#. Barring now preserved between ABC and lilypond -#. the default placement for text in abc is above the staff. -#. %%LY now supported. -#. \breve and \longa supported. -#. M:none doesn't crash lily. -#. Limitations -#. -#. Multiple tunes in single file not supported -#. Blank T: header lines should write score and open a new score -#. Not all header fields supported -#. ABC line breaks are ignored -#. Block comments generate error and are ignored -#. Postscript commands are ignored -#. lyrics not resynchronized by line breaks (lyrics must fully match notes) -#. %%LY slyrics can't be directly before a w: line. -#. ??? -#. TODO: -#. -#. Convert to new chord styles. -#. -#. UNDEF -> None -#. -#. uGUHGUHGHGUGH -#. UGH -#. treble8 is used by abctab2ps; -8va is used by barfly, -#. and by my patch to abc2ps. If there's ever a standard -#. about this we'll support that. -#. find keywork -#. assume that Q takes the form "Q:1/4=120" -#. There are other possibilities, but they are deprecated -#. outf.write ("\t\t\\consists Staff_margin_engraver\n") -#. pitch manipulation. Tuples are (name, alteration). -#. 0 is (central) C. Alteration -1 is a flat, Alteration +1 is a sharp -#. pitch in semitones. -#. abc to lilypond key mode names -#. semitone shifts for key mode names -#. latex does not like naked #'s -#. latex does not like naked "'s -#. break lyrics to words and put "'s around words containing numbers and '"'s -#. escape " -#. _ causes probs inside "" -#. _ to ' _ ' -#. split words with - -#. unless \- -#. ~ to space('_') -#. * to to space -#. latex does not like naked #'s -#. put numbers and " and ( into quoted string -#. insure space between lines -#. title -#. strip trailing blanks -#. Meter -#. KEY -#. seperate clef info -#. there may or may not be a space -#. between the key letter and the mode -#. ugh. -#. ugh. -#. Notes -#. Origin -#. Reference Number -#. Area -#. History -#. Book -#. Composer -#. Default note length -#. Voice -#. Words -#. vocals -#. tempo -#. we use in this order specified accidental, active accidental for bar, -#. active accidental for key -#. (num / den) / defaultlen < 1/base -#. return (str, num,den,dots) -#. ignore slide -#. ignore roll -#. s7m2 input doesnt care about spaces -#. -#. remember accidental for rest of bar -#. -#. get accidental set in this bar or UNDEF if not set -#. WAT IS ABC EEN ONTZETTENDE PROGRAMMEERPOEP ! -#. failed; not a note! -#. escape '#'s -#. -#. |] thin-thick double bar line -#. || thin-thin double bar line -#. [| thick-thin double bar line -#. :| left repeat -#. |: right repeat -#. :: left-right repeat -#. |1 volta 1 -#. |2 volta 2 -#. first try the longer one -#. bracket escape -#. the nobarlines option is necessary for an abc to lilypond translator for -#. exactly the same reason abc2midi needs it: abc requires the user to enter -#. the note that will be printed, and MIDI and lilypond expect entry of the -#. pitch that will be played. -#. -#. In standard 19th century musical notation, the algorithm for translating -#. between printed note and pitch involves using the barlines to determine -#. the scope of the accidentals. -#. -#. Since ABC is frequently used for music in styles that do not use this -#. convention, such as most music written before 1700, or ethnic music in -#. non-western scales, it is necessary to be able to tell a translator that -#. the barlines should not affect its interpretation of the pitch. -#. write other kinds of appending if we ever need them. -#. add comments to current voice -#. Try nibbling characters off until the line doesn't change. -#. dump_global (outf) -#. !@PYTHON@ -#. -#. convert-ly.py -- Update old LilyPond input files (fix name?) -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. TODO -#. use -f and -t for -s output -#. NEWS -#. 0.2 -#. - rewrite in python -#. Did we ever have \mudela-version? I doubt it. -#. lilypond_version_re_str = '\\\\version *\"(.*)\"' -#. ########################### -#. need new a namespace -#. raise FatalConversionError() -#. need new a namespace -#. harmful to current .lys -#. str = re.sub ('\\\\key([^;]+);', '\\\\accidentals \\1;', str) -#. raise FatalConversionError() -#. raise FatalConversionError() -#. raise FatalConversionError() -#. TODO: lots of other syntax change should be done here as well -#. Ugh, but meaning of \stemup changed too -#. maybe we should do \stemup -> \stemUp\slurUp\tieUp ? -#. I don't know exactly when these happened... -#. ugh, we loose context setting here... -#. (lacks capitalisation slur -> Slur) -#. # dynamic.. -#. TODO: add lots of these -#. ugh -#. old fix -#. Make sure groups of more than one ; have space before -#. them, so that non of them gets removed by next rule -#. Only remove ; that are not after spaces, # or ; -#. Otherwise we interfere with Scheme comments, -#. which is badbadbad. -#. 40 ? -#. ############################### -#. END OF CONVERSIONS -#. ############################### -#. !@PYTHON@ -#. info mostly taken from looking at files. See also -#. http://lilypond.org/wiki/?EnigmaTransportFormat -#. This supports -#. -#. * notes -#. * rests -#. * ties -#. * slurs -#. * lyrics -#. * articulation -#. * grace notes -#. * tuplets -#. -#. todo: -#. * slur/stem directions -#. * voices (2nd half of frame?) -#. * more intelligent lyrics -#. * beams (better use autobeam?) -#. * more robust: try entertainer.etf (freenote) -#. * dynamics -#. * empty measures (eg. twopt03.etf from freenote) -#. -#. uGUHGUHGHGUGH -#. notename 0 == central C -#. represent pitches as (notename, alteration), relative to C-major scale -#. a fifth up -#. should cache this. -#. flag1 isn't all that interesting. -#. 3: '>', -#. 18: '\arpeggio' , -#. do grace notes. -#. ugh. -#. we don't attempt voltas since they fail easily. -#. and g.repeat_bar == '|:' or g.repeat_bar == ':|:' or g.bracket: -#. 4 layers. -#. let's not do this: this really confuses when eE happens to be before a ^text. -#. if last_tag and last_indices: -#. etf_file_dict[last_tag][last_indices].append (l) -#. # do it -#. staff-spec -#. should use \addlyrics ? -#. !@PYTHON@ -#. vim: set noexpandtab: -#. This is was the idea for handling of comments: -#. Multiline comments, @ignore .. @end ignore is scanned for -#. in read_doc_file, and the chunks are marked as 'ignore', so -#. lilypond-book will not touch them any more. The content of the -#. chunks are written to the output file. Also 'include' and 'input' -#. regex has to check if they are commented out. -#. -#. Then it is scanned for 'lilypond', 'lilypond-file' and 'lilypond-block'. -#. These three regex's has to check if they are on a commented line, -#. % for latex, @c for texinfo. -#. -#. Then lines that are commented out with % (latex) and @c (Texinfo) -#. are put into chunks marked 'ignore'. This cannot be done before -#. searching for the lilypond-blocks because % is also the comment character -#. for lilypond. -#. -#. The the rest of the rexeces are searched for. They don't have to test -#. if they are on a commented out line. -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. if __name__ == '__main__': -#. lilylib globals -#. temp_dir = os.path.join (original_dir, '%s.dir' % program_name) -#. urg -#. # FIXME -#. # ly2dvi: silly name? -#. # do -P or -p by default? -#. #help_summary = _ ("Run LilyPond using LaTeX for titling") -#: lilypond-book.py:120 -msgid "Process LilyPond snippets in hybrid html, LaTeX or texinfo document" -msgstr "" - -#. another bug in option parser: --output=foe is taken as an abbreviation -#. for --output-format -#: lilypond-book.py:125 main.cc:110 -msgid "EXT" -msgstr "" - -#: lilypond-book.py:125 -msgid "use output format EXT (texi [default], texi-html, latex, html)" -msgstr "" - -#: lilypond-book.py:126 lilypond-book.py:127 lilypond-book.py:129 -#: lilypond-book.py:130 -msgid "DIM" +#: convertrules.py:14 +msgid "Please refer to the manual for details, and update manually." msgstr "" -#: lilypond-book.py:126 -msgid "default fontsize for music. DIM is assumed to be in points" +#: convertrules.py:15 +#, python-format +msgid "%s has been replaced by %s" msgstr "" -#: lilypond-book.py:127 -msgid "deprecated, use --default-music-fontsize" +#: convertrules.py:25 lilylib.py:136 warn.cc:223 +#, c-format, python-format +msgid "warning: %s" msgstr "" -#: lilypond-book.py:128 -msgid "OPT" +#: convertrules.py:50 convertrules.py:95 +msgid "\\header { key = concat + with + operator }" msgstr "" -#: lilypond-book.py:128 -msgid "pass OPT quoted to the lilypond command line" +#: convertrules.py:57 +#, python-format +msgid "deprecated %s" msgstr "" -#: lilypond-book.py:129 -msgid "force fontsize for all inline lilypond. DIM is assumed be to in points" +#: convertrules.py:66 +msgid "deprecated \\textstyle, new \\key syntax" msgstr "" -#: lilypond-book.py:130 -msgid "deprecated, use --force-music-fontsize" +#: convertrules.py:82 convertrules.py:1856 convertrules.py:2032 +#: convertrules.py:2175 convertrules.py:2506 convertrules.py:2801 +#: convertrules.py:3151 convertrules.py:3388 convertrules.py:3700 +msgid "bump version for release" msgstr "" -#: lilypond-book.py:132 lilypond.py:130 main.cc:113 main.cc:118 -msgid "DIR" +#: convertrules.py:98 +msgid "new \\header format" msgstr "" -#: lilypond-book.py:132 -msgid "include path" +#: convertrules.py:125 +msgid "\\translator syntax" msgstr "" -#: lilypond-book.py:133 -msgid "write dependencies" +#: convertrules.py:176 +msgid "\\repeat NUM Music Alternative -> \\repeat FOLDSTR Music Alternative" msgstr "" -#: lilypond-book.py:134 -msgid "PREF" +#: convertrules.py:206 convertrules.py:679 convertrules.py:1351 +#: convertrules.py:2318 +#, python-format +msgid "deprecate %s" msgstr "" -#: lilypond-book.py:134 -msgid "prepend PREF before each -M dependency" +#: convertrules.py:280 +#, python-format +msgid "deprecate %s " msgstr "" -#: lilypond-book.py:135 -msgid "don't run lilypond" +#: convertrules.py:306 +msgid "new \\notenames format" msgstr "" -#: lilypond-book.py:136 -msgid "don't generate pictures" +#: convertrules.py:322 +msgid "new tremolo format" msgstr "" -#: lilypond-book.py:137 -msgid "strip all lilypond blocks from output" +#: convertrules.py:326 +msgid "Staff_margin_engraver deprecated, use Instrument_name_engraver" msgstr "" -#: lilypond-book.py:138 lilypond-book.py:139 lilypond.py:135 lilypond.py:136 -#: midi2ly.py:102 main.cc:114 main.cc:117 -msgid "FILE" +#: convertrules.py:377 +msgid "change property definition case (eg. onevoice -> oneVoice)" msgstr "" -#: lilypond-book.py:138 -msgid "filename main output file" +#: convertrules.py:438 +msgid "new \\textscript markup text" msgstr "" -#: lilypond-book.py:139 -msgid "where to place generated files" +#: convertrules.py:510 +#, python-format +msgid "identifier names: %s" msgstr "" -#: lilypond-book.py:140 lilypond.py:137 -msgid "RES" +#: convertrules.py:549 +msgid "point-and-click argument changed to procedure." msgstr "" -#: lilypond-book.py:141 lilypond.py:138 -msgid "set the resolution of the preview to RES" +#: convertrules.py:591 +msgid "semicolons removed" msgstr "" -#: lilypond-book.py:142 lilypond.py:148 midi2ly.py:105 mup2ly.py:78 main.cc:126 -msgid "be verbose" +#. 40 ? +#: convertrules.py:634 +#, python-format +msgid "%s property names" msgstr "" -#: lilypond-book.py:143 -msgid "print version information" +#: convertrules.py:704 +msgid "automaticMelismata turned on by default" msgstr "" -#: lilypond-book.py:144 lilypond.py:150 midi2ly.py:107 mup2ly.py:80 main.cc:127 -msgid "show warranty and copyright" +#: convertrules.py:709 +msgid "automaticMelismata is turned on by default since 1.5.67." msgstr "" -#. format specific strings, ie. regex-es for input, and % strings for output -#. global variables -#. lilypond_binary = 'valgrind --suppressions=/home/hanwen/usr/src/guile-1.6.supp --num-callers=10 /home/hanwen/usr/src/lilypond/lily/out/lilypond' -#. only use installed binary when we're installed too. -#. only use installed binary when we're installed too. -#. ############################################################### -#. Dimension handling for LaTeX. -#. -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#: lilypond-book.py:230 -msgid "LaTeX failed." -msgstr "" - -#. URG see ly2dvi -#. Convert numeric values, with or without specific dimension, to floats. -#. Keep other strings -#. ############################################################### -#. How to output various structures. -#. # maybe
? -#. Verbatim text is always finished with \n. FIXME: For HTML, -#. this newline should be removed. -#. Verbatim text is always finished with \n. FIXME: For HTML, -#. this newline should be removed. -#. # Ugh we need to differentiate on origin: -#. # lilypond-block origin wants an extra

, but -#. # inline music doesn't. -#. # possibly other center options? -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. do some tweaking: @ is needed in some ps stuff. -#. -#. ugh, the

below breaks inline images... -#. clumsy workaround for python 2.2 pre bug. -#. ############################################################### -#. Recognize special sequences in the input -#. Warning: This uses extended regular expressions. Tread with care. -#. -#. legenda -#. -#. (?Pregex) -- assign result of REGEX to NAME -#. *? -- match non-greedily. -#. (?m) -- multiline regex: make ^ and $ match at each line -#. (?s) -- make the dot match all characters including newline -#. why do we have distinction between @mbinclude and @include? -#. # we'd like to catch and reraise a more -#. # detailed error, but alas, the exceptions -#. # changed across the 1.5/2.1 boundary. -#. ughUGH not original options -#. First we want to scan the \documentclass line -#. it should be the first non-comment line. -#. The only thing we really need to know about the \documentclass line -#. is if there are one or two columns to begin with. -#. Then we add everything before \begin{document} to -#. paperguru.m_document_preamble so that we can later write this header -#. to a temporary file in find_latex_dims() to find textwidth. -#. this is not bulletproof..., it checks the first 10 chunks -#. newchunks.extend (func (m)) -#. python 1.5 compatible: -#. we have to check for verbatim before doing include, -#. because we don't want to include files that are mentioned -#. inside a verbatim environment -#. ugh fix input -#. # Hmm, we should hash only lilypond source, and skip the -#. # %options are ... -#. # comment line -#. # todo: include path, but strip -#. # first part of the path. -#. format == 'html' -#. ugh rename -#. Count sections/chapters. -#. # TODO: do something like -#. # this for texinfo/latex as well ? -#. ugh -#. fixme: be sys-independent. -#. -#. Ugh, fixing up dependencies for .tex generation -#. -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#. # There used to be code to write .tex dependencies, but -#. # that is silly: lilypond-book has its own dependency scheme -#. # to ensure that all lily-XXX.tex files are there -#. # TODO: put file name in front of texidoc. -#. # -#. # what's this? Docme --hwn -#. # -#. #docme: why global? -#. Do It. -#. should chmod -w -#: lilypond-book.py:1557 lilypond.py:673 midi2ly.py:1018 +#: convertrules.py:943 convertrules.py:1636 convertrules.py:1890 +#: convertrules.py:2135 #, python-format -msgid "getopt says: `%s'" +msgid "remove %s" msgstr "" -#. HACK -#. status = os.system ('lilypond -w') -#: lilypond-book.py:1630 lilypond.py:777 -msgid "no files specified on command line" +#: convertrules.py:978 convertrules.py:981 +msgid "cluster syntax" msgstr "" -#. -#. Petr, ik zou willen dat ik iets zinvoller deed, -#. maar wat ik kan ik doen, het verandert toch niets? -#. --hwn 20/aug/99 -#. !@PYTHON@ -#. -#. lilypond.py -- Run LilyPond, add titles to bare score, generate printable -#. document -#. Invokes: lilypond, latex (or pdflatex), dvips, ps2pdf, gs -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. This is the third incarnation of ly2dvi. -#. -#. Earlier incarnations of ly2dvi were written by -#. Jeffrey B. Reed (Python version) -#. Jan Arne Fagertun (Bourne shell script) -#. -#. Note: gettext work best if we use ' for docstrings and " -#. for gettextable strings. -#. --> DO NOT USE ''' for docstrings. -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. if __name__ == '__main__': -#. lilylib globals -#. # FIXME -#. # ly2dvi: silly name? -#. # do -P or -p by default? -#. #help_summary = _ ("Run LilyPond using LaTeX for titling") -#: lilypond.py:121 -msgid "Run LilyPond, add titles, generate printable document." +#: convertrules.py:988 +msgid "new Pedal style syntax" msgstr "" -#: lilypond.py:127 main.cc:115 -msgid "write Makefile dependencies for every input file" +#: convertrules.py:1247 +msgid "" +"New relative mode,\n" +"Postfix articulations, new text markup syntax, new chord syntax." msgstr "" -#: lilypond.py:129 -msgid "print even more output" +#: convertrules.py:1260 +msgid "Remove - before articulation" msgstr "" -#: lilypond.py:130 -msgid "add DIR to LilyPond's search path" +#: convertrules.py:1295 +#, python-format +msgid "%s misspelling" msgstr "" -#: lilypond.py:132 -#, python-format -msgid "keep all output, output to directory %s.dir" +#: convertrules.py:1314 +msgid "Swap < > and << >>" msgstr "" -#: lilypond.py:133 -msgid "don't run LilyPond" +#: convertrules.py:1317 +msgid "attempting automatic \\figures conversion. Check results!" msgstr "" -#: lilypond.py:134 main.cc:116 -msgid "produce MIDI output only" +#: convertrules.py:1363 +msgid "Use Scheme code to construct arbitrary note events." msgstr "" -#: lilypond.py:135 midi2ly.py:102 -msgid "write output to FILE" +#: convertrules.py:1370 +msgid "" +"use symbolic constants for alterations,\n" +"remove \\outputproperty, move ly:verbose into ly:get-option" msgstr "" -#: lilypond.py:136 -msgid "find pfa fonts used in FILE" +#: convertrules.py:1395 +#, python-format +msgid "" +"\\outputproperty found,\n" +"Please hand-edit, using\n" +"\n" +" \\applyoutput #(outputproperty-compatibility %s '%s )\n" +"\n" +"as a substitution text." msgstr "" -#: lilypond.py:139 -msgid "generate PostScript output" +#: convertrules.py:1407 +msgid "" +"The alteration field of Scheme pitches was multiplied by 2\n" +"to support quarter tone accidentals. You must update the following " +"constructs manually:\n" +"\n" +"* calls of ly:make-pitch and ly:pitch-alteration\n" +"* keySignature settings made with \\property\n" msgstr "" -#: lilypond.py:140 -msgid "generate PNG page images" +#: convertrules.py:1450 +msgid "removal of automaticMelismata; use melismaBusyProperties instead." msgstr "" -#: lilypond.py:141 -msgid "generate PS.GZ" +#: convertrules.py:1557 +msgid "\\partcombine syntax change to \\newpartcombine" msgstr "" -#: lilypond.py:142 -msgid "generate PDF output" +#: convertrules.py:1582 +msgid "" +"Drum notation changes, Removing \\chordmodifiers, \\notenames.\n" +"Harmonic notes. Thread context removed. Lyrics context removed." msgstr "" -#: lilypond.py:143 -msgid "use pdflatex to generate a PDF output" +#: convertrules.py:1586 +msgid "Drums found. Enclose drum notes in \\drummode" msgstr "" -#. FIXME: preview, picture; to indicate creation of a PNG? -#: lilypond.py:145 -msgid "make a picture of the first system" +#: convertrules.py:1597 convertrules.py:1604 convertrules.py:1615 +#, python-format +msgid "" +"\n" +"%s found. Check file manually!\n" msgstr "" -#: lilypond.py:146 -msgid "make HTML file with links to all output" +#: convertrules.py:1597 +msgid "Drum notation" msgstr "" -#: lilypond.py:147 -msgid "KEY=VAL" +#: convertrules.py:1656 +msgid "new syntax for property settings:" msgstr "" -#: lilypond.py:147 -msgid "change global setting KEY to VAL" +#: convertrules.py:1682 +msgid "Property setting syntax in \\translator{ }" msgstr "" -#: lilypond.py:149 midi2ly.py:106 mup2ly.py:79 main.cc:125 -msgid "print version number" +#: convertrules.py:1721 +msgid "Scheme grob function renaming" msgstr "" -#. other globals -#. Pdftex support -#. # yuk. -#. lilypond_binary = 'valgrind --suppressions=%(home)s/usr/src/guile-1.6.supp --num-callers=10 %(home)s/usr/src/lilypond/lily/out/lilypond '% { 'home' : '/home/hanwen' } -#. only use installed binary when we're installed too. -#. init to empty; values here take precedence over values in the file -#. # TODO: change name. -#. for geometry v3 -#. Output formats that ly2dvi should create -#. what a name. -#. ly.warning (_ ("invalid value: %s") % `val`) -#. ly.warning (_ ("invalid value: %s") % `val`) -#: lilypond.py:232 +#: convertrules.py:1732 convertrules.py:2139 convertrules.py:2143 +#: convertrules.py:2709 #, python-format -msgid "no such setting: `%s'" +msgid "Use %s\n" msgstr "" -#. 2 == user interrupt. -#: lilypond.py:274 -#, python-format -msgid "LilyPond crashed (signal %d)." +#: convertrules.py:1748 +msgid "More Scheme function renaming" msgstr "" -#: lilypond.py:275 -msgid "Please submit a bug report to bug-lilypond@gnu.org" +#: convertrules.py:1872 +msgid "" +"Page layout has been changed, using paper size and margins.\n" +"textheight is no longer used.\n" msgstr "" -#: lilypond.py:281 -#, python-format -msgid "LilyPond failed on input file %s (exit status %d)" +#: convertrules.py:1958 +msgid "" +"\\foo -> \\foomode (for chords, notes, etc.)\n" +"fold \\new FooContext \\foomode into \\foo." msgstr "" -#: lilypond.py:284 -#, python-format -msgid "LilyPond failed on an input file (exit status %d)" +#: convertrules.py:1996 +msgid "" +"staff size should be changed at top-level\n" +"with\n" +"\n" +" #(set-global-staff-size )\n" +"\n" msgstr "" -#: lilypond.py:285 -msgid "Continuing..." +#: convertrules.py:2016 +msgid "regularize other identifiers" msgstr "" -#. urg -#: lilypond.py:296 -#, python-format -msgid "Analyzing %s..." +#: convertrules.py:2084 +msgid "\\encoding: smart recode latin1..utf-8. Remove ly:point-and-click" +msgstr "" + +#: convertrules.py:2095 +msgid "LilyPond source must be UTF-8" +msgstr "" + +#: convertrules.py:2098 +msgid "Try the texstrings backend" msgstr "" -#. search only the first 10k -#: lilypond.py:354 +#: convertrules.py:2101 #, python-format -msgid "no LilyPond output found for `%s'" +msgid "Do something like: %s" +msgstr "" + +#: convertrules.py:2104 +msgid "Or save as UTF-8 in your editor" +msgstr "" + +#: convertrules.py:2154 +msgid "warn about auto beam settings" +msgstr "" + +#: convertrules.py:2158 +msgid "auto beam settings" +msgstr "" + +#: convertrules.py:2159 +msgid "" +"\n" +"Auto beam settings must now specify each interesting moment in a measure\n" +"explicitly; 1/4 is no longer multiplied to cover moments 1/2 and 3/4 too.\n" +msgstr "" + +#: convertrules.py:2272 +msgid "verticalAlignmentChildCallback has been deprecated" +msgstr "" + +#: convertrules.py:2277 +msgid "Remove callbacks property, deprecate XY-extent-callback." +msgstr "" + +#: convertrules.py:2298 +msgid "Use grob closures iso. XY-offset-callbacks." +msgstr "" + +#: convertrules.py:2360 +msgid "foobar -> foo-bar for \\paper, \\layout" +msgstr "" + +#: convertrules.py:2470 +msgid "deprecate \\tempo in \\midi" +msgstr "" + +#: convertrules.py:2523 +msgid "deprecate cautionary-style. Use AccidentalCautionary properties" +msgstr "" + +#: convertrules.py:2536 +msgid "Rename accidental glyphs, use glyph-name-alist." +msgstr "" + +#: convertrules.py:2591 +msgid "edge-text settings for TextSpanner" msgstr "" -#. The final \n seems important here. It ensures that the footers and taglines end up on the right page. -#. TODO: should set textheight (enlarge) depending on papersize. -#: lilypond.py:397 +#: convertrules.py:2592 #, python-format -msgid "invalid value: `%s'" +msgid "" +"Use\n" +"\n" +"%s" +msgstr "" + +#: convertrules.py:2625 +msgid "Use the `alignment-offsets' sub-property of\n" +msgstr "" + +#: convertrules.py:2626 +msgid "NonMusicalPaperColumn #'line-break-system-details\n" +msgstr "" + +#: convertrules.py:2627 +msgid "to set fixed distances between staves.\n" +msgstr "" + +#: convertrules.py:2639 +msgid "Use #'style not #'dash-fraction to select solid/dashed lines." +msgstr "" + +#: convertrules.py:2645 +msgid "all settings related to dashed lines" +msgstr "" + +#: convertrules.py:2646 +msgid "Use \\override ... #'style = #'line for solid lines and\n" msgstr "" -#. set sane geometry width (a4-width) for linewidth = -1. -#. who the hell is 597 ? -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#: lilypond.py:511 -msgid "LaTeX failed on the output file." +#: convertrules.py:2647 +msgid "\t\\override ... #'style = #'dashed-line for dashed lines." msgstr "" -#. make a preview by rendering only the 1st line -#. of each score -#: lilypond.py:568 +#: convertrules.py:2683 msgid "" -"Trying create PDF, but no PFA fonts found.\n" -"Using bitmap fonts instead. This will look bad." +"metronomeMarkFormatter uses text markup as second argument,\n" +"fret diagram properties moved to fret-diagram-details." +msgstr "" + +#: convertrules.py:2689 +msgid "metronomeMarkFormatter got an additional text argument.\n" msgstr "" -#. ugh. Different targets? -#. Added as functionality to ly2dvi, because ly2dvi may well need to do this -#. in future too. -#. no ps header? -#: lilypond.py:615 +#: convertrules.py:2690 #, python-format -msgid "not a PostScript file: `%s'" +msgid "" +"The function assigned to Score.metronomeMarkFunction now uses the signature\n" +"%s" msgstr "" -#. todo -#: lilypond.py:660 +#: convertrules.py:2708 #, python-format -msgid "Writing HTML menu `%s'" +msgid "%s in fret-diagram properties" msgstr "" -#. signal programming error -#. Don't convert input files to abspath, rather prepend '.' to include -#. path. -#. As a neat trick, add directory part of first input file -#. to include path. That way you can do without the clumsy -I in: -#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly -#: lilypond.py:769 -msgid "pseudo filter" +#: convertrules.py:2752 +msgid "\\put-adjacent argument order" msgstr "" -#: lilypond.py:772 -msgid "pseudo filter only for single input file" +#: convertrules.py:2753 +msgid "Axis and direction now come before markups:\n" msgstr "" -#. Ugh, maybe make a setup () function -#. hmmm. Wish I'd 've written comments when I wrote this. -#. now it looks complicated. -#: lilypond.py:806 -#, python-format -msgid "filename should not contain spaces: `%s'" +#: convertrules.py:2754 +msgid "\\put-adjacent axis dir markup markup." msgstr "" -#. to be sure, add tmpdir *in front* of inclusion path. -#. os.environ['TEXINPUTS'] = tmpdir + ':' + os.environ['TEXINPUTS'] -#. We catch all exceptions, because we need to do stuff at exit: -#. * copy any successfully generated stuff from tempdir and -#. notify user of that -#. * cleanout tempdir -#. ## ARGH. This also catches python programming errors. -#. ## this should only catch lilypond nonzero exit status -#. ## --hwn -#. TODO: friendly message about LilyPond setup/failing? -#. -#: lilypond.py:845 -msgid "Running LilyPond failed. Rerun with --verbose for a trace." +#: convertrules.py:2785 +msgid "re-definition of InnerStaffGroup" msgstr "" -#. Our LilyPond pseudo filter always outputs to 'lelie' -#. have subsequent stages and use 'lelie' output. -#. unless: add --tex, or --latex? -#. TODO: friendly message about TeX/LaTeX setup, -#. trying to run tex/latex by hand -#: lilypond.py:886 -msgid "Failed to make PS file. Rerun with --verbose for a trace." +#: convertrules.py:2790 +msgid "re-definition of InnerChoirStaff" msgstr "" -#. unless: add --tex, or --latex? -#. TODO: friendly message about TeX/LaTeX setup, -#. trying to run tex/latex by hand -#: lilypond.py:916 -msgid "Running LaTeX falied. Rerun with --verbose for a trace." +#: convertrules.py:2800 +msgid "Syntax changes for \\addChordShape and \\chord-shape" msgstr "" -#. add DEP to targets? -#: lilypond.py:926 input-file-results.cc:68 -#, c-format, python-format -msgid "dependencies output to `%s'..." +#: convertrules.py:2805 +msgid "stringTuning must be added to addChordShape call.\n" msgstr "" -#: lilypond.py:937 -#, python-format -msgid "%s output to ..." +#: convertrules.py:2810 +msgid "stringTuning must be added to chord-shape call.\n" msgstr "" -#: lilypond.py:942 lilypond.py:968 includable-lexer.cc:57 -#: input-file-results.cc:191 input-file-results.cc:197 lily-guile.cc:86 -#, c-format, python-format -msgid "can't find file: `%s'" +#: convertrules.py:2816 +msgid "Remove oldaddlyrics" msgstr "" -#. Hmm, if this were a function, we could call it the except: clauses -#: lilypond.py:965 -#, python-format -msgid "%s output to %s..." +#: convertrules.py:2820 +msgid "" +"oldaddlyrics is no longer supported. \n" +" Use addlyrics or lyricsto instead.\n" msgstr "" -#. !@PYTHON@ -#. -#. midi2ly.py -- LilyPond midi import script -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. ############################################################### -#. Users of python modules should include this snippet. -#. -#. This soon to be removed for: import lilypond.lilylib as ly -#. ############################################################### -#. ############################################################### -#. ############### CONSTANTS -#. ############################################################### -#. 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" +#: convertrules.py:2826 +msgid "" +"keySignature property not reversed any more\n" +"MIDI 47: orchestral strings -> orchestral harp" msgstr "" -#: midi2ly.py:98 midi2ly.py:103 -msgid "DUR" +#: convertrules.py:2831 +msgid "The alist for Staff.keySignature is no longer in reversed order.\n" +msgstr "" + +#: convertrules.py:2837 +msgid "" +"\\bar \".\" now produces a thick barline\n" +"ly:hairpin::after-line-breaking -> ly:spanner::kill-zero-spanned-time\n" +"Dash parameters for slurs and ties are now in dash-definition" +msgstr "" + +#: convertrules.py:2843 +msgid "\\bar \".\" now produces a thick barline.\n" +msgstr "" + +#: convertrules.py:2849 +msgid "Dash parameters for slurs and ties are now in 'dash-definition.\n" +msgstr "" + +#: convertrules.py:2854 +msgid "" +"Autobeaming rules have changed. override-auto-beam-setting and\n" +"revert-auto-beam-setting have been eliminated.\n" +"\\overrideBeamSettings has been added.\n" +"beatGrouping has been eliminated.\n" +"Different settings for vertical layout.\n" +"ly:system-start-text::print -> system-start-text::print\n" +"Beam #'thickness -> Beam #'beam-thickness\n" +"ly:note-head::brew-ez-stencil -> note-head::brew-ez-stencil\n" +"ly:ambitus::print -> ambitus::print\n" +"Explicit dynamics context definition from `Piano centered dynamics'\n" +"template replaced by new `Dynamics' context." +msgstr "" + +#: convertrules.py:2868 +msgid " Autobeam settings are now overriden with \\overrideBeamSettings.\n" +msgstr "" + +#: convertrules.py:2873 +msgid " Autobeam settings are now reverted with \\revertBeamSettings.\n" +msgstr "" + +#: convertrules.py:2879 +msgid "" +" beatGrouping with a specified context must now be accomplished with\n" +" \\overrideBeamSettings.\n" +msgstr "" + +#: convertrules.py:2885 +msgid "" +"alignment-offsets has been changed to alignment-distances: you must now " +"specify the distances between staves rather than the offset of staves.\n" +msgstr "" + +#: convertrules.py:2896 +msgid "" +"Remove obsolete engravers/translators: Note_swallow_translator,\n" +"Rest_swallow_translator, Skip_event_swallow_translator, Swallow_engraver,\n" +"Swallow_performer and String_number_engraver.\n" +"New vertical spacing variables." +msgstr "" + +#: convertrules.py:2927 +msgid "" +"Vertical spacing no longer depends on the Y-extent of a VerticalAxisGroup.\n" +msgstr "" + +#: convertrules.py:2933 +msgid "Unify fetaNumber and fetaDynamic encodings" +msgstr "" + +#: convertrules.py:2938 +msgid "\\RemoveEmpty*StaffContext -> \\*Staff \\RemoveEmptyStaves" +msgstr "" + +#: convertrules.py:2949 +msgid "\\cresc etc. are now postfix operators" +msgstr "" + +#: convertrules.py:2961 +msgid "" +"Eliminate beamSettings, beatLength, \\setBeatGrouping, " +"\\overrideBeamSettings and \\revertBeamSettings.\n" +"\"accordion.accEtcbase\" -> \"accordion.etcbass\"" +msgstr "" + +#: convertrules.py:2979 +msgid "Use \\set beamExceptions or \\overrideTimeSignatureSettings.\n" +msgstr "" + +#: convertrules.py:2983 +msgid "Use \\set beamExceptions or \\revertTimeSignatureSettings.\n" +msgstr "" + +#: convertrules.py:2987 +msgid "Use baseMoment, beatStructure, and beamExceptions.\n" +msgstr "" + +#: convertrules.py:2991 convertrules.py:2995 +msgid "Use baseMoment and beatStructure.\n" +msgstr "" + +#: convertrules.py:3000 +msgid "" +"Woodwind diagrams: Move size, thickness, and graphic from argument list to " +"properties.\n" +"Deprecate negative dash-period for hidden lines: use #'style = #'none " +"instead." +msgstr "" + +#: convertrules.py:3005 +msgid "" +"Move size, thickness, and graphic to properties. Argument should be just " +"the key list.\n" +msgstr "" + +#: convertrules.py:3013 +msgid "" +"Rename vertical spacing variables.\n" +"Add fretboard-table argument to savePredefinedFretboard." +msgstr "" + +#: convertrules.py:3031 +msgid "Rename vertical spacing grob properties." +msgstr "" + +#: convertrules.py:3047 +msgid "Remove \\paper variables head-separation and foot-separation." +msgstr "" + +#: convertrules.py:3051 +msgid "Adjust settings for top-system-spacing instead.\n" +msgstr "" + +#: convertrules.py:3055 +msgid "Adjust settings for last-bottom-spacing instead.\n" +msgstr "" + +#: convertrules.py:3061 +msgid "" +"Rename space to basic-distance in various spacing alists.\n" +"Remove HarmonicParenthesesItem grob." +msgstr "" + +#: convertrules.py:3068 +msgid "HarmonicParenthesesItem has been eliminated.\n" +msgstr "" + +#: convertrules.py:3069 +msgid "Harmonic parentheses are part of the TabNoteHead grob.\n" +msgstr "" + +#: convertrules.py:3074 +msgid "" +"Remove context from overrideTimeSignatureSettings and " +"revertTimeSignatureSettings.\n" +msgstr "" + +#: convertrules.py:3081 +msgid "" +"Change stringTunings from a list of semitones to a list of pitches.\n" +"Change tenor and baritone ukulele names in string tunings.\n" +"Generate messages for manual conversion of vertical spacing if required." +msgstr "" + +#: convertrules.py:3124 +msgid "Vertical spacing changes might affect user-defined contexts." +msgstr "" + +#: convertrules.py:3130 +msgid "Replace bar-size with bar-extent." +msgstr "" + +#: convertrules.py:3142 +msgid "Woodwind diagrams: Changes to the clarinet diagram." +msgstr "" + +#: convertrules.py:3146 +msgid "Clarinet fingering changed to reflect actual anatomy of instrument.\n" +msgstr "" + +#: convertrules.py:3156 +msgid "Handling of non-automatic footnotes." +msgstr "" + +#: convertrules.py:3160 +msgid "" +"If you are using non-automatic footnotes, make sure to set footnote-auto-" +"numbering = ##f in the paper block.\n" +msgstr "" + +#: convertrules.py:3165 +msgid "Change in internal property for MultiMeasureRest" +msgstr "" + +#: convertrules.py:3169 +msgid "" +"This internal property has been replaced by round-up-to-longer-rest, round-" +"up-exceptions and usable-duration-logs.\n" +msgstr "" + +#: convertrules.py:3174 +msgid "" +"Creation of a Flag grob and moving of certain Stem properties to this grob" +msgstr "" + +#: convertrules.py:3210 +msgid "" +"consistent-broken-slope is now handled through the positions callback.\n" +msgstr "" + +#: convertrules.py:3211 +msgid "" +"input/regression/beam-broken-classic.ly shows how broken beams are now " +"handled.\n" +msgstr "" + +#: convertrules.py:3372 +msgid "beamExceptions controls whole-measure beaming." +msgstr "" + +#: convertrules.py:3609 +msgid "Flag.transparent and Flag.color inherit from Stem" +msgstr "" + +#: convertrules.py:3675 +msgid "" +"Staff-padding now controls the distance to the baseline, not the nearest " +"point." +msgstr "" + +#: convertrules.py:3918 +msgid "Previously the \"id\" grob property (string) was used for SVG output." +msgstr "" + +#: convertrules.py:3919 +msgid "Now \"output-attributes\" (association list) is used instead." +msgstr "" + +#: fontextract.py:25 +#, python-format +msgid "Scanning %s" +msgstr "" + +#: fontextract.py:70 +#, python-format +msgid "Extracted %s" +msgstr "" + +#: fontextract.py:85 +#, python-format +msgid "Writing fonts to %s" +msgstr "" + +#: lilylib.py:101 +#, python-format +msgid "Setting loglevel to %s" +msgstr "" + +#: lilylib.py:104 +#, python-format +msgid "Unknown or invalid loglevel '%s'" +msgstr "" + +#: lilylib.py:133 warn.cc:211 +#, c-format, python-format +msgid "error: %s" +msgstr "" + +#: lilylib.py:190 +#, python-format +msgid "Processing %s.ly" +msgstr "" + +#: lilylib.py:194 lilylib.py:255 +#, python-format +msgid "Invoking `%s'" +msgstr "" + +#: lilylib.py:196 lilylib.py:257 +#, python-format +msgid "Running %s..." +msgstr "" + +#: lilylib.py:333 +#, python-format +msgid "Usage: %s" +msgstr "" + +#: musicexp.py:307 musicexp.py:312 +msgid "Language does not support microtones contained in the piece" +msgstr "" + +#: musicexp.py:601 +msgid "Tuplet brackets of curved shape are not correctly implemented" +msgstr "" + +#: musicexp.py:787 +#, python-format +msgid "unable to set the music %(music)s for the repeat %(repeat)s" +msgstr "" + +#: musicexp.py:796 +msgid "encountered repeat without body" +msgstr "" + +#. no self.elements! +#: musicexp.py:1009 +#, python-format +msgid "Grace note with no following music: %s" +msgstr "" + +#: musicexp.py:1204 +#, python-format +msgid "Invalid octave shift size found: %s. Using no shift." +msgstr "" + +#: musicexp.py:1803 +#, python-format +msgid "Unable to convert alteration %s to a lilypond expression" +msgstr "" + +#. TODO: Handle pieces without a time signature! +#: musicxml.py:515 +msgid "Senza-misura time signatures are not yet supported!" +msgstr "" + +#: musicxml.py:533 +msgid "Unable to interpret time signature! Falling back to 4/4." +msgstr "" + +#: musicxml.py:589 +#, python-format +msgid "" +"Key alteration octave given for a non-existing alteration nr. %s, available " +"numbers: %s!" +msgstr "" + +#: musicxml.py:825 +#, python-format +msgid "Encountered note at %s without type and duration(=%s)" +msgstr "" + +#: musicxml.py:867 +#, python-format +msgid "drum %s type unknown, please add to instrument_drumtype_dict" +msgstr "" + +#: musicxml.py:888 +msgid "cannot find suitable event" +msgstr "" + +#: musicxml.py:927 +#, python-format +msgid "Unable to find instrument for ID=%s\n" +msgstr "" + +#: musicxml2ly_conversion.py:23 +#, python-format +msgid "" +"Encountered rational duration with denominator %s, unable to convert to " +"lilypond duration" +msgstr "" + +#: musicxml2ly_conversion.py:42 +#, python-format +msgid "Encountered unprocessed marker %s\n" +msgstr "" + +#: abc2ly.py:1389 convert-ly.py:85 lilypond-book.py:122 midi2ly.py:1052 +#, python-format +msgid "%s [OPTION]... FILE" +msgstr "" + +#: abc2ly.py:1390 +#, python-format +msgid "" +"abc2ly converts ABC music files (see\n" +"%s) to LilyPond input.\n" +msgstr "" + +#: abc2ly.py:1398 convert-ly.py:92 etf2ly.py:1208 lilypond-book.py:231 +#: midi2ly.py:1103 musicxml2ly.py:2766 main.cc:184 +msgid "show version number and exit" +msgstr "" + +#: abc2ly.py:1401 convert-ly.py:96 etf2ly.py:1204 lilypond-book.py:140 +#: midi2ly.py:1070 musicxml2ly.py:2747 main.cc:163 +msgid "show this help and exit" +msgstr "" + +#: abc2ly.py:1404 etf2ly.py:1209 midi2ly.py:1079 +msgid "write output to FILE" +msgstr "" + +#: abc2ly.py:1407 +msgid "be strict about success" +msgstr "" + +#: abc2ly.py:1410 +msgid "preserve ABC's notion of beams" +msgstr "" + +#: abc2ly.py:1413 +msgid "suppress progress messages" +msgstr "" + +#. Translators, please translate this string as +#. "Report bugs in English via %s", +#. or if there is a LilyPond users list or forum in your language +#. "Report bugs in English via %s or in YOUR_LANG via URI" +#: abc2ly.py:1416 convert-ly.py:157 etf2ly.py:1218 lilypond-book.py:258 +#: midi2ly.py:1115 musicxml2ly.py:2909 main.cc:318 +#, c-format, python-format +msgid "Report bugs via %s" +msgstr "" + +#: convert-ly.py:47 +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:50 +msgid "If FILE is `-', read from standard input." +msgstr "" + +#: convert-ly.py:52 lilypond-book.py:82 +msgid "Examples:" +msgstr "" + +#: convert-ly.py:79 etf2ly.py:1191 lilypond-book.py:115 midi2ly.py:80 +#, python-format +msgid "Copyright (c) %s by" +msgstr "" + +#: convert-ly.py:81 etf2ly.py:1193 lilypond-book.py:117 midi2ly.py:82 +msgid "Distributed under terms of the GNU General Public License." +msgstr "" + +#: convert-ly.py:82 etf2ly.py:1194 lilypond-book.py:118 midi2ly.py:83 +msgid "It comes with NO WARRANTY." +msgstr "" + +#: convert-ly.py:100 convert-ly.py:141 +msgid "VERSION" +msgstr "" + +#: convert-ly.py:102 +msgid "start from VERSION [default: \\version found in file]" +msgstr "" + +#: convert-ly.py:105 +msgid "edit in place" +msgstr "" + +#: convert-ly.py:109 lilypond-book.py:179 musicxml2ly.py:2803 +msgid "" +"Print log messages according to LOGLEVEL (NONE, ERROR, WARNING, PROGRESS " +"(default), DEBUG)" +msgstr "" + +#: convert-ly.py:111 lilypond-book.py:163 lilypond-book.py:181 +#: musicxml2ly.py:2805 main.cc:177 +msgid "LOGLEVEL" +msgstr "" + +#: convert-ly.py:117 +msgid "do not add \\version command if missing" +msgstr "" + +#: convert-ly.py:123 +#, python-format +msgid "force updating \\version number to %s" +msgstr "" + +#: convert-ly.py:129 +msgid "only update \\version number if file is modified" +msgstr "" + +#: convert-ly.py:135 +#, python-format +msgid "show rules [default: -f 0, -t %s]" +msgstr "" + +#: convert-ly.py:140 +#, python-format +msgid "convert to VERSION [default: %s]" +msgstr "" + +#: convert-ly.py:147 +msgid "make a numbered backup [default: filename.ext~]" +msgstr "" + +#: convert-ly.py:152 etf2ly.py:1212 lilypond-book.py:234 midi2ly.py:1104 +#: main.cc:186 +msgid "show warranty and copyright" +msgstr "" + +#: convert-ly.py:196 +msgid "Applying conversion: " +msgstr "" + +#: convert-ly.py:215 +msgid "Error while converting" +msgstr "" + +#: convert-ly.py:217 +msgid "Stopping at last successful rule" +msgstr "" + +#: convert-ly.py:256 +#, python-format +msgid "Processing `%s'... " +msgstr "" + +#: convert-ly.py:366 +#, python-format +msgid "%s: Unable to open file" +msgstr "" + +#: convert-ly.py:372 +#, python-format +msgid "%s: Unable to determine version. Skipping" +msgstr "" + +#: convert-ly.py:378 +#, python-format +msgid "" +"%s: Invalid version string `%s' \n" +"Valid version strings consist of three numbers, separated by dots, e.g. " +"`2.8.12'" +msgstr "" + +#: convert-ly.py:384 +#, python-format +msgid "There was %d error." +msgid_plural "There were %d errors." +msgstr[0] "" +msgstr[1] "" + +#: etf2ly.py:1197 +#, python-format +msgid "%s [OPTION]... ETF-FILE" +msgstr "" + +#: etf2ly.py:1198 +msgid "" +"Enigma Transport Format is a format used by Coda Music Technology's\n" +"Finale product. etf2ly converts a subset of ETF to a ready-to-use LilyPond " +"file.\n" +msgstr "" + +#: etf2ly.py:1210 midi2ly.py:1075 midi2ly.py:1080 musicxml2ly.py:2859 +#: main.cc:169 main.cc:181 +msgid "FILE" +msgstr "" + +#: lilypond-book.py:80 +msgid "" +"Process LilyPond snippets in hybrid HTML, LaTeX, texinfo or DocBook document." +msgstr "" + +#: lilypond-book.py:87 +msgid "BOOK" +msgstr "" + +#: lilypond-book.py:95 +#, python-format +msgid "Exiting (%d)..." +msgstr "" + +#: lilypond-book.py:127 +msgid "FILTER" +msgstr "" + +#: lilypond-book.py:130 +msgid "pipe snippets through FILTER [default: `convert-ly -n -']" +msgstr "" + +#: lilypond-book.py:134 +msgid "" +"use output format FORMAT (texi [default], texi-html, latex, html, docbook)" +msgstr "" + +#: lilypond-book.py:135 +msgid "FORMAT" +msgstr "" + +#: lilypond-book.py:142 +msgid "add DIR to include path" +msgstr "" + +#: lilypond-book.py:143 lilypond-book.py:150 lilypond-book.py:169 +#: lilypond-book.py:187 lilypond-book.py:208 lilypond-book.py:214 main.cc:168 +msgid "DIR" +msgstr "" + +#: lilypond-book.py:148 +msgid "format Texinfo output so that Info will look for images of music in DIR" +msgstr "" + +#: lilypond-book.py:155 +msgid "PAD" +msgstr "" + +#: lilypond-book.py:157 +msgid "" +"pad left side of music to align music in spite of uneven bar numbers (in mm)" +msgstr "" + +#: lilypond-book.py:162 +msgid "Print lilypond log messages according to LOGLEVEL" +msgstr "" + +#: lilypond-book.py:168 +msgid "write lily-XXX files to DIR, link into --output dir" +msgstr "" + +#: lilypond-book.py:173 +msgid "" +"Load the additional python PACKAGE (containing e.g. a custom output format)" +msgstr "" + +#: lilypond-book.py:174 +msgid "PACKAGE" +msgstr "" + +#: lilypond-book.py:186 +msgid "write output to DIR" +msgstr "" + +#: lilypond-book.py:191 +msgid "COMMAND" +msgstr "" + +#: lilypond-book.py:192 +msgid "process ly_files using COMMAND FILE..." +msgstr "" + +#: lilypond-book.py:197 +msgid "Redirect the lilypond output" +msgstr "" + +#: lilypond-book.py:201 +msgid "Compile snippets in safe mode" +msgstr "" + +#: lilypond-book.py:207 +msgid "do not fail if no lilypond output is found" +msgstr "" + +#: lilypond-book.py:213 +msgid "do not fail if no PNG images are found for EPS files" +msgstr "" + +#: lilypond-book.py:219 +msgid "write snippet output files with the same base name as their source file" +msgstr "" + +#: lilypond-book.py:223 midi2ly.py:1098 musicxml2ly.py:2772 +msgid "be verbose" +msgstr "" + +#: lilypond-book.py:239 +msgid "" +"run executable PROG instead of latex, or in\n" +"case --pdf option is set instead of pdflatex" +msgstr "" + +#: lilypond-book.py:241 lilypond-book.py:246 +msgid "PROG" +msgstr "" + +#: lilypond-book.py:245 +msgid "run executable PROG instead of texi2pdf" +msgstr "" + +#: lilypond-book.py:252 +msgid "create PDF files for use with PDFTeX" +msgstr "" + +#: lilypond-book.py:463 +msgid "Writing snippets..." +msgstr "" + +#: lilypond-book.py:468 +msgid "Processing..." +msgstr "" + +#: lilypond-book.py:473 +msgid "All snippets are up to date..." +msgstr "" + +#: lilypond-book.py:475 +msgid "Linking files..." +msgstr "" + +#: lilypond-book.py:495 +#, python-format +msgid "cannot determine format for: %s" +msgstr "" + +#: lilypond-book.py:504 +#, python-format +msgid "%s is up to date." +msgstr "" + +#: lilypond-book.py:517 +#, python-format +msgid "Writing `%s'..." +msgstr "" + +#: lilypond-book.py:580 +msgid "Output would overwrite input file; use --output." +msgstr "" + +#: lilypond-book.py:584 +#, python-format +msgid "Reading %s..." +msgstr "" + +#: lilypond-book.py:591 +msgid "Dissecting..." +msgstr "" + +#: lilypond-book.py:602 +#, python-format +msgid "Compiling %s..." +msgstr "" + +#: lilypond-book.py:610 +#, python-format +msgid "Processing include: %s" +msgstr "" + +#: lilypond-book.py:621 +#, python-format +msgid "Removing `%s'" +msgstr "" + +#: lilypond-book.py:727 +#, python-format +msgid "Setting LilyPond's loglevel to %s" +msgstr "" + +#: lilypond-book.py:731 +#, python-format +msgid "" +"Setting LilyPond's loglevel to %s (from environment variable " +"LILYPOND_LOGLEVEL)" +msgstr "" + +#: lilypond-book.py:734 +msgid "" +"Setting LilyPond's output to --verbose, implied by lilypond-book's setting" +msgstr "" + +#: midi2ly.py:89 +msgid "warning: " +msgstr "" + +#: midi2ly.py:92 midi2ly.py:1132 +msgid "error: " +msgstr "" + +#: midi2ly.py:93 +msgid "Exiting... " +msgstr "" + +#: midi2ly.py:840 +msgid "found more than 5 voices on a staff, expect bad output" +msgstr "" + +#: midi2ly.py:1040 +#, python-format +msgid "%s output to `%s'..." +msgstr "" + +#: midi2ly.py:1053 +#, python-format +msgid "Convert %s to LilyPond input.\n" +msgstr "" + +#: midi2ly.py:1058 +msgid "print absolute pitches" +msgstr "" + +#: midi2ly.py:1060 midi2ly.py:1088 +msgid "DUR" +msgstr "" + +#: midi2ly.py:1061 +msgid "quantise note durations on DUR" +msgstr "" + +#: midi2ly.py:1064 +msgid "debug printing" +msgstr "" + +#: midi2ly.py:1067 +msgid "print explicit durations" +msgstr "" + +#: midi2ly.py:1072 +msgid "prepend FILE to output" +msgstr "" + +#: midi2ly.py:1076 +msgid "set key: ALT=+sharps|-flats; MINOR=1" +msgstr "" + +#: midi2ly.py:1077 +msgid "ALT[:MINOR]" +msgstr "" + +#: midi2ly.py:1082 +msgid "preview of first 4 bars" +msgstr "" + +#: midi2ly.py:1086 +msgid "suppress progress messages and warnings about excess voices" +msgstr "" + +#: midi2ly.py:1087 +msgid "quantise note starts on DUR" +msgstr "" + +#: midi2ly.py:1091 +msgid "use s instead of r for rests" +msgstr "" + +#: midi2ly.py:1093 +msgid "DUR*NUM/DEN" +msgstr "" + +#: midi2ly.py:1096 +msgid "allow tuplet durations DUR*NUM/DEN" +msgstr "" + +#: midi2ly.py:1106 +msgid "treat every text as a lyric" +msgstr "" + +#: midi2ly.py:1109 +msgid "Examples" +msgstr "" + +#: midi2ly.py:1133 +msgid "no files specified on command line." +msgstr "" + +#: musicxml2ly.py:260 +#, python-format +msgid "" +"Encountered file created by %s, containing wrong beaming information. All " +"beaming information in the MusicXML file will be ignored" +msgstr "" + +#: musicxml2ly.py:302 musicxml2ly.py:304 +#, python-format +msgid "Unprocessed PartGroupInfo %s encountered" +msgstr "" + +#: musicxml2ly.py:792 +msgid "Unable to extract key signature!" +msgstr "" + +#: musicxml2ly.py:819 +#, python-format +msgid "unknown mode %s, expecting 'major' or 'minor' or a church mode!" +msgstr "" + +#: musicxml2ly.py:988 +#, python-format +msgid "unknown span event %s" +msgstr "" + +#: musicxml2ly.py:1000 +#, python-format +msgid "unknown span type %s for %s" +msgstr "" + +#: musicxml2ly.py:1497 +msgid "Unknown metronome mark, ignoring" +msgstr "" + +#. TODO: Implement the other (more complex) way for tempo marks! +#: musicxml2ly.py:1502 +msgid "" +"Metronome marks with complex relations ( in MusicXML) are " +"not yet implemented." +msgstr "" + +#: musicxml2ly.py:1653 +#, python-format +msgid "Unable to convert chord type %s to lilypond." +msgstr "" + +#: musicxml2ly.py:2007 +#, python-format +msgid "Negative skip %s (from position %s to %s)" +msgstr "" + +#: musicxml2ly.py:2237 +#, python-format +msgid "Negative skip found: from %s to %s, difference is %s" +msgstr "" + +#: musicxml2ly.py:2338 +#, python-format +msgid "unexpected %s; expected %s or %s or %s" +msgstr "" + +#: musicxml2ly.py:2467 +msgid "Encountered closing slur, but no slur is open" +msgstr "" + +#: musicxml2ly.py:2470 +msgid "Cannot have two simultaneous (closing) slurs" +msgstr "" + +#: musicxml2ly.py:2479 +msgid "Cannot have a slur inside another slur" +msgstr "" + +#: musicxml2ly.py:2482 +msgid "Cannot have two simultaneous slurs" +msgstr "" + +#: musicxml2ly.py:2608 +#, python-format +msgid "cannot simultaneously have more than one mode: %s" +msgstr "" + +#: musicxml2ly.py:2727 +msgid "Converting to LilyPond expressions..." +msgstr "" + +#: musicxml2ly.py:2739 +msgid "musicxml2ly [OPTION]... FILE.xml" +msgstr "" + +#: musicxml2ly.py:2741 +msgid "" +"Convert MusicXML from FILE.xml to LilyPond input.\n" +"If the given filename is -, musicxml2ly reads from the command line.\n" +msgstr "" + +#: musicxml2ly.py:2751 +#, python-format +msgid "" +"Copyright (c) 2005--2016 by\n" +" Han-Wen Nienhuys ,\n" +" Jan Nieuwenhuizen and\n" +" Reinhold Kainhofer \n" +" Patrick L. Schmidt \n" +"\n" +"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." +msgstr "" + +#: musicxml2ly.py:2778 +msgid "use lxml.etree; uses less memory and cpu time" +msgstr "" + +#: musicxml2ly.py:2784 +msgid "input file is a zip-compressed MusicXML file" +msgstr "" + +#: musicxml2ly.py:2790 +msgid "convert pitches in relative mode (default)" +msgstr "" + +#: musicxml2ly.py:2795 +msgid "convert pitches in absolute mode" +msgstr "" + +#: musicxml2ly.py:2798 +msgid "LANG" +msgstr "" + +#: musicxml2ly.py:2800 +msgid "use LANG for pitch names, e.g. 'deutsch' for note names in German" +msgstr "" + +#: musicxml2ly.py:2814 +msgid "do not convert directions (^, _ or -) for articulations, dynamics, etc." +msgstr "" + +#: musicxml2ly.py:2820 +msgid "do not convert exact vertical positions of rests" +msgstr "" + +#: musicxml2ly.py:2826 +msgid "ignore system breaks" +msgstr "" + +#: musicxml2ly.py:2832 +msgid "ignore page breaks" +msgstr "" + +#: musicxml2ly.py:2838 +msgid "ignore page margins" +msgstr "" + +#: musicxml2ly.py:2844 +msgid "" +"do not convert the exact page layout and breaks (shortcut for \"--nsb --npb " +"--npm\" options)" +msgstr "" + +#: musicxml2ly.py:2850 +msgid "" +"ignore stem directions from MusicXML, use lilypond's automatic stemming " +"instead" +msgstr "" + +#: musicxml2ly.py:2856 +msgid "" +"do not convert beaming information, use lilypond's automatic beaming instead" +msgstr "" + +#: musicxml2ly.py:2864 +msgid "set output filename to FILE, stdout if -" +msgstr "" + +#: musicxml2ly.py:2870 +msgid "activate midi-block in .ly file" +msgstr "" + +#: musicxml2ly.py:2874 +msgid "TOPITCH" +msgstr "" + +#: musicxml2ly.py:2877 +msgid "set pitch to transpose by the interval between pitch 'c' and TOPITCH" +msgstr "" + +#: musicxml2ly.py:2881 +msgid "BEATS/BEATTYPE" +msgstr "" + +#: musicxml2ly.py:2884 +msgid "" +"change the length|duration of notes as a function of a given time signature " +"to make the score look faster or slower, (eg. '4/4' or '2/2')" +msgstr "" + +#: musicxml2ly.py:2888 +msgid "TABCLEFNAME" +msgstr "" + +#: musicxml2ly.py:2891 +msgid "switch between two versions of tab clefs (\"tab\" and \"moderntab\")" +msgstr "" + +#: musicxml2ly.py:2895 +msgid "t[rue]/f[alse]" +msgstr "" + +#: musicxml2ly.py:2898 +msgid "" +"deactivate string number stencil with --string-numbers f[alse]. Default is " +"t[rue]" +msgstr "" + +#: musicxml2ly.py:2905 +msgid "" +"converts '' events to a separate FretBoards voice instead of markups" +msgstr "" + +#: musicxml2ly.py:2979 +#, python-format +msgid "unknown part in part-list: %s" +msgstr "" + +#: musicxml2ly.py:3069 +msgid "Input is compressed, extracting raw MusicXML data from stdin" +msgstr "" + +#: musicxml2ly.py:3082 +#, python-format +msgid "Input file %s is compressed, extracting raw MusicXML data" +msgstr "" + +#: musicxml2ly.py:3112 +msgid "Reading MusicXML from Standard input ..." +msgstr "" + +#: musicxml2ly.py:3114 +#, python-format +msgid "Reading MusicXML from %s ..." +msgstr "" + +#: musicxml2ly.py:3146 +#, python-format +msgid "Output to `%s'" +msgstr "" + +#: musicxml2ly.py:3172 +#, python-format +msgid "Converting to current version (%s) notations ..." +msgstr "" + +#: musicxml2ly.py:3246 +#, python-format +msgid "Unable to find input file %s" +msgstr "" + +#: website_post.py:129 +msgid "English" +msgstr "" + +#: website_post.py:132 +msgid "Other languages" +msgstr "" + +#: website_post.py:133 +#, python-format +msgid "About automatic language selection." +msgstr "" + +#: getopt-long.cc:153 +#, c-format +msgid "option `%s' requires an argument" +msgstr "" + +#: getopt-long.cc:157 +#, c-format +msgid "option `%s' does not allow an argument" +msgstr "" + +#: getopt-long.cc:161 +#, c-format +msgid "unrecognized option: `%s'" +msgstr "" + +#: getopt-long.cc:167 +#, c-format +msgid "invalid argument `%s' to option `%s'" +msgstr "" + +#: warn.cc:56 +#, c-format +msgid "Log level set to %d\n" +msgstr "" + +#: warn.cc:89 +#, c-format +msgid "unknown log level `%s', using default (INFO)" +msgstr "" + +#. Some expected warning was not triggered, so print out a warning. +#: warn.cc:112 +#, c-format +msgid "%d expected warning(s) not encountered: " +msgstr "" + +#: warn.cc:183 +#, c-format +msgid "fatal error: %s" +msgstr "" + +#: warn.cc:192 +#, c-format +msgid "suppressed programming error: %s" +msgstr "" + +#: warn.cc:197 +#, c-format +msgid "programming error: %s" +msgstr "" + +#: warn.cc:198 +msgid "continuing, cross fingers" +msgstr "" + +#: warn.cc:207 +#, c-format +msgid "suppressed error: %s" +msgstr "" + +#: warn.cc:219 +#, c-format +msgid "suppressed warning: %s" +msgstr "" + +#: accidental-engraver.cc:180 +#, c-format +msgid "accidental typesetting list must begin with context-name: %s" +msgstr "" + +#: accidental-engraver.cc:207 +#, c-format +msgid "procedure or context-name expected for accidental rule, found %s" +msgstr "" + +#: accidental.cc:141 +#, c-format +msgid "Could not find glyph-name for alteration %s" +msgstr "" + +#: accidental.cc:157 +msgid "natural alteration glyph not found" +msgstr "" + +#: all-font-metrics.cc:159 +#, c-format +msgid "cannot find font: `%s'" +msgstr "" + +#: apply-context-iterator.cc:42 +msgid "\\applycontext argument is not a procedure" +msgstr "" + +#: arpeggio.cc:138 +msgid "no heads for arpeggio found?" +msgstr "" + +#: audio-item.cc:139 +#, c-format +msgid "end moment (%s) < start moment (%s)" +msgstr "" + +#: audio-item.cc:153 +#, c-format +msgid "invalid start volume: %f" +msgstr "" + +#: audio-item.cc:159 +#, c-format +msgid "invalid target volume: %f" +msgstr "" + +#: audio-item.cc:174 +#, c-format +msgid "" +"asked to compute volume at %f for dynamic span of duration %f starting at %s" +msgstr "" + +#: audio-item.cc:182 +#, c-format +msgid "" +"asked to compute volume at +%f for dynamic span of duration %f starting at %s" +msgstr "" + +#: axis-group-engraver.cc:154 +msgid "Axis_group_engraver: vertical group already has a parent" +msgstr "" + +#: axis-group-engraver.cc:155 +msgid "are there two Axis_group_engravers?" +msgstr "" + +#: axis-group-engraver.cc:156 +msgid "removing this vertical group" +msgstr "" + +#: axis-group-interface.cc:716 +#, c-format +msgid "\"%s\" is not a valid outside-staff-placement-directive" +msgstr "" + +#: axis-group-interface.cc:788 +msgid "an outside-staff object should have a direction, defaulting to up" +msgstr "" + +#: bar-check-iterator.cc:84 +#, c-format +msgid "barcheck failed at: %s" +msgstr "" + +#: beam-engraver.cc:147 +msgid "already have a beam" +msgstr "" + +#: beam-engraver.cc:234 +msgid "unterminated beam" +msgstr "" + +#: beam-engraver.cc:281 chord-tremolo-engraver.cc:148 +msgid "stem must have Rhythmic structure" +msgstr "" + +#: beam-engraver.cc:292 +msgid "stem does not fit in beam" +msgstr "" + +#: beam-engraver.cc:293 +msgid "beam was started here" +msgstr "" + +#. We are completely screwed. +#: beam-quanting.cc:850 +msgid "no viable initial configuration found: may not find good beam slope" +msgstr "" + +#: beam.cc:183 +msgid "removing beam with no stems" +msgstr "" + +#: change-iterator.cc:34 +#, c-format +msgid "cannot change `%s' to `%s'" +msgstr "" + +#. FIXME: constant error message. +#: change-iterator.cc:67 +msgid "cannot find context to switch to" +msgstr "" + +#. No enclosing context was found because the iterator's immediate +#. context is the kind that was sought. +#. 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:78 +#, c-format +msgid "not changing to same context type: %s" +msgstr "" + +#. FIXME: incomprehensible message +#: change-iterator.cc:82 +msgid "none of these in my family" +msgstr "" + +#: chord-tremolo-engraver.cc:87 +msgid "No tremolo to end" +msgstr "" + +#: chord-tremolo-engraver.cc:108 +msgid "unterminated chord tremolo" +msgstr "" + +#: clef.cc:65 +#, c-format +msgid "clef `%s' not found" +msgstr "" + +#: cluster.cc:120 +#, c-format +msgid "unknown cluster style `%s'" +msgstr "" + +#: cluster.cc:157 +msgid "junking empty cluster" +msgstr "" + +#: coherent-ligature-engraver.cc:110 +#, c-format +msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul" +msgstr "" + +#: constrained-breaking.cc:187 constrained-breaking.cc:206 +msgid "cannot find line breaking that satisfies constraints" +msgstr "" + +#: context-property.cc:46 +msgid "need symbol argument for \\override and \\revert" +msgstr "" + +#: context.cc:147 +#, c-format +msgid "cannot find or create new `%s'" +msgstr "" + +#: context.cc:226 +#, c-format +msgid "cannot find or create `%s' called `%s'" +msgstr "" + +#: context.cc:457 +#, c-format +msgid "cannot find or create: `%s'" +msgstr "" + +#: context.cc:471 +#, c-format +msgid "cannot find or create new Bottom = \"%s\"" +msgstr "" + +#: custos.cc:87 +#, c-format +msgid "custos `%s' not found" +msgstr "" + +#: dispatcher.cc:82 +msgid "Event class should be a list" +msgstr "" + +#: dispatcher.cc:165 +#, c-format +msgid "Junking event: %s" +msgstr "" + +#: dispatcher.cc:279 +msgid "Attempting to remove nonexisting listener." +msgstr "" + +#: dispatcher.cc:305 +msgid "Already listening to dispatcher, ignoring request" +msgstr "" + +#: dots.cc:48 +#, c-format +msgid "dot `%s' not found" +msgstr "" + +#: dynamic-engraver.cc:166 +#, c-format +msgid "" +"unknown crescendo style: %s\n" +"defaulting to hairpin." +msgstr "" + +#: dynamic-engraver.cc:231 slur-engraver.cc:185 +#, c-format +msgid "unterminated %s" +msgstr "" + +#: episema-engraver.cc:74 +msgid "already have an episema" +msgstr "" + +#: episema-engraver.cc:87 +msgid "cannot find start of episema" +msgstr "" + +#: episema-engraver.cc:136 +msgid "unterminated episema" +msgstr "" + +#: extender-engraver.cc:167 extender-engraver.cc:176 +msgid "unterminated extender" +msgstr "" + +#: flag.cc:133 +#, c-format +msgid "flag `%s' not found" +msgstr "" + +#: flag.cc:153 +#, c-format +msgid "flag stroke `%s' not found" +msgstr "" + +#: font-config-scheme.cc:151 font-config.cc:82 +#, c-format +msgid "failed adding font directory: %s" +msgstr "" + +#: font-config-scheme.cc:153 font-config.cc:84 +#, c-format +msgid "Adding font directory: %s" +msgstr "" + +#: font-config-scheme.cc:167 +#, c-format +msgid "failed adding font file: %s" +msgstr "" + +#: font-config-scheme.cc:169 +#, c-format +msgid "Adding font file: %s" +msgstr "" + +#: font-config.cc:38 +msgid "Initializing FontConfig..." +msgstr "" + +#: font-config.cc:70 +#, c-format +msgid "failed to add fontconfig configuration file `%s'" +msgstr "" + +#: font-config.cc:73 +#, c-format +msgid "Adding fontconfig configuration file: %s" +msgstr "" + +#: font-config.cc:86 +msgid "Building font database..." +msgstr "" + +#: footnote-engraver.cc:87 +msgid "Must be footnote-event." +msgstr "" + +#: general-scheme.cc:403 +#, c-format +msgid "failed redirecting stderr to `%s'" +msgstr "" + +#: general-scheme.cc:482 +msgid "Found infinity or nan in output. Substituting 0.0" +msgstr "" + +#: general-scheme.cc:623 +#, c-format +msgid "g_spawn_sync failed (%d): %s: %s" +msgstr "" + +#: glissando-engraver.cc:157 +msgid "unterminated glissando" +msgstr "" + +#: global-context-scheme.cc:95 global-context-scheme.cc:113 +msgid "no music found in score" +msgstr "" + +#: global-context-scheme.cc:103 +msgid "Interpreting music..." +msgstr "" + +#: global-context-scheme.cc:125 +#, c-format +msgid "elapsed time: %.2f seconds" +msgstr "" + +#: gregorian-ligature-engraver.cc:70 +#, c-format +msgid "\\%s ignored" +msgstr "" + +#: gregorian-ligature-engraver.cc:75 +#, c-format +msgid "implied \\%s added" +msgstr "" + +#. ligature may not start with 2nd head of pes or flexa +#: gregorian-ligature-engraver.cc:224 +msgid "cannot apply `\\~' on first head of ligature" +msgstr "" + +#. (pitch == prev_pitch) +#: gregorian-ligature-engraver.cc:236 +msgid "cannot apply `\\~' on heads with identical pitch" +msgstr "" + +#: grob-interface.cc:68 +#, c-format +msgid "Unknown interface `%s'" +msgstr "" + +#: grob-interface.cc:79 +#, c-format +msgid "Grob `%s' has no interface for property `%s'" +msgstr "" + +#: grob-property.cc:32 +#, c-format +msgid "%d: %s" +msgstr "" + +#: grob.cc:489 +#, c-format +msgid "ignored infinite %s-offset" +msgstr "" + +#: hairpin.cc:60 +msgid "Asking for broken bound padding at a non-broken bound." +msgstr "" + +#: hairpin.cc:257 +msgid "decrescendo too small" +msgstr "" + +#: horizontal-bracket-engraver.cc:61 +msgid "do not have that many brackets" +msgstr "" + +#: horizontal-bracket-engraver.cc:70 +msgid "conflicting note group events" +msgstr "" + +#: hyphen-engraver.cc:103 +msgid "removing unterminated hyphen" +msgstr "" + +#: hyphen-engraver.cc:117 +msgid "unterminated hyphen; removing" +msgstr "" + +#: includable-lexer.cc:71 lily-guile.cc:92 lily-parser-scheme.cc:108 +#, c-format +msgid "cannot find file: `%s'" +msgstr "" + +#: includable-lexer.cc:73 lily-parser-scheme.cc:100 +#, c-format +msgid "(search path: `%s')" +msgstr "" + +#: input.cc:138 source-file.cc:180 source-file.cc:195 +msgid "position unknown" +msgstr "" + +#: keep-alive-together-engraver.cc:93 +#, c-format +msgid "unknown remove-layer value `%s'" +msgstr "" + +#: key-engraver.cc:197 +msgid "Incomplete keyAlterationOrder for key signature" +msgstr "" + +#: key-signature-interface.cc:77 +#, c-format +msgid "No glyph found for alteration: %s" +msgstr "" + +#: key-signature-interface.cc:87 +msgid "alteration not found" +msgstr "" + +#: ligature-bracket-engraver.cc:71 ligature-engraver.cc:109 +msgid "cannot find start of ligature" +msgstr "" + +#: ligature-bracket-engraver.cc:84 ligature-engraver.cc:136 +msgid "already have a ligature" +msgstr "" + +#: ligature-engraver.cc:114 +msgid "no right bound" +msgstr "" + +#: ligature-engraver.cc:145 +msgid "no left bound" +msgstr "" + +#: ligature-engraver.cc:189 +msgid "unterminated ligature" +msgstr "" + +#: ligature-engraver.cc:216 +msgid "ignoring rest: ligature may not contain rest" +msgstr "" + +#: ligature-engraver.cc:217 +msgid "ligature was started here" +msgstr "" + +#: lily-guile.cc:94 +#, c-format +msgid "(load path: `%s')" +msgstr "" + +#: lily-guile.cc:413 +#, c-format +msgid "cannot find property type-check for `%s' (%s)." +msgstr "" + +#: lily-guile.cc:416 +msgid "perhaps a typing error?" +msgstr "" + +#: lily-guile.cc:423 +msgid "skipping assignment" +msgstr "" + +#: lily-guile.cc:442 +#, c-format +msgid "type check for `%s' failed; value `%s' must be of type `%s'" +msgstr "" + +#. Uh oh. unsmob delivered 0, yet +#. unsmob delivers true. This means that unsmob is a +#. matching check from a base class of T, but var is of an +#. incompatible derived type. +#: lily-guile.cc:462 +msgid "Wrong kind of " +msgstr "" + +#: lily-lexer.cc:251 +msgid "include files are not allowed in safe mode" +msgstr "" + +#: lily-lexer.cc:278 +#, c-format +msgid "identifier name is a keyword: `%s'" +msgstr "" + +#: lily-lexer.cc:301 lily-lexer.cc:314 +#, c-format +msgid "%s:EOF" +msgstr "" + +#: lily-modules.cc:81 +#, c-format +msgid "Uninitialized variable `%s' in module (%s)" +msgstr "" + +#: lily-parser-scheme.cc:80 +#, c-format +msgid "Changing working directory to: `%s'" +msgstr "" + +#: lily-parser-scheme.cc:84 +#, c-format +msgid "unable to change directory to: `%s'" +msgstr "" + +#: lily-parser-scheme.cc:99 +#, c-format +msgid "cannot find init file: `%s'" +msgstr "" + +#: lily-parser-scheme.cc:117 +#, c-format +msgid "Processing `%s'" +msgstr "" + +#: lily-parser-scheme.cc:210 +msgid "" +"ly:parser-parse-string is only valid with a new parser. Use ly:parser-" +"include-string instead." +msgstr "" + +#: lily-parser-scheme.cc:241 +msgid "" +"ly:parse-string-expression is only valid with a new parser. Use ly:parser-" +"include-string instead." +msgstr "" + +#: lily-parser.cc:106 +msgid "Parsing..." +msgstr "" + +#: lookup.cc:177 +#, c-format +msgid "Not drawing a box with negative dimension, %.2f by %.2f." +msgstr "" + +#: lyric-combine-music-iterator.cc:204 +msgid "argument of \\lyricsto should contain Lyrics context" +msgstr "" + +#: lyric-combine-music-iterator.cc:344 +#, c-format +msgid "cannot find %s `%s'" +msgstr "" + +#: main.cc:106 +#, c-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 "" + +#: main.cc:112 +msgid "" +" This program is free software; you can redistribute it and/or\n" +"modify it under the terms of the GNU General Public License as \n" +"published by the Free Software Foundation, either version 3 of\n" +"the License, or (at your option) any later version.\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 "" + +#: main.cc:150 +msgid "SYM[=VAL]" +msgstr "" + +#: main.cc:151 +msgid "" +"set Scheme option SYM to VAL (default: #t).\n" +"Use -dhelp for help." +msgstr "" + +#: main.cc:155 +msgid "EXPR" +msgstr "" + +#: main.cc:155 +msgid "evaluate scheme code" +msgstr "" + +#. Bug in option parser: --output =foe is taken as an abbreviation +#. for --output-format. +#: main.cc:158 +msgid "FORMATs" +msgstr "" + +#: main.cc:158 +msgid "dump FORMAT,... Also as separate options:" +msgstr "" + +#: main.cc:159 +msgid "generate PDF (default)" +msgstr "" + +#: main.cc:160 +msgid "generate PNG" +msgstr "" + +#: main.cc:161 +msgid "generate PostScript" +msgstr "" + +#: main.cc:162 +msgid "generate big PDF files" +msgstr "" + +#: main.cc:165 +msgid "FIELD" +msgstr "" + +#: main.cc:165 +msgid "" +"dump header field FIELD to file\n" +"named BASENAME.FIELD" +msgstr "" + +#: main.cc:168 +msgid "add DIR to search path" +msgstr "" + +#: main.cc:169 +msgid "use FILE as init file" +msgstr "" + +#: main.cc:172 +msgid "USER, GROUP, JAIL, DIR" +msgstr "" + +#: main.cc:172 +msgid "" +"chroot to JAIL, become USER:GROUP\n" +"and cd into DIR" +msgstr "" + +#: main.cc:177 +msgid "" +"print log messages according to LOGLEVEL. Possible values are:\n" +"NONE, ERROR, WARNING, BASIC, PROGRESS, INFO (default) and DEBUG." +msgstr "" + +#: main.cc:181 +msgid "write output to FILE (suffix will be added)" +msgstr "" + +#: main.cc:182 +msgid "relocate using directory of lilypond program" +msgstr "" + +#: main.cc:183 +msgid "no progress, only error messages (equivalent to loglevel=ERROR)" +msgstr "" + +#: main.cc:185 +msgid "be verbose (equivalent to loglevel=DEBUG)" +msgstr "" + +#. Do not update the copyright years here, run `make grand-replace' +#: main.cc:264 +#, c-format +msgid "" +"Copyright (c) %s by\n" +"%s and others." +msgstr "" + +#. No version number or newline here. It confuses help2man. +#: main.cc:302 +#, c-format +msgid "Usage: %s [OPTION]... FILE..." +msgstr "" + +#: main.cc:304 +msgid "Typeset music and/or produce MIDI from FILE." +msgstr "" + +#: main.cc:306 +msgid "LilyPond produces beautiful music notation." +msgstr "" + +#: main.cc:308 +#, c-format +msgid "For more information, see %s" +msgstr "" + +#: main.cc:310 +msgid "Options:" +msgstr "" + +#: main.cc:377 +#, c-format +msgid "expected %d arguments with jail, found: %u" +msgstr "" + +#: main.cc:391 +#, c-format +msgid "no such user: %s" +msgstr "" + +#: main.cc:393 +#, c-format +msgid "cannot get user id from user name: %s: %s" +msgstr "" + +#: main.cc:408 +#, c-format +msgid "no such group: %s" +msgstr "" + +#: main.cc:410 +#, c-format +msgid "cannot get group id from group name: %s: %s" +msgstr "" + +#: main.cc:418 +#, c-format +msgid "cannot chroot to: %s: %s" +msgstr "" + +#: main.cc:425 +#, c-format +msgid "cannot change group id to: %d: %s" +msgstr "" + +#: main.cc:431 +#, c-format +msgid "cannot change user id to: %d: %s" +msgstr "" + +#: main.cc:437 +#, c-format +msgid "cannot change working directory to: %s: %s" +msgstr "" + +#: main.cc:826 +#, c-format +msgid "exception caught: %s" +msgstr "" + +#. FIXME: constant error message. +#: mark-engraver.cc:149 +msgid "rehearsalMark must have integer value" +msgstr "" + +#: mark-engraver.cc:155 +msgid "mark label must be a markup object" +msgstr "" + +#: mensural-ligature-engraver.cc:93 +msgid "ligature with less than 2 heads -> skipping" +msgstr "" + +#: mensural-ligature-engraver.cc:120 +msgid "cannot determine pitch of ligature primitive -> skipping" +msgstr "" + +#: mensural-ligature-engraver.cc:134 +msgid "single note ligature - skipping" +msgstr "" + +#: mensural-ligature-engraver.cc:145 +msgid "prime interval within ligature -> skipping" +msgstr "" + +#: mensural-ligature-engraver.cc:156 +msgid "mensural ligature: duration none of Mx, L, B, S -> skipping" +msgstr "" + +#: mensural-ligature-engraver.cc:199 +msgid "semibrevis must be followed by another one -> skipping" +msgstr "" + +#: 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 "" + +#: mensural-ligature-engraver.cc:229 +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:389 +msgid "unexpected case fall-through" +msgstr "" + +#: midi-cc-announcer.cc:99 +#, c-format +msgid "ignoring out-of-range value change for MIDI property `%s'" +msgstr "" + +#: midi-item.cc:91 +#, c-format +msgid "no such MIDI instrument: `%s'" +msgstr "" + +#: midi-item.cc:177 +msgid "Time signature with more than 255 beats. Truncating" +msgstr "" + +#: midi-stream.cc:38 +#, c-format +msgid "cannot open for write: %s: %s" +msgstr "" + +#: midi-stream.cc:54 +#, c-format +msgid "cannot write to file: `%s'" +msgstr "" + +#: minimal-page-breaking.cc:40 paper-score.cc:116 +msgid "Calculating line breaks..." +msgstr "" + +#: minimal-page-breaking.cc:44 +msgid "Calculating page breaks..." +msgstr "" + +#: multi-measure-rest.cc:152 +msgid "" +"usable-duration-logs must be a non-empty list. Falling back to whole rests." +msgstr "" + +#: music.cc:154 +#, c-format +msgid "octave check failed; expected \"%s\", found: \"%s\"" +msgstr "" + +#: new-fingering-engraver.cc:113 +msgid "cannot add text scripts to individual note heads" +msgstr "" + +#: new-fingering-engraver.cc:267 +msgid "no placement found for fingerings" +msgstr "" + +#: new-fingering-engraver.cc:268 +msgid "placing below" +msgstr "" + +#: note-collision.cc:512 +msgid "this Voice needs a \\voiceXx or \\shiftXx setting" +msgstr "" + +#: note-column.cc:150 +msgid "cannot have note heads and rests together on a stem" +msgstr "" + +#: note-head.cc:95 +#, c-format +msgid "none of note heads `%s' or `%s' found" +msgstr "" + +#: note-heads-engraver.cc:75 +msgid "NoteEvent without pitch" +msgstr "" + +#: open-type-font-scheme.cc:149 open-type-font-scheme.cc:195 +#: open-type-font-scheme.cc:241 pfb-scheme.cc:60 ttf.cc:512 ttf.cc:561 +msgid "font index must be non-negative, using index 0" +msgstr "" + +#: open-type-font-scheme.cc:163 open-type-font-scheme.cc:209 +#: open-type-font-scheme.cc:289 pfb-scheme.cc:75 ttf.cc:480 ttf.cc:528 +#, c-format +msgid "font index %d too large for font `%s', using index 0" +msgstr "" + +#: open-type-font-scheme.cc:251 +#, c-format +msgid "cannot open font filename `%s'" +msgstr "" + +#: open-type-font-scheme.cc:261 open-type-font-scheme.cc:277 +#: open-type-font-scheme.cc:300 open-type-font-scheme.cc:320 +#: open-type-font-scheme.cc:338 open-type-font-scheme.cc:354 +#, c-format +msgid "cannot read %s of `%s'" +msgstr "" + +#: open-type-font-scheme.cc:376 +#, c-format +msgid "font `%s' index %d does not have `CFF' table" +msgstr "" + +#: open-type-font.cc:54 +#, c-format +msgid "cannot allocate %lu bytes" +msgstr "" + +#: open-type-font.cc:58 +#, c-format +msgid "cannot load font table: %s" +msgstr "" + +#: open-type-font.cc:63 +#, c-format +msgid "FreeType error: %s" +msgstr "" + +#: open-type-font.cc:124 +#, c-format +msgid "unsupported font format: %s" +msgstr "" + +#: open-type-font.cc:126 +#, c-format +msgid "error reading font file %s: %s" +msgstr "" + +#: open-type-font.cc:141 +msgid "cannot get postscript name" +msgstr "" + +#: open-type-font.cc:153 +#, c-format +msgid "cannot get font %s format" +msgstr "" + +#: open-type-font.cc:176 +#, c-format +msgid "cannot read CFF %s: %s" +msgstr "" + +#. FreeType 2.6 and 2.6.1 cannot get PS name from pure-CFF. +#. (FreeType 2.5.5 and earlier does not have this issue. +#. FreeType 2.6.2+ has this bug fixed.) +#. So we need direct parsing of the 'CFF' table, in this case. +#: open-type-font.cc:193 +#, c-format +msgid "Directly parsing 'CFF' table of font %s." +msgstr "" + +#: open-type-font.cc:232 +#, c-format +msgid "cannot get font %s CFF name" +msgstr "" + +#: open-type-font.cc:237 +#, c-format +msgid "Replace font name from %s to %s." +msgstr "" + +#: open-type-font.cc:321 +#, c-format +msgid "FT_Get_Glyph_Name () Freetype error: %s" +msgstr "" + +#: open-type-font.cc:469 pango-font.cc:261 +#, c-format +msgid "FT_Get_Glyph_Name () error: %s" +msgstr "" + +#. find out the ideal number of pages +#: optimal-page-breaking.cc:62 +msgid "Finding the ideal number of pages..." +msgstr "" + +#: optimal-page-breaking.cc:94 +msgid "" +"could not satisfy systems-per-page and page-count at the same time, ignoring " +"systems-per-page" +msgstr "" + +#: optimal-page-breaking.cc:114 +msgid "Fitting music on 1 page..." +msgstr "" + +#: optimal-page-breaking.cc:116 +#, c-format +msgid "Fitting music on %d pages..." +msgstr "" + +#: optimal-page-breaking.cc:118 +#, c-format +msgid "Fitting music on %d or %d pages..." +msgstr "" + +#: optimal-page-breaking.cc:128 optimal-page-breaking.cc:181 +#, c-format +msgid "trying %d systems" +msgstr "" + +#: optimal-page-breaking.cc:147 optimal-page-breaking.cc:209 +#, c-format +msgid "best score for this sys-count: %f" +msgstr "" + +#: optimal-page-breaking.cc:216 page-turn-page-breaking.cc:249 +#: paper-score.cc:156 +msgid "Drawing systems..." +msgstr "" + +#: output-def.cc:229 +msgid "margins do not fit with line-width, setting default values" +msgstr "" + +#: output-def.cc:236 +msgid "" +"systems run off the page due to improper paper settings, setting default " +"values" +msgstr "" + +#: page-breaking.cc:276 +msgid "" +"ignoring min-systems-per-page and max-systems-per-page because systems-per-" +"page was set" +msgstr "" + +#: page-breaking.cc:281 +msgid "" +"min-systems-per-page is larger than max-systems-per-page, ignoring both " +"values" +msgstr "" + +#: page-breaking.cc:636 +#, c-format +msgid "page %d has been compressed" +msgstr "" + +#: page-layout-problem.cc:400 +msgid "" +"A page layout problem has been initiated that cannot accommodate footnotes." +msgstr "" + +#: page-layout-problem.cc:729 +msgid "ragged-bottom was specified, but page must be compressed" +msgstr "" + +#: page-layout-problem.cc:732 +#, c-format +msgid "compressing over-full page by %.1f staff-spaces" +msgstr "" + +#: page-layout-problem.cc:1197 +msgid "staff-affinities should only decrease" +msgstr "" + +#: page-turn-page-breaking.cc:169 +#, c-format +msgid "page-turn-page-breaking: breaking from %d to %d" +msgstr "" + +#: page-turn-page-breaking.cc:218 +msgid "" +"cannot fit the first page turn onto a single page. Consider setting first-" +"page-number to an even number." +msgstr "" + +#: page-turn-page-breaking.cc:231 +#, c-format +msgid "Calculating page and line breaks (%d possible page breaks)..." +msgstr "" + +#: page-turn-page-breaking.cc:301 +#, c-format +msgid "break starting at page %d" +msgstr "" + +#: page-turn-page-breaking.cc:302 +#, c-format +msgid "\tdemerits: %f" +msgstr "" + +#: page-turn-page-breaking.cc:303 +#, c-format +msgid "\tsystem count: %d" +msgstr "" + +#: page-turn-page-breaking.cc:304 +#, c-format +msgid "\tpage count: %d" +msgstr "" + +#: page-turn-page-breaking.cc:305 +#, c-format +msgid "\tprevious break: %d" +msgstr "" + +#: pango-font.cc:250 +#, c-format +msgid "no glyph for character U+%0X in font `%s'" +msgstr "" + +#: pango-font.cc:277 +#, c-format +msgid "" +"Glyph has no name, but font supports glyph naming.\n" +"Skipping glyph U+%0X, file %s" +msgstr "" + +#: pango-font.cc:327 +#, c-format +msgid "no PostScript font name for font `%s'" +msgstr "" + +#: pango-font.cc:377 +msgid "FreeType face has no PostScript font name" +msgstr "" + +#: paper-book.cc:200 +#, c-format +msgid "program option -dprint-pages not supported by backend `%s'" msgstr "" -#: midi2ly.py:98 -msgid "quantise note durations on DUR" +#: paper-book.cc:219 +#, c-format +msgid "program option -dpreview not supported by backend `%s'" msgstr "" -#: midi2ly.py:99 -msgid "print explicit durations" +#: paper-column-engraver.cc:273 +msgid "" +"forced break was overridden by some other event, should you be using bar " +"checks?" msgstr "" -#: midi2ly.py:101 -msgid "ALT[:MINOR]" +#: paper-outputter-scheme.cc:41 +#, c-format +msgid "Layout output to `%s'..." msgstr "" -#: midi2ly.py:101 -msgid "set key: ALT=+sharps|-flats; MINOR=1" +#: paper-score.cc:128 +#, c-format +msgid "Element count %d (spanners %d) " msgstr "" -#: midi2ly.py:103 -msgid "quantise note starts on DUR" +#: paper-score.cc:132 +msgid "Preprocessing graphical objects..." msgstr "" -#: midi2ly.py:104 -msgid "DUR*NUM/DEN" +#: parse-scm.cc:124 +msgid "GUILE signaled an error for the expression beginning here" msgstr "" -#: midi2ly.py:104 -msgid "allow tuplet durations DUR*NUM/DEN" +#: pdf-scheme.cc:65 +#, c-format +msgid "Conversion of string `%s' to UTF-16be failed: %s" msgstr "" -#: midi2ly.py:108 -msgid "treat every text as a lyric" +#: percent-repeat-engraver.cc:147 +msgid "unterminated percent repeat" msgstr "" -#: midi2ly.py:136 mup2ly.py:130 -msgid " 2001--2003" +#: performance.cc:76 +msgid "Track..." msgstr "" -#: midi2ly.py:141 mup2ly.py:135 -msgid "" -"\n" -"Distributed under terms of the GNU General Public License. It comes with\n" -"NO WARRANTY." -msgstr "" - -#: midi2ly.py:166 mup2ly.py:162 -msgid "Exiting ... " -msgstr "" - -#: midi2ly.py:264 mup2ly.py:261 -#, python-format -msgid "command exited with value %d" -msgstr "" - -#. ############################################################### -#. END Library -#. ############################################################### -#. hmm -#. major scale: do-do -#. minor scale: la-la (= + 5) ''' -#. By tradition, all scales now consist of a sequence -#. of 7 notes each with a distinct name, from amongst -#. a b c d e f g. But, minor scales have a wide -#. second interval at the top - the 'leading note' is -#. sharped. (Why? it just works that way! Anything -#. else doesn't sound as good and isn't as flexible at -#. saying things. In medieval times, scales only had 6 -#. notes to avoid this problem - the hexachords.) -#. So, the d minor scale is d e f g a b-flat c-sharp d -#. - using d-flat for the leading note would skip the -#. name c and duplicate the name d. Why isn't c-sharp -#. put in the key signature? Tradition. (It's also -#. supposedly based on the Pythagorean theory of the -#. cycle of fifths, but that really only applies to -#. major scales...) Anyway, g minor is g a b-flat c d -#. e-flat f-sharp g, and all the other flat minor keys -#. end up with a natural leading note. And there you -#. have it. -#. John Sankey -#. -#. Let's also do a-minor: a b c d e f gis a -#. -#. --jcn -#. as -> gis -#. des -> cis -#. ges -> fis -#. g -> fisis -#. d -> cisis -#. a -> gisis -#. b -> ces -#. e -> fes -#. f -> eis -#. c -> bis -#. # FIXME: compile fix --jcn -#. TODO: move space -#. fis cis gis dis ais eis bis -#. bes es as des ges ces fes -#. urg, we should be sure that we're in a lyrics staff -#. all include ALL_NOTES_OFF -#. ugh, must set key while parsing -#. because Note init uses key -#. Better do Note.calc () at dump time? -#. last_lyric.clocks = t - last_time -#. hmm -#. urg, this will barf at meter changes -#. urg LilyPond doesn't start at c4, but -#. remembers from previous tracks! -#. reference_note = Note (clocks_per_4, 4*12, 0) -#. must be in \notes mode for parsing \skip -#: midi2ly.py:1002 -#, python-format -msgid "%s output to `%s'..." +#: performance.cc:126 +#, c-format +msgid "MIDI output to `%s'..." msgstr "" -#: midi2ly.py:1033 -msgid "Example:" +#: pfb.cc:45 +msgid "Segment header of the Type 1 (PFB) font is broken." msgstr "" -#: midi2ly.py:1083 -msgid "no files specified on command line." +#: pfb.cc:59 +msgid "Segment length of the Type 1 (PFB) font is too long." msgstr "" -#. !@PYTHON@ -#. mup2ly.py -- mup input converter -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 2001 -#. if set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#: mup2ly.py:70 -msgid "Convert mup to LilyPond source." +#: pfb.cc:86 +msgid "Segment type of the Type 1 (PFB) font is unknown." msgstr "" -#: mup2ly.py:73 -msgid "debug" +#: piano-pedal-engraver.cc:276 +#, c-format +msgid "expect 3 strings for piano pedals, found: %ld" msgstr "" -#: mup2ly.py:74 -msgid "define macro NAME [optional expansion EXP]" +#: piano-pedal-engraver.cc:291 piano-pedal-engraver.cc:302 +#: piano-pedal-performer.cc:104 +#, c-format +msgid "cannot find start of piano pedal: `%s'" msgstr "" -#: mup2ly.py:76 main.cc:117 -msgid "write output to FILE" +#: piano-pedal-engraver.cc:337 +#, c-format +msgid "cannot find start of piano pedal bracket: `%s'" msgstr "" -#: mup2ly.py:77 -msgid "only pre-process" +#: program-option-scheme.cc:223 +#, c-format +msgid "no such internal option: %s" msgstr "" -#. Duh. Python style portable: cp *.EXT OUTDIR -#. system ('cp *.%s %s' % (ext, outdir), 1) -#. Python < 1.5.2 compatibility -#. -#. On most platforms, this is equivalent to -#. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2* -#. if set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. ############################################################### -#. END Library -#. -#. PMX cut and paste -#. -#. if not self.entries: -#. #return '\n' -#. #ugh ugh -#. return '\n%s = {}\n\n' % self.idstring () -#. ugh -#. def set_clef (self, letter): -#. clstr = clef_table[letter] -#. self.voices[0].add_nonchord (Clef (clstr)) -#. urg -#. maybe use import copy? -#. for i in self.pitches: -#. ch.pitches.append (i) -#. for i in self.scripts: -#. ch.scripts.append (i) -#. http://www.arkkra.com/doc/uguide/contexts.html -#. #self.current_staffs = [] -#. duh -#. FIXME: 1? -#. FIXME: does key play any role in this? -#. ch = self.current_voices[0].last_chord () -#. ch.basic_duration = self.current_voices[0].last_chord ().basic_duration -#. ugh -#. ch = self.current_voices[0].last_chord () -#. `;' is not a separator, chords end with ';' -#. mup resets default duration and pitch each bar -#. ugh: these (and lots more) should also be parsed in -#. context staff. we should have a class Staff_properties -#. and parse/set all those. -#. shortcut: set to official mup maximum (duh) -#. self.set_staffs (40) -#: mup2ly.py:1076 -#, python-format -msgid "no such context: %s" -msgstr "" - -#. hmm -#. dig this: mup allows ifdefs inside macro bodies -#. don't do nested multi-line defines -#. duh: mup is strictly line-based, except for `define', -#. which is `@' terminated and may span several lines -#. don't define new macros in unactive areas -#. To support nested multi-line define's -#. process_function and macro_name, macro_body -#. should become lists (stacks) -#. The mup manual is undetermined on this -#. and I haven't seen examples doing it. -#. -#. don't do nested multi-line define's -#. writes to stdout for help2man -#. don't call -#. identify () -#. sys.stdout.flush () -#. handy emacs testing -#. if not files: -#. files = ['template.mup'] -#: mup2ly.py:1300 -#, python-format -msgid "Processing `%s'..." +#: property-iterator.cc:66 +#, c-format +msgid "not a grob name, `%s'" msgstr "" -#: mup2ly.py:1319 -#, python-format -msgid "Writing `%s'..." +#: relative-octave-check.cc:49 +msgid "Failed octave check, got: " msgstr "" -#: getopt-long.cc:146 +#: relocate.cc:56 #, c-format -msgid "option `%s' requires an argument" +msgid "Setting %s to %s" msgstr "" -#: getopt-long.cc:150 +#. this warning should only be printed in debug mode! +#: relocate.cc:77 #, c-format -msgid "option `%s' doesn't allow an argument" +msgid "no such file: %s for %s" msgstr "" -#: getopt-long.cc:154 +#. this warning should only be printed in debug mode! +#. this warning should only be printed in debug mode +#: relocate.cc:88 relocate.cc:106 #, c-format -msgid "unrecognized option: `%s'" +msgid "no such directory: %s for %s" msgstr "" -#: getopt-long.cc:161 +#: relocate.cc:97 #, c-format -msgid "invalid argument `%s' to option `%s'" +msgid "%s=%s (prepend)\n" msgstr "" -#: warn.cc:25 +#: relocate.cc:124 #, c-format -msgid "warning: %s\n" +msgid "not relocating, no %s/ or current/ found under %s" msgstr "" -#: warn.cc:31 +#: relocate.cc:134 #, c-format -msgid "error: %s\n" +msgid "Relocation: compile datadir=%s, new datadir=%s" msgstr "" -#: warn.cc:44 +#: relocate.cc:146 #, c-format -msgid "programming error: %s (Continuing; cross thumbs)\n" +msgid "Relocation: framework_prefix=%s" msgstr "" -#: accidental.cc:202 key-signature-interface.cc:137 +#: relocate.cc:172 #, c-format -msgid "accidental `%s' not found" +msgid "Relocation: is absolute: argv0=%s\n" msgstr "" -#: accidental-engraver.cc:171 new-accidental-engraver.cc:238 +#: relocate.cc:178 #, c-format -msgid "Accidental typesetting list must begin with context-name: %s" +msgid "Relocation : from cwd: argv0=%s\n" msgstr "" -#: accidental-engraver.cc:196 new-accidental-engraver.cc:263 +#: relocate.cc:196 #, c-format -msgid "unknown accidental typesetting: %s. Ignored" +msgid "" +"Relocation: from PATH=%s\n" +"argv0=%s\n" msgstr "" -#: accidental-engraver.cc:212 new-accidental-engraver.cc:279 -#, c-format -msgid "Symbol is not a parent context: %s. Ignored" +#: relocate.cc:222 +msgid "LILYPONDPREFIX is obsolete, use LILYPOND_DATADIR" msgstr "" -#: accidental-engraver.cc:215 new-accidental-engraver.cc:282 +#: relocate.cc:347 #, c-format -msgid "Accidental typesetting must be pair or context-name: %s" +msgid "Relocation file: %s" msgstr "" -#: afm.cc:66 +#: relocate.cc:351 source-file.cc:65 #, c-format -msgid "can't find character number: %d" +msgid "cannot open file: `%s'" msgstr "" -#: afm.cc:81 +#: relocate.cc:381 #, c-format -msgid "can't find character called: `%s'" +msgid "Unknown relocation command %s" +msgstr "" + +#: rest-collision.cc:154 +msgid "cannot resolve rest collision: rest direction not set" msgstr "" -#: afm.cc:142 +#: rest-collision.cc:165 rest-collision.cc:274 +msgid "too many colliding rests" +msgstr "" + +#: rest.cc:239 #, c-format -msgid "Error parsing AFM file: `%s'" +msgid "rest `%s' not found" msgstr "" -#: all-font-metrics.cc:95 +#: score-engraver.cc:79 #, c-format -msgid "checksum mismatch for font file: `%s'" +msgid "cannot find `%s'" +msgstr "" + +#: score-engraver.cc:81 +msgid "Music font has not been installed properly." msgstr "" -#: all-font-metrics.cc:97 +#: score-engraver.cc:83 #, c-format -msgid "does not match: `%s'" +msgid "Search path `%s'" msgstr "" -#: all-font-metrics.cc:102 -msgid "" -" Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V " -"to show font paths." +#: score-engraver.cc:85 +msgid "Aborting" msgstr "" -#: all-font-metrics.cc:103 -msgid "" -"A script for removing font-files is delivered with the source-code,\n" -"in buildscripts/clean-fonts.sh" +#: score.cc:161 +msgid "already have music in score" msgstr "" -#: all-font-metrics.cc:169 -#, c-format -msgid "can't find font: `%s'" +#: score.cc:163 +msgid "this is the previous music" msgstr "" -#: all-font-metrics.cc:170 -msgid "Loading default font" +#: score.cc:169 +msgid "errors found, ignoring music expression" msgstr "" -#: all-font-metrics.cc:185 -#, c-format -msgid "can't find default font: `%s'" +#. FIXME: +#: script-engraver.cc:114 +msgid "do not know how to interpret articulation:" +msgstr "" + +#: script-engraver.cc:115 +msgid " scheme encoding: " +msgstr "" + +#: skyline-pair.cc:135 +msgid "direction must not be CENTER in ly:skyline-pair::skyline" msgstr "" -#: all-font-metrics.cc:186 includable-lexer.cc:59 input-file-results.cc:192 +#: slur-engraver.cc:121 #, c-format -msgid "(search path: `%s')" +msgid "direction of %s invalid: %d" msgstr "" -#: all-font-metrics.cc:187 -msgid "Giving up" +#. We already have an old slur, so give a warning +#. and completely ignore the new slur. +#: slur-engraver.cc:238 +#, c-format +msgid "already have %s" msgstr "" -#: auto-change-iterator.cc:43 change-iterator.cc:60 -#: part-combine-music-iterator.cc:120 -msgid "Can't switch translators, I'm there already" +#: slur-engraver.cc:255 +#, c-format +msgid "%s without a cause" msgstr "" -#: bar-check-iterator.cc:51 +#: slur-engraver.cc:320 #, c-format -msgid "barcheck failed at: %s" +msgid "cannot end %s" msgstr "" -#: beam.cc:146 -msgid "beam has less than two visible stems" +#: slur.cc:431 +#, c-format +msgid "Ignoring grob for slur: %s. avoid-slur not set?" msgstr "" -#: beam.cc:151 -msgid "Beam has less than two stems. Removing beam." +#: source-file.cc:85 +#, c-format +msgid "expected to read %d characters, got %d" msgstr "" -#: beam.cc:976 -msgid "" -"Not sure that we can find a nice beam slope (no viable initial configuration " -"found)." +#: staff-performer.cc:273 +msgid "MIDI channel wrapped around" msgstr "" -#: beam-engraver.cc:176 -msgid "already have a beam" +#: staff-performer.cc:274 +msgid "remapping modulo 16" msgstr "" -#: beam-engraver.cc:259 -msgid "unterminated beam" +#: stem-engraver.cc:100 +msgid "tremolo duration is too long" msgstr "" -#: beam-engraver.cc:292 chord-tremolo-engraver.cc:197 -msgid "stem must have Rhythmic structure" +#: stem-engraver.cc:152 +#, c-format +msgid "adding note head to incompatible stem (type = %d/%d)" msgstr "" -#: beam-engraver.cc:306 -msgid "stem doesn't fit in beam" +#: stem-engraver.cc:155 +msgid "maybe input should specify polyphonic voices" msgstr "" -#: beam-engraver.cc:307 -msgid "beam was started here" +#: stem.cc:128 +msgid "weird stem size, check for narrow beams" msgstr "" -#: break-align-interface.cc:173 +#: system.cc:195 #, c-format -msgid "No spacing entry from %s to `%s'" +msgid "Element count %d" msgstr "" -#: change-iterator.cc:22 +#: system.cc:506 #, c-format -msgid "can't change `%s' to `%s'" +msgid "Grob count %d" 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:79 -msgid "I'm one myself" +#. TODO: Also print the arguments of the markup! +#: text-interface.cc:140 +#, c-format +msgid "Markup depth exceeds maximal value of %d; Markup: %s" msgstr "" -#: change-iterator.cc:82 -msgid "none of these in my family" +#: text-spanner-engraver.cc:71 +msgid "cannot find start of text spanner" msgstr "" -#: chord-tremolo-engraver.cc:98 -#, c-format -msgid "Chord tremolo with %d elements. Must have two elements." +#: text-spanner-engraver.cc:84 +msgid "already have a text spanner" msgstr "" -#: chord-tremolo-engraver.cc:157 -msgid "unterminated chord tremolo" +#: text-spanner-engraver.cc:131 +msgid "unterminated text spanner" msgstr "" -#: chord-tremolo-iterator.cc:69 -msgid "no one to print a tremolos" +#: tie-engraver.cc:120 +msgid "unterminated tie" msgstr "" -#: clef.cc:64 -#, c-format -msgid "clef `%s' not found" +#: tie-engraver.cc:376 +msgid "lonely tie" msgstr "" -#: cluster.cc:131 +#. +#. Todo: should make typecheck? +#. +#. OTOH, Tristan Keuris writes 8/20 in his Intermezzi. +#. +#: time-signature-engraver.cc:94 #, c-format -msgid "unknown cluster style `%s'" +msgid "strange time signature found: %d/%d" msgstr "" -#: coherent-ligature-engraver.cc:84 +#: translator-ctors.cc:70 #, c-format -msgid "gotcha: ptr=%ul" +msgid "unknown translator: `%s'" msgstr "" -#: coherent-ligature-engraver.cc:96 +#: translator-group-ctors.cc:40 #, c-format -msgid "distance=%f" +msgid "fatal error. Couldn't find type: %s" msgstr "" -#: coherent-ligature-engraver.cc:139 +#: translator-group.cc:185 #, c-format -msgid "Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr=%ul" +msgid "cannot find: `%s'" msgstr "" -#: custos.cc:92 +#: translator.cc:305 #, c-format -msgid "custos `%s' not found" +msgid "Two simultaneous %s events, junking this one" msgstr "" -#: dimensions.cc:13 -msgid "NaN" +#: translator.cc:306 +#, c-format +msgid "Previous %s event here" msgstr "" -#: dynamic-engraver.cc:204 span-dynamic-performer.cc:82 -msgid "can't find start of (de)crescendo" +#: tuplet-engraver.cc:109 +msgid "No tuplet to end" msgstr "" -#: dynamic-engraver.cc:216 -msgid "already have a crescendo" +#: vaticana-ligature-engraver.cc:384 +#, c-format +msgid "" +"ignored prefix(es) `%s' of this head according to restrictions of the " +"selected ligature style" msgstr "" -#: dynamic-engraver.cc:217 -msgid "already have a decrescendo" +#: vaticana-ligature-engraver.cc:450 +msgid "" +"Ambiguous use of dots in ligature: there are multiple dotted notes with the " +"same pitch. The ligature should be split." msgstr "" -#: dynamic-engraver.cc:220 -msgid "Cresc started here" +#: vaticana-ligature-engraver.cc:508 +msgid "" +"This ligature has a dotted head followed by a non-dotted head. The ligature " +"should be split after the last dotted head before this head." msgstr "" -#: dynamic-engraver.cc:323 -msgid "unterminated (de)crescendo" +#: vaticana-ligature-engraver.cc:720 +#, c-format +msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul" msgstr "" -#: event.cc:49 -#, c-format -msgid "Transposition by %s makes alteration larger than two" +#: vaticana-ligature.cc:94 +msgid "flexa-height undefined; assuming 0" msgstr "" -#: event-chord-iterator.cc:76 output-property-music-iterator.cc:27 -#, c-format -msgid "Junking event: `%s'" +#: vaticana-ligature.cc:99 +msgid "ascending vaticana style flexa" msgstr "" -#: extender-engraver.cc:94 -msgid "unterminated extender" +#: vertical-align-engraver.cc:100 +msgid "Ignoring Vertical_align_engraver in VerticalAxisGroup" msgstr "" -#: extender-engraver.cc:106 -msgid "Nothing to connect extender to on the left. Ignoring extender event." +#. fixme: be more verbose. +#: volta-engraver.cc:110 +msgid "cannot end volta spanner" msgstr "" -#: folded-repeat-iterator.cc:88 -msgid "no one to print a repeat brace" +#: volta-engraver.cc:120 +msgid "already have a volta spanner, ending that one prematurely" msgstr "" -#: font-interface.cc:239 -msgid "couldn't find any font satisfying " +#: volta-engraver.cc:124 +msgid "also already have an ended spanner" msgstr "" -#: glissando-engraver.cc:100 -msgid "Unterminated glissando." +#: volta-engraver.cc:125 +msgid "giving up" msgstr "" -#: gourlay-breaking.cc:188 -#, c-format -msgid "Optimal demerits: %f" +#: parser.yy:482 parser.yy:649 parser.yy:988 parser.yy:1069 parser.yy:1305 +msgid "bad expression type" msgstr "" -#: gourlay-breaking.cc:193 -msgid "No feasible line breaking found" +#: parser.yy:901 parser.yy:1508 parser.yy:1570 +msgid "not a context mod" msgstr "" -#: gregorian-ligature-engraver.cc:59 -#, c-format -msgid "\\%s ignored" +#: parser.yy:982 parser.yy:1061 parser.yy:1213 +msgid "need \\paper for paper block" msgstr "" -#: gregorian-ligature-engraver.cc:64 -#, c-format -msgid "implied \\%s added" +#: parser.yy:1095 +msgid "Missing music in \\score" msgstr "" -#. -#. Todo: do something sensible. The grob-pq-engraver is not water -#. tight, and stuff like tupletSpannerDuration confuses it. -#. -#: grob-pq-engraver.cc:130 -#, c-format -msgid "" -"Skipped something?\n" -"Grob %s ended before I expected it to end." +#: parser.yy:1132 +msgid "\\paper cannot be used in \\score, use \\layout instead" msgstr "" -#: hairpin.cc:98 -msgid "decrescendo too small" +#: parser.yy:1183 +msgid "Spurious expression in \\score" msgstr "" -#: hairpin.cc:99 -msgid "crescendo too small" +#: parser.yy:1387 +msgid "music expected" msgstr "" -#: horizontal-bracket-engraver.cc:64 -msgid "Don't have that many brackets." +#: parser.yy:1397 parser.yy:1431 +msgid "unexpected post-event" msgstr "" -#: horizontal-bracket-engraver.cc:73 -msgid "Conflicting note group events." +#: parser.yy:1439 +msgid "Ignoring non-music expression" msgstr "" -#: hyphen-engraver.cc:87 -msgid "unterminated hyphen" +#: parser.yy:1749 parser.yy:1768 +msgid "not a key" msgstr "" -#: hyphen-engraver.cc:99 -msgid "Nothing to connect hyphen to on the left. Ignoring hyphen event." +#: parser.yy:2628 parser.yy:2746 parser.yy:2759 parser.yy:2768 +msgid "bad grob property path" msgstr "" -#: input.cc:99 -msgid "non fatal error: " +#: parser.yy:2726 +msgid "only \\consists and \\remove take non-string argument." msgstr "" -#: input.cc:107 source-file.cc:146 source-file.cc:239 -msgid "position unknown" +#: parser.yy:2787 +msgid "bad context property path" msgstr "" -#: input-file-results.cc:72 source-file.cc:54 streams.cc:38 -#, c-format -msgid "can't open file: `%s'" +#: parser.yy:2872 +msgid "markup expected" msgstr "" -#: input-file-results.cc:132 -msgid "Score contains errors; will not process it" +#: parser.yy:2884 +msgid "simple string expected" msgstr "" -#: input-file-results.cc:172 -#, c-format -msgid "Now processing: `%s'" +#: parser.yy:2901 +msgid "symbol expected" msgstr "" -#: key-performer.cc:96 -msgid "FIXME: key change merge" +#: parser.yy:3041 +msgid "not a rhythmic event" msgstr "" -#: kpath.cc:76 -#, c-format -msgid "Kpathsea couldn't find TFM file `%s'" +#: parser.yy:3091 +msgid "post-event expected" msgstr "" -#: ligature-engraver.cc:159 -msgid "can't find start of ligature" +#: parser.yy:3100 parser.yy:3105 +msgid "have to be in Lyric mode for lyrics" msgstr "" -#: ligature-engraver.cc:165 -msgid "no right bound" +#: parser.yy:3181 +msgid "expecting string or post-event as script definition" msgstr "" -#: ligature-engraver.cc:191 -msgid "already have a ligature" +#: parser.yy:3285 +msgid "not an articulation" msgstr "" -#: ligature-engraver.cc:207 -msgid "no left bound" +#: parser.yy:3351 parser.yy:3403 +msgid "not a duration" msgstr "" -#: ligature-engraver.cc:258 -msgid "unterminated ligature" +#: parser.yy:3424 +msgid "bass number expected" msgstr "" -#: ligature-engraver.cc:282 -msgid "ligature may not contain rest; ignoring rest" +#: parser.yy:3516 +msgid "have to be in Note mode for notes" msgstr "" -#: ligature-engraver.cc:283 -msgid "ligature was started here" +#: parser.yy:3555 +msgid "have to be in Chord mode for chords" msgstr "" -#: lily-guile.cc:88 -#, c-format -msgid "(load path: `%s')" +#: parser.yy:3598 +msgid "markup outside of text script or \\lyricmode" msgstr "" -#: lily-guile.cc:576 -#, c-format -msgid "Can't find property type-check for `%s' (%s)." +#: parser.yy:3603 +msgid "unrecognized string, not in text script or \\lyricmode" msgstr "" -#: lily-guile.cc:579 -msgid "Perhaps you made a typing error?" +#: parser.yy:3755 parser.yy:3764 +msgid "not an unsigned integer" msgstr "" -#: lily-guile.cc:585 -msgid "Doing assignment anyway." +#: parser.yy:3851 +msgid "not a markup" msgstr "" -#: lily-guile.cc:599 -#, c-format -msgid "Type check for `%s' failed; value `%s' must be of type `%s'" +#: lexer.ll:193 +msgid "stray UTF-8 BOM encountered" msgstr "" -#: lookup.cc:173 -msgid "round filled box horizontal extent smaller than blot; decreasing blot" +#: lexer.ll:196 +msgid "Skipping UTF-8 BOM" msgstr "" -#: lookup.cc:178 -msgid "round filled box vertical extent smaller than blot; decreasing blot" +#: lexer.ll:248 +#, c-format +msgid "Renaming input to: `%s'" msgstr "" -#: lyric-phrasing-engraver.cc:311 -msgid "lyrics found without any matching notehead" +#: lexer.ll:265 +msgid "quoted string expected after \\version" msgstr "" -#: lyric-phrasing-engraver.cc:317 -msgid "Huh? Melismatic note found to have associated lyrics." +#: lexer.ll:269 +msgid "quoted string expected after \\sourcefilename" msgstr "" -#: main.cc:106 -msgid "EXPR" +#: lexer.ll:273 +msgid "integer expected after \\sourcefileline" msgstr "" -#: main.cc:107 -msgid "set options, use -e '(ly-option-usage)' for help" +#: lexer.ll:300 +msgid "\\maininput not allowed outside init files" msgstr "" -#: main.cc:110 -msgid "use output format EXT" +#: lexer.ll:324 +#, c-format +msgid "wrong or undefined identifier: `%s'" msgstr "" -#: main.cc:112 -msgid "FIELD" +#: lexer.ll:349 +msgid "string expected after \\include" msgstr "" -#: main.cc:112 -msgid "write header field to BASENAME.FIELD" +#: lexer.ll:359 +msgid "end quote missing" msgstr "" -#: main.cc:113 -msgid "add DIR to search path" +#: lexer.ll:714 +msgid "EOF found inside a comment" msgstr "" -#: main.cc:114 -msgid "use FILE as init file" +#: lexer.ll:719 +msgid "EOF found inside string" msgstr "" -#: main.cc:118 -msgid "prepend DIR to dependencies" +#: lexer.ll:734 +msgid "Unfinished main input" msgstr "" -#. -#. should audit again. -#. -#: main.cc:123 -msgid "inhibit file output naming and exporting" +#: lexer.ll:805 +#, c-format +msgid "invalid character: `%s'" msgstr "" -#. No version number or newline here. It confuses help2man. -#: main.cc:155 +#: lexer.ll:925 #, c-format -msgid "Usage: %s [OPTIONS]... FILE..." +msgid "unknown escaped string: `\\%s'" msgstr "" -#: main.cc:157 -msgid "Typeset music and or play MIDI from FILE." +#: lexer.ll:945 +#, c-format +msgid "undefined character or shorthand: %s" msgstr "" -#: main.cc:160 -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:1236 +msgid "non-UTF-8 input" msgstr "" -#: main.cc:182 +#: lexer.ll:1280 #, 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 "Invalid version string \"%s\"" msgstr "" -#: main.cc:198 -msgid "GNU LilyPond -- The music typesetter" +#: lexer.ll:1285 +#, c-format +msgid "file too old: %s (oldest supported: %s)" msgstr "" -#: main.cc:206 -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, Boston, MA " -"02111-1307,\n" -"USA.\n" +#: lexer.ll:1286 +msgid "consider updating the input with the convert-ly script" msgstr "" -#: mensural-ligature.cc:153 +#: lexer.ll:1292 #, c-format -msgid "Mensural_ligature:thickness undefined on flexa %d; assuming 1.4" +msgid "program too old: %s (file requires: %s)" msgstr "" -#: mensural-ligature.cc:169 -#, c-format -msgid "Mensural_ligature:delta-pitch undefined on flexa %d; assuming 0" +#: auto-beam.scm:147 +msgid "Beam end fits no pattern" msgstr "" -#: mensural-ligature.cc:182 -#, c-format -msgid "Mensural_ligature:flexa-width undefined on flexa %d; assuming 2.0" +#: backend-library.scm:27 +#, scheme-format +msgid "Invoking `~a'..." msgstr "" -#: mensural-ligature.cc:215 -msgid "Mensural_ligature:unexpected case fall-through" +#: backend-library.scm:31 +#, scheme-format +msgid "`~a' failed (~a)\n" msgstr "" -#: mensural-ligature.cc:225 -msgid "Mensural_ligature: (join_left == 0)" +#: backend-library.scm:108 +#, scheme-format +msgid "Converting to `~a'...\n" msgstr "" -#: mensural-ligature-engraver.cc:248 mensural-ligature-engraver.cc:397 -msgid "unexpected case fall-through" +#. Do not try to guess the name of the png file, +#. GS produces PNG files like BASE-page%d.png. +#: backend-library.scm:118 +#, scheme-format +msgid "Converting to ~a..." msgstr "" -#: mensural-ligature-engraver.cc:259 -msgid "ligature with less than 2 heads -> skipping" +#: backend-library.scm:134 +#, scheme-format +msgid "Copying to `~a'...\n" msgstr "" -#: mensural-ligature-engraver.cc:279 -msgid "can not determine pitch of ligature primitive -> skipping" +#: backend-library.scm:200 +#, scheme-format +msgid "Deleting `~a'...\n" msgstr "" -#: mensural-ligature-engraver.cc:302 -msgid "prime interval within ligature -> skipping" +#: backend-library.scm:219 +#, scheme-format +msgid "Writing header field `~a' to `~a'..." msgstr "" -#: mensural-ligature-engraver.cc:312 -msgid "mensural ligature: duration none of L, B, S -> skipping" +#: backend-library.scm:268 +#, scheme-format +msgid "missing stencil expression `~S'" msgstr "" -#: midi-item.cc:148 -#, c-format -msgid "no such instrument: `%s'" +#: bar-line.scm:142 +#, scheme-format +msgid "Bar glyph ~a not known. Ignoring." msgstr "" -#: midi-item.cc:238 -msgid "silly duration" +#: bar-line.scm:170 +#, scheme-format +msgid "" +"Annotation '~a' is allowed in the first argument of a bar line definition " +"only." msgstr "" -#: midi-item.cc:251 -msgid "silly pitch" +#: bar-line.scm:178 +#, scheme-format +msgid "" +"Replacement '~a' is allowed in the last argument of a bar line definition " +"only." msgstr "" -#: music-output-def.cc:111 -#, c-format -msgid "can't find `%s' context" +#: bar-line.scm:239 +#, scheme-format +msgid "" +"add-bar-glyph-print-procedure: glyph '~a' has to be a single ASCII character." msgstr "" -#: my-lily-lexer.cc:169 -#, c-format -msgid "Identifier name is a keyword: `%s'" +#: bar-line.scm:807 +#, scheme-format +msgid "No span bar glyph defined for bar glyph '~a'; ignoring." msgstr "" -#: my-lily-lexer.cc:191 -#, c-format -msgid "error at EOF: %s" +#: chord-entry.scm:57 +#, scheme-format +msgid "Spurious garbage following chord: ~A" msgstr "" -#: my-lily-parser.cc:44 -msgid "Parsing..." +#: define-context-properties.scm:31 define-grob-properties.scm:21 +#: define-music-properties.scm:21 lily.scm:102 +#, scheme-format +msgid "symbol ~S redefined" msgstr "" -#: my-lily-parser.cc:54 -msgid "Braces don't match" +#: define-event-classes.scm:74 +#, scheme-format +msgid "unknown parent class `~a'" msgstr "" -#. -#. music for the softenon children? -#. -#: new-fingering-engraver.cc:143 -msgid "music for the martians." +#: define-event-classes.scm:108 +#, scheme-format +msgid "Cannot redefine event class `~S'" msgstr "" -#: new-tie-engraver.cc:166 tie-engraver.cc:217 -msgid "lonely tie" +#: define-event-classes.scm:110 +#, scheme-format +msgid "Undefined parent event class `~S'" msgstr "" -#: note-collision.cc:340 -msgid "Too many clashing notecolumns. Ignoring them." +#: define-markup-commands.scm:1272 +msgid "no systems found in \\score markup, does it have a \\layout block?" msgstr "" -#: note-head.cc:127 -#, c-format -msgid "note head `%s' not found" +#: define-markup-commands.scm:3122 +#, scheme-format +msgid "Cannot find glyph ~a" msgstr "" -#: paper-def.cc:96 -#, c-format -msgid "paper output to `%s'..." +#: define-markup-commands.scm:3598 +#, scheme-format +msgid "no brace found for point size ~S " msgstr "" -#: paper-score.cc:78 -#, c-format -msgid "Element count %d (spanners %d) " +#: define-markup-commands.scm:3599 +#, scheme-format +msgid "defaulting to ~S pt" msgstr "" -#: paper-score.cc:83 -msgid "Preprocessing graphical objects..." +#: define-markup-commands.scm:3858 +#, scheme-format +msgid "not a valid duration string: ~a" msgstr "" -#: paper-score.cc:116 -msgid "Outputting Score, defined at: " +#: define-markup-commands.scm:4071 +#, scheme-format +msgid "not a valid duration string: ~a - ignoring" msgstr "" -#: parse-scm.cc:79 -msgid "GUILE signaled an error for the expression begining here" +#: define-music-types.scm:796 +#, scheme-format +msgid "symbol expected: ~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_; -#. -#: part-combine-music-iterator.cc:139 -#, c-format -msgid "I'm one myself: `%s'" +#: define-music-types.scm:799 +#, scheme-format +msgid "cannot find music object: ~S" msgstr "" -#: part-combine-music-iterator.cc:142 -#, c-format -msgid "none of these in my family: `%s'" +#: define-music-types.scm:819 +#, scheme-format +msgid "bad make-music argument: ~S" msgstr "" -#: percent-repeat-engraver.cc:109 -msgid "Don't know how to handle a percent repeat of this length." +#: define-note-names.scm:1112 +msgid "Select note names language." msgstr "" -#: percent-repeat-engraver.cc:163 -msgid "unterminated percent repeat" +#: define-note-names.scm:1118 +#, scheme-format +msgid "Using `~a' note names..." msgstr "" -#: percent-repeat-iterator.cc:65 -msgid "no one to print a percent" +#: define-note-names.scm:1121 +#, scheme-format +msgid "Could not find language `~a'. Ignoring." msgstr "" -#: performance.cc:51 -msgid "Track ... " +#: document-backend.scm:135 +#, scheme-format +msgid "pair expected in doc ~s" msgstr "" -#: performance.cc:83 -msgid "Creator: " +#: document-backend.scm:202 +#, scheme-format +msgid "cannot find interface for property: ~S" msgstr "" -#: performance.cc:103 -msgid "at " +#: document-backend.scm:212 +#, scheme-format +msgid "unknown Grob interface: ~S" msgstr "" -#: performance.cc:114 -#, c-format -msgid "from musical definition: %s" +#: documentation-lib.scm:61 +#, scheme-format +msgid "Processing ~S..." msgstr "" -#: performance.cc:169 -#, c-format -msgid "MIDI output to `%s'..." +#: documentation-lib.scm:177 +#, scheme-format +msgid "Writing ~S..." msgstr "" -#: phrasing-slur-engraver.cc:123 -msgid "unterminated phrasing slur" +#: documentation-lib.scm:189 +#, scheme-format +msgid "cannot find description for property `~S' (~S)" msgstr "" -#: phrasing-slur-engraver.cc:141 -msgid "can't find start of phrasing slur" +#: documentation-lib.scm:210 +#, scheme-format +msgid "cannot find description for property ~S (~S)" msgstr "" -#: piano-pedal-engraver.cc:235 piano-pedal-engraver.cc:250 -#: piano-pedal-engraver.cc:305 piano-pedal-performer.cc:82 -#, c-format -msgid "can't find start of piano pedal: `%s'" +#: flag-styles.scm:154 +#, scheme-format +msgid "flag stroke `~a' or `~a' not found" msgstr "" -#: piano-pedal-engraver.cc:410 -msgid "unterminated pedal bracket" +#: framework-eps.scm:112 +#, scheme-format +msgid "Writing ~a..." msgstr "" -#: property-iterator.cc:97 -#, c-format -msgid "Not a grob name, `%s'." +#: framework-ps.scm:265 +#, scheme-format +msgid "CFF font `~a' already embedded, skipping." msgstr "" -#: rest.cc:139 -#, c-format -msgid "rest `%s' not found, " +#: framework-ps.scm:268 +#, scheme-format +msgid "" +"Different CFF fonts which have the same name `~a' has been detected. The " +"font cannot be embedded." msgstr "" -#: rest-collision.cc:199 -msgid "too many colliding rests" +#: framework-ps.scm:272 +#, scheme-format +msgid "Embedding CFF font `~a'." msgstr "" -#: scm-option.cc:45 -msgid "lilypond -e EXPR means:" +#: framework-ps.scm:277 +msgid "Initializing embedded CFF font list." msgstr "" -#: scm-option.cc:47 -msgid " Evalute the Scheme EXPR before parsing any .ly files." +#: framework-ps.scm:331 +#, scheme-format +msgid "" +"Font ~a cannot be loaded via Ghostscript because its font-index (~a) is not " +"zero." msgstr "" -#: scm-option.cc:49 +#: framework-ps.scm:337 +#, scheme-format msgid "" -" Multiple -e options may be given, they will be evaluated sequentially." +"Font ~a cannot be loaded via Ghostscript because it is an OpenType/CFF " +"Collection (OTC) font." msgstr "" -#: scm-option.cc:51 +#: framework-ps.scm:343 +#, scheme-format msgid "" -" The function ly-set-option allows for access to some internal variables." +"Font ~a cannot be used via Ghostscript because it is a TrueType font that " +"does not have glyph names." msgstr "" -#: scm-option.cc:53 -msgid "Usage: lilypond -e \"(ly-set-option SYMBOL VAL)\"" +#: framework-ps.scm:365 +#, scheme-format +msgid "cannot embed ~S=~S" msgstr "" -#: scm-option.cc:55 -msgid "Where SYMBOL VAL pair is any of:" +#: framework-ps.scm:408 +#, scheme-format +msgid "cannot extract file matching ~a from ~a" msgstr "" -#: scm-option.cc:128 -msgid "Unknown internal option!" +#: framework-ps.scm:427 +#, scheme-format +msgid "do not know how to embed ~S=~S" msgstr "" -#: score.cc:85 -msgid "Interpreting music..." +#: framework-ps.scm:452 +#, scheme-format +msgid "do not know how to embed font ~s ~s ~s" msgstr "" -#: score.cc:97 -msgid "Need music in a score" +#: framework-ps.scm:517 +#, scheme-format +msgid "Font file `~a' already exists, skipping." msgstr "" -#. should we? hampers debugging. -#: score.cc:111 -msgid "Errors found/*, not processing score*/" +#: framework-ps.scm:527 +#, scheme-format +msgid "Exporting font file `~a'." msgstr "" -#: score.cc:118 -#, c-format -msgid "elapsed time: %.2f seconds" +#: framework-ps.scm:543 +#, scheme-format +msgid "Font export directory `~a' already exists." msgstr "" -#: score-engraver.cc:99 -#, c-format -msgid "can't find `%s'" +#: framework-ps.scm:546 +#, scheme-format +msgid "Making font export directory `~a'." msgstr "" -#: score-engraver.cc:100 -msgid "Fonts have not been installed properly. Aborting" +#: framework-ps.scm:892 +msgid "" +"\n" +"The PostScript backend does not support the\n" +"system-by-system output. For that, use the EPS backend instead,\n" +"\n" +" lilypond -dbackend=eps FILE\n" +"\n" +"If you have cut & pasted a lilypond fragment from a webpage, be sure\n" +"to only remove anything before\n" +"\n" +" %% ****************************************************************\n" +" %% Start cut-&-pastable-section\n" +" %% ****************************************************************\n" msgstr "" -#: score-engraver.cc:205 -#, c-format -msgid "unbound spanner `%s'" +#: framework-svg.scm:84 +#, scheme-format +msgid "Updating font into: ~a" msgstr "" -#: script-engraver.cc:90 -#, c-format -msgid "Don't know how to interpret articulation `%s'" +#: graphviz.scm:64 +#, scheme-format +msgid "Writing graph `~a'..." msgstr "" -#. this shouldn't happen, but let's continue anyway. -#: separation-item.cc:53 separation-item.cc:101 -msgid "Separation_item: I've been drinking too much" +#: layout-beam.scm:40 +#, scheme-format +msgid "Error in beam quanting. Expected (~S,~S) found ~S." msgstr "" -#: simple-spacer.cc:248 -#, c-format -msgid "No spring between column %d and next one" +#: layout-beam.scm:54 +#, scheme-format +msgid "Error in beam quanting. Expected ~S 0, found ~S." msgstr "" -#: slur-engraver.cc:141 -msgid "unterminated slur" +#: lily-library.scm:333 +msgid "Music unsuitable for context-mod" msgstr "" -#. How to shut up this warning, when Voice_devnull_engraver has -#. eaten start event? -#: slur-engraver.cc:159 -msgid "can't find start of slur" +#: lily-library.scm:388 +#, scheme-format +msgid "Cannot find context-def \\~a" msgstr "" -#: source-file.cc:67 -#, c-format -msgid "Huh? Got %d, expected %d characters" +#: lily-library.scm:404 +msgid "Music unsuitable for output-def" msgstr "" -#: spacing-spanner.cc:379 -#, c-format -msgid "Global shortest duration is %s\n" +#: lily-library.scm:900 +msgid "" +"Find the index between @var{start} and @var{end} (an integer)\n" +"which produces the closest match to @var{target-val} if\n" +"applied to function @var{getter}." msgstr "" -#: spring-smob.cc:32 -#, c-format -msgid "#" +#: lily-library.scm:994 +#, scheme-format +msgid "unknown unit: ~S" msgstr "" -#: staff-symbol.cc:61 -msgid "staff symbol: indentation yields beyond end of line" +#: lily-library.scm:1019 +#, scheme-format +msgid "no \\version statement found, please add~afor future compatibility" msgstr "" -#: stem.cc:118 -msgid "Weird stem size; check for narrow beams" +#: lily.scm:94 +msgid "call-after-session used after session start" msgstr "" -#: stem.cc:611 -#, c-format -msgid "flag `%s' not found" +#: lily.scm:99 +msgid "define-session used after session start" msgstr "" -#: stem.cc:624 -#, c-format -msgid "flag stroke `%s' not found" +#: lily.scm:450 +msgid "Using (ice-9 curried-definitions) module\n" msgstr "" -#: stem-engraver.cc:96 -msgid "tremolo duration is too long" +#: lily.scm:453 +msgid "Guile 1.8\n" msgstr "" -#: stem-engraver.cc:124 -#, c-format -msgid "Adding note head to incompatible stem (type = %d)" +#: lily.scm:510 +#, scheme-format +msgid "cannot find: ~A" msgstr "" -#: stem-engraver.cc:125 -msgid "Don't you want polyphonic voices instead?" +#: lily.scm:940 +msgid "Success: compilation successfully completed" msgstr "" -#: streams.cc:34 -#, c-format -msgid "can't create directory: `%s'" +#: lily.scm:941 +msgid "Compilation completed with warnings or errors" msgstr "" -#: streams.cc:48 -msgid "Error syncing file (disk full?)" +#: lily.scm:1002 +#, scheme-format +msgid "job ~a terminated with signal: ~a" msgstr "" -#: system.cc:125 -#, c-format -msgid "Element count %d." +#: lily.scm:1005 +#, scheme-format +msgid "" +"logfile ~a (exit ~a):\n" +"~a" msgstr "" -#: system.cc:372 -#, c-format -msgid "Grob count %d " +#: lily.scm:1027 lily.scm:1116 +#, scheme-format +msgid "failed files: ~S" msgstr "" -#: system.cc:386 -msgid "Calculating line breaks..." +#: lily.scm:1107 +#, scheme-format +msgid "Redirecting output to ~a..." msgstr "" -#: text-spanner-engraver.cc:81 -msgid "can't find start of text spanner" +#: lily.scm:1126 +#, scheme-format +msgid "Invoking `~a'...\n" msgstr "" -#: text-spanner-engraver.cc:95 -msgid "already have a text spanner" +#: ly-syntax-constructors.scm:27 +#, scheme-format +msgid "~a function cannot return ~a" msgstr "" -#: text-spanner-engraver.cc:164 -msgid "unterminated text spanner" +#: ly-syntax-constructors.scm:60 +#, scheme-format +msgid "wrong type for argument ~a. Expecting ~a, found ~s" msgstr "" -#: tfm.cc:83 -#, c-format -msgid "can't find ascii character: %d" +#: markup-macros.scm:331 +#, scheme-format +msgid "Wrong number of arguments. Expect: ~A, found ~A: ~S" msgstr "" -#. Not using ngettext's plural feature here, as this message is -#. more of a programming error. -#: tfm-reader.cc:108 -#, c-format -msgid "TFM header of `%s' has only %u word (s)" +#: markup-macros.scm:337 +#, scheme-format +msgid "Invalid argument in position ~A. Expect: ~A, found: ~S." msgstr "" -#: tfm-reader.cc:142 -#, c-format -msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" +#: markup-macros.scm:373 +#, scheme-format +msgid "Not a markup command: ~A" msgstr "" -#: tie-performer.cc:159 -msgid "No ties were created!" +#: modal-transforms.scm:38 +msgid "'from' pitch not in scale; ignoring" msgstr "" -#: time-scaled-music-iterator.cc:25 -msgid "no one to print a tuplet start bracket" +#: modal-transforms.scm:42 modal-transforms.scm:75 +msgid "'to' pitch not in scale; ignoring" msgstr "" -#. If there is no such symbol, we default to the numbered style. -#. (Here really with a warning!) -#: time-signature.cc:87 -#, c-format -msgid "time signature symbol `%s' not found; reverting to numbered style" +#: modal-transforms.scm:46 +msgid "pitch to be transposed not in scale; ignoring" msgstr "" -#. -#. Todo: should make typecheck? -#. -#. OTOH, Tristan Keuris writes 8/20 in his Intermezzi. -#. -#: time-signature-engraver.cc:57 -#, c-format -msgid "Found strange time signature %d/%d." +#: modal-transforms.scm:71 +msgid "'around' pitch not in scale; ignoring" msgstr "" -#: translator-ctors.cc:53 -#, c-format -msgid "unknown translator: `%s'" +#: modal-transforms.scm:79 +msgid "pitch to be inverted not in scale; ignoring" msgstr "" -#: translator-def.cc:105 -msgid "Program has no such type" +#: modal-transforms.scm:95 +msgid "negative replication count; ignoring" msgstr "" -#: translator-def.cc:111 -#, c-format -msgid "Already contains: `%s'" +#: modal-transforms.scm:287 +msgid "Dangling tie in \\retrograde" msgstr "" -#: translator-def.cc:112 -#, c-format -msgid "Not adding translator: `%s'" +#: music-functions.scm:321 +#, scheme-format +msgid "invalid tremolo repeat count: ~a" msgstr "" -#: translator-def.cc:229 -#, c-format -msgid "can't find: `%s'" +#: music-functions.scm:350 +#, scheme-format +msgid "unknown repeat type `~S': must be volta, unfold, percent, or tremolo" msgstr "" -#: translator-group.cc:158 -#, c-format -msgid "can't find or create `%s' called `%s'" +#: music-functions.scm:354 +msgid "More alternatives than repeats. Junking excess alternatives" msgstr "" -#: translator-group.cc:230 -#, c-format -msgid "can't find or create: `%s'" +#: music-functions.scm:489 +#, scheme-format +msgid "bad grob property path ~a" msgstr "" -#: vaticana-ligature.cc:49 -msgid "ascending vaticana style flexa" +#: music-functions.scm:513 +#, scheme-format +msgid "bad context property ~a" msgstr "" -#: vaticana-ligature.cc:219 -msgid "Vaticana_ligature:thickness undefined; assuming 1.4" +#: music-functions.scm:536 +#, scheme-format +msgid "bad music property ~a" msgstr "" -#: vaticana-ligature.cc:233 -msgid "Vaticana_ligature:x-offset undefined; assuming 0.0" +#: music-functions.scm:844 +msgid "Bad chord repetition" msgstr "" -#: vaticana-ligature.cc:258 -msgid "Vaticana_ligature: (delta_pitch == 0)" +#: music-functions.scm:949 +#, scheme-format +msgid "music expected: ~S" msgstr "" -#: vaticana-ligature.cc:271 -msgid "Vaticana_ligature:delta-pitch -> ignoring join" +#: music-functions.scm:1299 +#, scheme-format +msgid "cannot find quoted music: `~S'" msgstr "" -#: vaticana-ligature-engraver.cc:477 -#, c-format -msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr=%ul" +#: music-functions.scm:1436 +msgid "Add @var{octave-shift} to the octave of @var{pitch}." msgstr "" -#: volta-engraver.cc:112 -msgid "No volta spanner to end" +#: music-functions.scm:1499 +#, scheme-format +msgid "Unknown octaveness type: ~S " msgstr "" -#: volta-engraver.cc:123 -msgid "Already have a volta spanner. Stopping that one prematurely." +#: music-functions.scm:1500 +msgid "Defaulting to 'any-octave." msgstr "" -#: volta-engraver.cc:127 -msgid "Also have a stopped spanner. Giving up." +#: music-functions.scm:1874 +#, scheme-format +msgid "unknown accidental style: ~S" msgstr "" -#: parser.yy:480 -msgid "Identifier should have alphabetic characters only" +#: music-functions.scm:2099 +msgid "Missing duration" msgstr "" -#: parser.yy:779 -msgid "More alternatives than repeats. Junking excess alternatives." +#: music-functions.scm:2620 +#, scheme-format +msgid "not a symbol list: ~a" msgstr "" -#: parser.yy:861 parser.yy:868 -msgid "pplycontext takes function argument" +#: music-functions.scm:2623 +#, scheme-format +msgid "conflicting tag group ~a" msgstr "" -#: parser.yy:877 -msgid "Second argument must be a symbol" +#: output-ps.scm:271 output-svg.scm:544 +#, scheme-format +msgid "unknown line-cap-style: ~S" msgstr "" -#: parser.yy:882 -msgid "First argument must be a procedure taking one argument" +#: output-ps.scm:276 output-svg.scm:550 +#, scheme-format +msgid "unknown line-join-style: ~S" msgstr "" -#: parser.yy:1009 -msgid "pply takes function argument" +#: output-svg.scm:153 +#, scheme-format +msgid "cannot decypher Pango description: ~a" msgstr "" -#: parser.yy:1501 -msgid "Expecting string as script definition" +#: output-svg.scm:233 +msgid "Glyph must have a unicode value" msgstr "" -#: parser.yy:1598 -msgid "Expecting musical-pitch value" +#: output-svg.scm:285 output-svg.scm:295 +#, scheme-format +msgid "cannot find SVG font ~S" msgstr "" -#: parser.yy:1609 -msgid "Must have duration object" +#: paper.scm:121 +msgid "set-global-staff-size: not in toplevel scope" msgstr "" -#: parser.yy:1618 parser.yy:1626 -msgid "Have to be in Lyric mode for lyrics" +#: paper.scm:321 +#, scheme-format +msgid "This is not a \\layout {} object, ~S" msgstr "" -#: parser.yy:1798 parser.yy:1853 -#, c-format -msgid "not a duration: %d" +#: paper.scm:329 +#, scheme-format +msgid "Unknown paper size: ~a" msgstr "" -#: parser.yy:1949 -msgid "Have to be in Note mode for notes" +#. TODO: should raise (generic) exception with throw, and catch +#. that in parse-scm.cc +#: paper.scm:348 +msgid "Must use #(set-paper-size .. ) within \\paper { ... }" msgstr "" -#: parser.yy:2032 -msgid "Have to be in Chord mode for chords" +#: parser-clef.scm:154 +#, scheme-format +msgid "unknown clef type `~a'" msgstr "" -#: parser.yy:2171 -msgid "need integer number arg" +#: parser-clef.scm:155 +#, scheme-format +msgid "supported clefs: ~a" msgstr "" -#: parser.yy:2316 -msgid "Suspect duration found following this beam" +#: parser-ly-from-scheme.scm:73 +msgid "error in #{ ... #}" msgstr "" -#: lexer.ll:186 -msgid "EOF found inside a comment" +#: part-combiner.scm:931 +#, scheme-format +msgid "quoted music `~a' is empty" msgstr "" -#: lexer.ll:200 -msgid "\\maininput disallowed outside init files" +#: ps-to-png.scm:74 ps-to-png.scm:77 +#, scheme-format +msgid "Copying `~a' to `~a'..." msgstr "" -#: lexer.ll:224 -#, c-format -msgid "wrong or undefined identifier: `%s'" +#: ps-to-png.scm:79 ps-to-png.scm:81 +#, scheme-format +msgid "Deleting `~a'..." msgstr "" -#. backup rule -#: lexer.ll:233 -msgid "Missing end quote" +#: to-xml.scm:190 +#, scheme-format +msgid "assertion failed: ~S" msgstr "" -#. backup rule -#: lexer.ll:255 lexer.ll:259 -msgid "white expected" +#: translation-functions.scm:379 +#, scheme-format +msgid "Negative fret for pitch ~a on string ~a" msgstr "" -#: lexer.ll:268 -msgid "Can't evaluate Scheme in safe mode" +#: translation-functions.scm:384 +#, scheme-format +msgid "Missing fret for pitch ~a on string ~a" msgstr "" -#: lexer.ll:397 lexer.ll:487 -msgid "Brace found at end of lyric. Did you forget a space?" +#: translation-functions.scm:427 +#, scheme-format +msgid "No open string for pitch ~a" msgstr "" -#: lexer.ll:574 -#, c-format -msgid "invalid character: `%c'" +#: translation-functions.scm:450 translation-functions.scm:462 +#, scheme-format +msgid "Requested string for pitch requires negative fret: string ~a pitch ~a" msgstr "" -#: lexer.ll:651 -#, c-format -msgid "unknown escaped string: `\\%s'" +#: translation-functions.scm:453 +msgid "Ignoring string request and recalculating." msgstr "" -#: lexer.ll:742 -#, c-format -msgid "Incorrect lilypond version: %s (%s, %s)" +#: translation-functions.scm:465 +msgid "Ignoring note in tablature." +msgstr "" + +#: translation-functions.scm:490 +#, scheme-format +msgid "No string for pitch ~a (given frets ~a)" msgstr "" -#: lexer.ll:743 -msgid "Consider updating the input with the convert-ly script" +#: translation-functions.scm:606 +#, scheme-format +msgid "" +"No label for fret ~a (on string ~a);\n" +"only ~a fret labels provided" msgstr ""