]> git.donarmstrong.com Git - lilypond.git/blob - po/lilypond.pot
add verbs.
[lilypond.git] / po / lilypond.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2003-07-18 14:45+0200\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. this is where special info is often stored
19 #. ###############################################################
20 #. lilylib.py -- options and stuff
21 #.
22 #. source file of the GNU LilyPond music typesetter
23 #.
24 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
25 #. Jan Nieuwenhuizen <janneke@gnu.org>
26 #. ##  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\) *(
27 #. ##  replace:\1ly.\2 (
28 #. ## subst: \(help_summary\|keep_temp_dir_p\|option_definitions\|original_dir\|program_name\|pseudo_filter_p\|temp_dir\|verbose_p\)
29 #. ###############################################################
30 #. Users of python modules should include this snippet
31 #. and customize variables below.
32 #. We'll suffer this path init stuff as long as we don't install our
33 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
34 #. it as we do with teTeX on Red Hat Linux: set some environment var
35 #. (PYTHONPATH) in profile)
36 #. If set, LILYPONDPREFIX must take prevalence
37 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
38 #. Customize these
39 #. lilylib globals
40 #: lilylib.py:60
41 msgid "lilylib module"
42 msgstr ""
43
44 #: lilylib.py:63 lilypond-book.py:131 ly2dvi.py:128 midi2ly.py:100
45 #: mup2ly.py:75 main.cc:111
46 msgid "print this help"
47 msgstr ""
48
49 #. ###############################################################
50 #. Handle bug in Python 1.6-2.1
51 #.
52 #. there are recursion limits for some patterns in Python 1.6 til 2.1.
53 #. fix this by importing pre instead. Fix by Mats.
54 #. Attempt to fix problems with limited stack size set by Python!
55 #. Sets unlimited stack size. Note that the resource module only
56 #. is available on UNIX.
57 #: lilylib.py:114 midi2ly.py:136 mup2ly.py:130 main.cc:188 main.cc:200
58 #, c-format, python-format
59 msgid "Copyright (c) %s by"
60 msgstr ""
61
62 #: lilylib.py:114
63 msgid " 1998--2003"
64 msgstr ""
65
66 #: lilylib.py:118
67 msgid "Distributed under terms of the GNU General Public License."
68 msgstr ""
69
70 #: lilylib.py:120
71 msgid "It comes with NO WARRANTY."
72 msgstr ""
73
74 #: lilylib.py:127 midi2ly.py:150 mup2ly.py:144 input.cc:88
75 msgid "warning: "
76 msgstr ""
77
78 #. lots of midi files use plain text for lyric events
79 #. FIXME: read from stdin when files[0] = '-'
80 #: lilylib.py:130 midi2ly.py:165 midi2ly.py:1018 midi2ly.py:1083 mup2ly.py:147
81 #: mup2ly.py:161 input.cc:93
82 msgid "error: "
83 msgstr ""
84
85 #: lilylib.py:134
86 #, python-format
87 msgid "Exiting (%d)..."
88 msgstr ""
89
90 #: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
91 #, python-format
92 msgid "Usage: %s [OPTION]... FILE"
93 msgstr ""
94
95 #: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
96 msgid "Options:"
97 msgstr ""
98
99 #: lilylib.py:202 midi2ly.py:232 mup2ly.py:228 main.cc:172
100 #, c-format, python-format
101 msgid "Report bugs to %s"
102 msgstr ""
103
104 #: lilylib.py:228
105 #, python-format
106 msgid "Opening pipe `%s'"
107 msgstr ""
108
109 #. successful pipe close returns 'None'
110 #: lilylib.py:240
111 #, python-format
112 msgid "`%s' failed (%d)"
113 msgstr ""
114
115 #: lilylib.py:242 lilylib.py:289 lilypond-book.py:231 ly2dvi.py:512
116 msgid "The error log is as follows:"
117 msgstr ""
118
119 #: lilylib.py:262 midi2ly.py:260 mup2ly.py:256
120 #, python-format
121 msgid "Invoking `%s'"
122 msgstr ""
123
124 #: lilylib.py:264
125 #, python-format
126 msgid "Running %s..."
127 msgstr ""
128
129 #: lilylib.py:282
130 #, python-format
131 msgid "`%s' failed (%s)"
132 msgstr ""
133
134 #: lilylib.py:285 midi2ly.py:266 mup2ly.py:264
135 msgid "(ignored)"
136 msgstr ""
137
138 #: lilylib.py:299 midi2ly.py:276 mup2ly.py:274
139 #, python-format
140 msgid "Cleaning %s..."
141 msgstr ""
142
143 #. Duh.  Python style portable: cp *.EXT OUTDIR
144 #. system ('cp *.%s %s' % (ext, outdir), 1)
145 #. Python < 1.5.2 compatibility
146 #.
147 #. On most platforms, this is equivalent to
148 #. `normpath(join(os.getcwd()), PATH)'.  *Added in Python version 1.5.2*
149 #. tex needs lots of memory, more than it gets by default on Debian
150 #. TODO: * prevent multiple addition.
151 #. * clean TEXINPUTS, MFINPUTS, TFMFONTS,
152 #. as these take prevalence over $TEXMF
153 #. and thus may break tex run?
154 #. $TEXMF is special, previous value is already taken care of
155 #. # -sOutputFile does not work with bbox?
156 #. # todo:
157 #. # have better algorithm for deciding when to crop page,
158 #. # and when to show full page
159 #: lilylib.py:458
160 msgid "Removing output file"
161 msgstr ""
162
163 #. !@PYTHON@
164 #. once upon a rainy monday afternoon.
165 #.
166 #. ...
167 #.
168 #. (not finished.)
169 #. ABC standard v1.6:  http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt
170 #.
171 #. Enhancements  (Roy R. Rankin)
172 #.
173 #. Header section moved to top of lilypond file
174 #. handle treble, treble-8, alto, and bass clef
175 #. Handle voices (V: headers) with clef and part names, multiple voices
176 #. Handle w: lyrics with multiple verses
177 #. Handle key mode names for minor, major, phrygian, ionian, locrian, aeolian,
178 #. mixolydian, lydian, dorian
179 #. Handle part names from V: header
180 #. Tuplets handling fixed up
181 #. Lines starting with |: not discarded as header lines
182 #. Multiple T: and C: header entries handled
183 #. Accidental maintained until next bar check
184 #. Silent rests supported
185 #. articulations fermata, upbow, downbow, ltoe, accent, tenuto supported
186 #. Chord strings([-^]"string") can contain a '#'
187 #. Header fields enclosed by [] in notes string processed
188 #. W: words output after tune as abc2ps does it (they failed before)
189 #. Enhancements (Laura Conrad)
190 #.
191 #. Barring now preserved between ABC and lilypond
192 #. the default placement for text in abc is above the staff.
193 #. %%LY now supported.
194 #. \breve and \longa supported.
195 #. M:none doesn't crash lily.
196 #. Limitations
197 #.
198 #. Multiple tunes in single file not supported
199 #. Blank T: header lines should write score and open a new score
200 #. Not all header fields supported
201 #. ABC line breaks are ignored
202 #. Block comments generate error and are ignored
203 #. Postscript commands are ignored
204 #. lyrics not resynchronized by line breaks (lyrics must fully match notes)
205 #. %%LY slyrics can't be directly before a w: line.
206 #. ???
207 #. TODO:
208 #.
209 #. Convert to new chord styles.
210 #.
211 #. UNDEF -> None
212 #.
213 #. uGUHGUHGHGUGH
214 #. UGH
215 #. treble8 is used by abctab2ps; -8va is used by barfly,
216 #. and by my patch to abc2ps. If there's ever a standard
217 #. about this we'll support that.
218 #. find keywork
219 #. assume that Q takes the form "Q:1/4=120"
220 #. There are other possibilities, but they are deprecated
221 #. outf.write ("\t\t\\consists Staff_margin_engraver\n")
222 #. pitch manipulation. Tuples are (name, alteration).
223 #. 0 is (central) C. Alteration -1 is a flat, Alteration +1 is a sharp
224 #. pitch in semitones.
225 #. abc to lilypond key mode names
226 #. semitone shifts for key mode names
227 #. latex does not like naked #'s
228 #. latex does not like naked "'s
229 #. break lyrics to words and put "'s around words containing numbers and '"'s
230 #. escape "
231 #. _ causes probs inside ""
232 #. _ to ' _ '
233 #. split words with -
234 #. unless \-
235 #. ~ to space('_')
236 #. * to to space
237 #. latex does not like naked #'s
238 #. put numbers and " and ( into quoted string
239 #. insure space between lines
240 #. title
241 #. strip trailing blanks
242 #. Meter
243 #. KEY
244 #. seperate clef info
245 #. there may or may not be a space
246 #. between the key letter and the mode
247 #. ugh.
248 #. ugh.
249 #. Notes
250 #. Origin
251 #. Reference Number
252 #. Area
253 #. History
254 #. Book
255 #. Composer
256 #. Default note length
257 #. Voice
258 #. Words
259 #. vocals
260 #. tempo
261 #. we use in this order specified accidental, active accidental for bar,
262 #. active accidental for key
263 #. (num /  den)  / defaultlen < 1/base
264 #. return (str, num,den,dots)
265 #. ignore slide
266 #. ignore roll
267 #. s7m2 input doesnt care about spaces
268 #.
269 #. remember accidental for rest of bar
270 #.
271 #. get accidental set in this bar or UNDEF if not set
272 #. WAT IS ABC EEN ONTZETTENDE PROGRAMMEERPOEP  !
273 #. failed; not a note!
274 #. escape '#'s
275 #.
276 #. |] thin-thick double bar line
277 #. || thin-thin double bar line
278 #. [| thick-thin double bar line
279 #. :| left repeat
280 #. |: right repeat
281 #. :: left-right repeat
282 #. |1 volta 1
283 #. |2 volta 2
284 #. first try the longer one
285 #. bracket escape
286 #. the nobarlines option is necessary for an abc to lilypond translator for
287 #. exactly the same reason abc2midi needs it: abc requires the user to enter
288 #. the note that will be printed, and MIDI and lilypond expect entry of the
289 #. pitch that will be played.
290 #.
291 #. In standard 19th century musical notation, the algorithm for translating
292 #. between printed note and pitch involves using the barlines to determine
293 #. the scope of the accidentals.
294 #.
295 #. Since ABC is frequently used for music in styles that do not use this
296 #. convention, such as most music written before 1700, or ethnic music in
297 #. non-western scales, it is necessary to be able to tell a translator that
298 #. the barlines should not affect its interpretation of the pitch.
299 #. write other kinds of appending  if we ever need them.
300 #. add comments to current voice
301 #. Try nibbling characters off until the line doesn't change.
302 #. dump_global (outf)
303 #. !@PYTHON@
304 #.
305 #. convert-ly.py -- Update old LilyPond input files (fix name?)
306 #.
307 #. source file of the GNU LilyPond music typesetter
308 #.
309 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
310 #. Jan Nieuwenhuizen <janneke@gnu.org>
311 #. TODO
312 #. use -f and -t for -s output
313 #. NEWS
314 #. 0.2
315 #. - rewrite in python
316 #. Did we ever have \mudela-version?  I doubt it.
317 #. lilypond_version_re_str = '\\\\version *\"(.*)\"'
318 #. ###########################
319 #. need new a namespace
320 #. raise FatalConversionError()
321 #. need new a namespace
322 #. harmful to current .lys
323 #. str = re.sub ('\\\\key([^;]+);', '\\\\accidentals \\1;', str)
324 #. raise FatalConversionError()
325 #. raise FatalConversionError()
326 #. raise FatalConversionError()
327 #. TODO: lots of other syntax change should be done here as well
328 #. Ugh, but meaning of \stemup changed too
329 #. maybe we should do \stemup -> \stemUp\slurUp\tieUp ?
330 #. I don't know exactly when these happened...
331 #. ugh, we loose context setting here...
332 #. (lacks capitalisation slur -> Slur)
333 #. # dynamic..
334 #. TODO: add lots of these
335 #. ugh
336 #. old fix
337 #. Make sure groups of more than one ; have space before
338 #. them, so that non of them gets removed by next rule
339 #. Only remove ; that are not after spaces, # or ;
340 #. Otherwise  we interfere with Scheme comments,
341 #. which is badbadbad.
342 #. 40 ?
343 #. ###############################
344 #. END OF CONVERSIONS
345 #. ###############################
346 #. !@PYTHON@
347 #. info mostly taken from looking at files. See also
348 #. http://lilypond.org/wiki/?EnigmaTransportFormat
349 #. This supports
350 #.
351 #. * notes
352 #. * rests
353 #. * ties
354 #. * slurs
355 #. * lyrics
356 #. * articulation
357 #. * grace notes
358 #. * tuplets
359 #.
360 #. todo:
361 #. * slur/stem directions
362 #. * voices (2nd half of frame?)
363 #. * more intelligent lyrics
364 #. * beams (better use autobeam?)
365 #. * more robust: try entertainer.etf (freenote)
366 #. * dynamics
367 #. * empty measures (eg. twopt03.etf from freenote)
368 #.
369 #. uGUHGUHGHGUGH
370 #. notename 0 == central C
371 #. represent pitches as (notename, alteration), relative to C-major scale
372 #. a fifth up
373 #. should cache this.
374 #. flag1 isn't all that interesting.
375 #. 3: '>',
376 #. 18: '\arpeggio' ,
377 #. do grace notes.
378 #. ugh.
379 #. we don't attempt voltas since they fail easily.
380 #. and g.repeat_bar == '|:' or g.repeat_bar == ':|:' or g.bracket:
381 #. 4 layers.
382 #. let's not do this: this really confuses when eE happens to be before  a ^text.
383 #. if last_tag and last_indices:
384 #. etf_file_dict[last_tag][last_indices].append (l)
385 #. # do it
386 #. staff-spec
387 #. should use \addlyrics ?
388 #. !@PYTHON@
389 #. vim: set noexpandtab:
390 #. This is was the idea for handling of comments:
391 #. Multiline comments, @ignore .. @end ignore is scanned for
392 #. in read_doc_file, and the chunks are marked as 'ignore', so
393 #. lilypond-book will not touch them any more. The content of the
394 #. chunks are written to the output file. Also 'include' and 'input'
395 #. regex has to check if they are commented out.
396 #.
397 #. Then it is scanned for 'lilypond', 'lilypond-file' and 'lilypond-block'.
398 #. These three regex's has to check if they are on a commented line,
399 #. % for latex, @c for texinfo.
400 #.
401 #. Then lines that are commented out with % (latex) and @c (Texinfo)
402 #. are put into chunks marked 'ignore'. This cannot be done before
403 #. searching for the lilypond-blocks because % is also the comment character
404 #. for lilypond.
405 #.
406 #. The the rest of the rexeces are searched for. They don't have to test
407 #. if they are on a commented out line.
408 #. ###############################################################
409 #. Users of python modules should include this snippet
410 #. and customize variables below.
411 #. We'll suffer this path init stuff as long as we don't install our
412 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
413 #. it as we do with teTeX on Red Hat Linux: set some environment var
414 #. (PYTHONPATH) in profile)
415 #. If set, LILYPONDPREFIX must take prevalence
416 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
417 #. Customize these
418 #. if __name__ == '__main__':
419 #. lilylib globals
420 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
421 #. urg
422 #. # FIXME
423 #. # ly2dvi: silly name?
424 #. # do -P or -p by default?
425 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
426 #: lilypond-book.py:120
427 msgid "Process LilyPond snippets in hybrid html, LaTeX or texinfo document"
428 msgstr ""
429
430 #. another bug in option parser: --output=foe is taken as an abbreviation
431 #. for --output-format
432 #: lilypond-book.py:125 main.cc:110
433 msgid "EXT"
434 msgstr ""
435
436 #: lilypond-book.py:125
437 msgid "use output format EXT (texi [default], texi-html, latex, html)"
438 msgstr ""
439
440 #: lilypond-book.py:126 lilypond-book.py:127 lilypond-book.py:129
441 #: lilypond-book.py:130
442 msgid "DIM"
443 msgstr ""
444
445 #: lilypond-book.py:126
446 msgid "default fontsize for music.  DIM is assumed to be in points"
447 msgstr ""
448
449 #: lilypond-book.py:127
450 msgid "deprecated, use --default-music-fontsize"
451 msgstr ""
452
453 #: lilypond-book.py:128
454 msgid "OPT"
455 msgstr ""
456
457 #: lilypond-book.py:128
458 msgid "pass OPT quoted to the lilypond command line"
459 msgstr ""
460
461 #: lilypond-book.py:129
462 msgid "force fontsize for all inline lilypond. DIM is assumed be to in points"
463 msgstr ""
464
465 #: lilypond-book.py:130
466 msgid "deprecated, use --force-music-fontsize"
467 msgstr ""
468
469 #: lilypond-book.py:132 ly2dvi.py:130 main.cc:113 main.cc:118
470 msgid "DIR"
471 msgstr ""
472
473 #: lilypond-book.py:132
474 msgid "include path"
475 msgstr ""
476
477 #: lilypond-book.py:133
478 msgid "write dependencies"
479 msgstr ""
480
481 #: lilypond-book.py:134
482 msgid "PREF"
483 msgstr ""
484
485 #: lilypond-book.py:134
486 msgid "prepend PREF before each -M dependency"
487 msgstr ""
488
489 #: lilypond-book.py:135
490 msgid "don't run lilypond"
491 msgstr ""
492
493 #: lilypond-book.py:136
494 msgid "don't generate pictures"
495 msgstr ""
496
497 #: lilypond-book.py:137
498 msgid "strip all lilypond blocks from output"
499 msgstr ""
500
501 #: lilypond-book.py:138 lilypond-book.py:139 ly2dvi.py:135 ly2dvi.py:136
502 #: midi2ly.py:102 main.cc:114 main.cc:117
503 msgid "FILE"
504 msgstr ""
505
506 #: lilypond-book.py:138
507 msgid "filename main output file"
508 msgstr ""
509
510 #: lilypond-book.py:139
511 msgid "where to place generated files"
512 msgstr ""
513
514 #: lilypond-book.py:140 ly2dvi.py:137
515 msgid "RES"
516 msgstr ""
517
518 #: lilypond-book.py:141 ly2dvi.py:138
519 msgid "set the resolution of the preview to RES"
520 msgstr ""
521
522 #: lilypond-book.py:142 ly2dvi.py:148 midi2ly.py:105 mup2ly.py:78 main.cc:126
523 msgid "be verbose"
524 msgstr ""
525
526 #: lilypond-book.py:143
527 msgid "print version information"
528 msgstr ""
529
530 #: lilypond-book.py:144 ly2dvi.py:150 midi2ly.py:107 mup2ly.py:80 main.cc:127
531 msgid "show warranty and copyright"
532 msgstr ""
533
534 #. format specific strings, ie. regex-es for input, and % strings for output
535 #. global variables
536 #. lilypond_binary = 'valgrind --suppressions=/home/hanwen/usr/src/guile-1.6.supp  --num-callers=10 /home/hanwen/usr/src/lilypond/lily/out/lilypond'
537 #. only use installed binary  when we're installed too.
538 #. only use installed binary  when we're installed too.
539 #. ###############################################################
540 #. Dimension handling for LaTeX.
541 #.
542 #. Ugh.  (La)TeX writes progress and error messages on stdout
543 #. Redirect to stderr
544 #: lilypond-book.py:230
545 msgid "LaTeX failed."
546 msgstr ""
547
548 #. URG see ly2dvi
549 #. Convert numeric values, with or without specific dimension, to floats.
550 #. Keep other strings
551 #. ###############################################################
552 #. How to output various structures.
553 #. # maybe <hr> ?
554 #. Verbatim text is always finished with \n.  FIXME: For HTML,
555 #. this newline should be removed.
556 #. Verbatim text is always finished with \n.  FIXME: For HTML,
557 #. this newline should be removed.
558 #. # Ugh we need to differentiate on origin:
559 #. # lilypond-block origin wants an extra <p>, but
560 #. # inline music doesn't.
561 #. # possibly other center options?
562 #. verbatim text is always finished with \n
563 #. verbatim text is always finished with \n
564 #. verbatim text is always finished with \n
565 #. verbatim text is always finished with \n
566 #. do some tweaking: @ is needed in some ps stuff.
567 #.
568 #. ugh, the <p> below breaks inline images...
569 #. clumsy workaround for python 2.2 pre bug.
570 #. ###############################################################
571 #. Recognize special sequences in the input
572 #. Warning: This uses extended regular expressions.  Tread with care.
573 #.
574 #. legenda
575 #.
576 #. (?P<name>regex) -- assign result of REGEX to NAME
577 #. *? -- match non-greedily.
578 #. (?m) -- multiline regex: make ^ and $ match at each line
579 #. (?s) -- make the dot match all characters including newline
580 #. why do we have distinction between @mbinclude and @include?
581 #. # we'd like to catch and reraise a more
582 #. # detailed error, but alas, the exceptions
583 #. # changed across the 1.5/2.1 boundary.
584 #. ughUGH not original options
585 #. First we want to scan the \documentclass line
586 #. it should be the first non-comment line.
587 #. The only thing we really need to know about the \documentclass line
588 #. is if there are one or two columns to begin with.
589 #. Then we add everything before \begin{document} to
590 #. paperguru.m_document_preamble so that we can later write this header
591 #. to a temporary file in find_latex_dims() to find textwidth.
592 #. this is not bulletproof..., it checks the first 10 chunks
593 #. newchunks.extend (func (m))
594 #. python 1.5 compatible:
595 #. we have to check for verbatim before doing include,
596 #. because we don't want to include files that are mentioned
597 #. inside a verbatim environment
598 #. ugh fix input
599 #. # Hmm, we should hash only lilypond source, and skip the
600 #. # %options are ...
601 #. # comment line
602 #. # todo: include path, but strip
603 #. # first part of the path.
604 #. format == 'html'
605 #. ugh rename
606 #. Count sections/chapters.
607 #. # TODO: do something like
608 #. # this for texinfo/latex as well ?
609 #. ugh
610 #. fixme: be sys-independent.
611 #.
612 #. Ugh, fixing up dependencies for .tex generation
613 #.
614 #. Ugh.  (La)TeX writes progress and error messages on stdout
615 #. Redirect to stderr
616 #. # There used to be code to write .tex dependencies, but
617 #. # that is silly: lilypond-book has its own dependency scheme
618 #. # to ensure that all lily-XXX.tex files are there
619 #. # TODO: put file name in front of texidoc.
620 #. #
621 #. # what's this? Docme --hwn
622 #. #
623 #. #docme: why global?
624 #. Do It.
625 #. should chmod -w
626 #: lilypond-book.py:1557 ly2dvi.py:673 midi2ly.py:1018
627 #, python-format
628 msgid "getopt says: `%s'"
629 msgstr ""
630
631 #. HACK
632 #. status = os.system ('lilypond -w')
633 #: lilypond-book.py:1630 ly2dvi.py:777
634 msgid "no files specified on command line"
635 msgstr ""
636
637 #.
638 #. Petr, ik zou willen dat ik iets zinvoller deed,
639 #. maar wat ik kan ik doen, het verandert toch niets?
640 #. --hwn 20/aug/99
641 #. !@PYTHON@
642 #.
643 #. ly2dvi.py -- Run LilyPond, add titles to bare score, generate printable
644 #. document
645 #. Invokes: lilypond, latex (or pdflatex), dvips, ps2pdf, gs
646 #.
647 #. source file of the GNU LilyPond music typesetter
648 #.
649 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
650 #. Jan Nieuwenhuizen <janneke@gnu.org>
651 #. This is the third incarnation of ly2dvi.
652 #.
653 #. Earlier incarnations of ly2dvi were written by
654 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
655 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
656 #.
657 #. Note: gettext work best if we use ' for docstrings and "
658 #. for gettextable strings.
659 #. --> DO NOT USE ''' for docstrings.
660 #. ###############################################################
661 #. Users of python modules should include this snippet
662 #. and customize variables below.
663 #. We'll suffer this path init stuff as long as we don't install our
664 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
665 #. it as we do with teTeX on Red Hat Linux: set some environment var
666 #. (PYTHONPATH) in profile)
667 #. If set, LILYPONDPREFIX must take prevalence
668 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
669 #. Customize these
670 #. if __name__ == '__main__':
671 #. lilylib globals
672 #. # FIXME
673 #. # ly2dvi: silly name?
674 #. # do -P or -p by default?
675 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
676 #: ly2dvi.py:121
677 msgid "Run LilyPond, add titles, generate printable document"
678 msgstr ""
679
680 #: ly2dvi.py:127 main.cc:115
681 msgid "write Makefile dependencies for every input file"
682 msgstr ""
683
684 #: ly2dvi.py:129
685 msgid "print even more output"
686 msgstr ""
687
688 #: ly2dvi.py:130
689 msgid "add DIR to LilyPond's search path"
690 msgstr ""
691
692 #: ly2dvi.py:132
693 #, python-format
694 msgid "keep all output, output to directory %s.dir"
695 msgstr ""
696
697 #: ly2dvi.py:133
698 msgid "don't run LilyPond"
699 msgstr ""
700
701 #: ly2dvi.py:134 main.cc:116
702 msgid "produce MIDI output only"
703 msgstr ""
704
705 #: ly2dvi.py:135 midi2ly.py:102
706 msgid "write ouput to FILE"
707 msgstr ""
708
709 #: ly2dvi.py:136
710 msgid "find pfa fonts used in FILE"
711 msgstr ""
712
713 #: ly2dvi.py:139
714 msgid "generate PostScript output"
715 msgstr ""
716
717 #: ly2dvi.py:140
718 msgid "generate PNG page images"
719 msgstr ""
720
721 #: ly2dvi.py:141
722 msgid "generate PS.GZ"
723 msgstr ""
724
725 #: ly2dvi.py:142
726 msgid "generate PDF output"
727 msgstr ""
728
729 #: ly2dvi.py:143
730 msgid "use pdflatex to generate a PDF output"
731 msgstr ""
732
733 #. FIXME: preview, picture; to indicate creation of a PNG?
734 #: ly2dvi.py:145
735 msgid "make a picture of the first system"
736 msgstr ""
737
738 #: ly2dvi.py:146
739 msgid "make HTML file with links to all output"
740 msgstr ""
741
742 #: ly2dvi.py:147
743 msgid "KEY=VAL"
744 msgstr ""
745
746 #: ly2dvi.py:147
747 msgid "change global setting KEY to VAL"
748 msgstr ""
749
750 #: ly2dvi.py:149 midi2ly.py:106 mup2ly.py:79 main.cc:125
751 msgid "print version number"
752 msgstr ""
753
754 #. other globals
755 #. Pdftex support
756 #. # yuk.
757 #. 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' }
758 #. only use installed binary  when we're installed too.
759 #. init to empty; values here take precedence over values in the file
760 #. # TODO: change name.
761 #. for geometry v3
762 #. Output formats that ly2dvi should create
763 #. what a name.
764 #. ly.warning (_ ("invalid value: %s") % `val`)
765 #. ly.warning (_ ("invalid value: %s") % `val`)
766 #: ly2dvi.py:232
767 #, python-format
768 msgid "no such setting: `%s'"
769 msgstr ""
770
771 #. 2 == user interrupt.
772 #: ly2dvi.py:274
773 #, python-format
774 msgid "LilyPond crashed (signal %d)."
775 msgstr ""
776
777 #: ly2dvi.py:275
778 msgid "Please submit a bug report to bug-lilypond@gnu.org"
779 msgstr ""
780
781 #: ly2dvi.py:281
782 #, python-format
783 msgid "LilyPond failed on input file %s (exit status %d)"
784 msgstr ""
785
786 #: ly2dvi.py:284
787 #, python-format
788 msgid "LilyPond failed on an input file (exit status %d)"
789 msgstr ""
790
791 #: ly2dvi.py:285
792 msgid "Continuing..."
793 msgstr ""
794
795 #. urg
796 #: ly2dvi.py:296
797 #, python-format
798 msgid "Analyzing %s..."
799 msgstr ""
800
801 #. search only the first 10k
802 #: ly2dvi.py:354
803 #, python-format
804 msgid "no LilyPond output found for `%s'"
805 msgstr ""
806
807 #. The final \n seems important here. It ensures that the footers and taglines end up on the right page.
808 #. TODO: should set textheight (enlarge) depending on papersize.
809 #: ly2dvi.py:397
810 #, python-format
811 msgid "invalid value: `%s'"
812 msgstr ""
813
814 #. set sane geometry width (a4-width) for linewidth = -1.
815 #. who the hell is 597 ?
816 #. Ugh.  (La)TeX writes progress and error messages on stdout
817 #. Redirect to stderr
818 #: ly2dvi.py:511
819 msgid "LaTeX failed on the output file."
820 msgstr ""
821
822 #. make a preview by rendering only the 1st line
823 #. of each score
824 #: ly2dvi.py:568
825 msgid ""
826 "Trying create PDF, but no PFA fonts found.\n"
827 "Using bitmap fonts instead. This will look bad."
828 msgstr ""
829
830 #. ugh. Different targets?
831 #. Added as functionality to ly2dvi, because ly2dvi may well need to do this
832 #. in future too.
833 #. no ps header?
834 #: ly2dvi.py:615
835 #, python-format
836 msgid "not a PostScript file: `%s'"
837 msgstr ""
838
839 #. todo
840 #: ly2dvi.py:660
841 #, python-format
842 msgid "Writing HTML menu `%s'"
843 msgstr ""
844
845 #. signal programming error
846 #. Don't convert input files to abspath, rather prepend '.' to include
847 #. path.
848 #. As a neat trick, add directory part of first input file
849 #. to include path.  That way you can do without the clumsy -I in:
850 #. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly
851 #: ly2dvi.py:769
852 msgid "pseudo filter"
853 msgstr ""
854
855 #: ly2dvi.py:772
856 msgid "pseudo filter only for single input file"
857 msgstr ""
858
859 #. Ugh, maybe make a setup () function
860 #. hmmm. Wish I'd 've written comments when I wrote this.
861 #. now it looks complicated.
862 #: ly2dvi.py:806
863 #, python-format
864 msgid "filename should not contain spaces: `%s'"
865 msgstr ""
866
867 #. to be sure, add tmpdir *in front* of inclusion path.
868 #. os.environ['TEXINPUTS'] =  tmpdir + ':' + os.environ['TEXINPUTS']
869 #. We catch all exceptions, because we need to do stuff at exit:
870 #. * copy any successfully generated stuff from tempdir and
871 #. notify user of that
872 #. * cleanout tempdir
873 #. ## ARGH. This also catches python programming errors.
874 #. ## this should only catch lilypond nonzero exit  status
875 #. ## --hwn
876 #. TODO: friendly message about LilyPond setup/failing?
877 #.
878 #: ly2dvi.py:845
879 msgid "Running LilyPond failed. Rerun with --verbose for a trace."
880 msgstr ""
881
882 #. Our LilyPond pseudo filter always outputs to 'lelie'
883 #. have subsequent stages and use 'lelie' output.
884 #. unless: add --tex, or --latex?
885 #. TODO: friendly message about TeX/LaTeX setup,
886 #. trying to run tex/latex by hand
887 #: ly2dvi.py:886
888 msgid "Failed to make PS file. Rerun with --verbose for a trace."
889 msgstr ""
890
891 #. unless: add --tex, or --latex?
892 #. TODO: friendly message about TeX/LaTeX setup,
893 #. trying to run tex/latex by hand
894 #: ly2dvi.py:916
895 msgid "Running LaTeX falied. Rerun with --verbose for a trace."
896 msgstr ""
897
898 #. add DEP to targets?
899 #: ly2dvi.py:926 input-file-results.cc:68
900 #, c-format, python-format
901 msgid "dependencies output to `%s'..."
902 msgstr ""
903
904 #: ly2dvi.py:937
905 #, python-format
906 msgid "%s output to <stdout>..."
907 msgstr ""
908
909 #: ly2dvi.py:942 ly2dvi.py:968 includable-lexer.cc:57
910 #: input-file-results.cc:191 input-file-results.cc:197 lily-guile.cc:86
911 #, c-format, python-format
912 msgid "can't find file: `%s'"
913 msgstr ""
914
915 #. Hmm, if this were a function, we could call it the except: clauses
916 #: ly2dvi.py:965
917 #, python-format
918 msgid "%s output to %s..."
919 msgstr ""
920
921 #. !@PYTHON@
922 #.
923 #. midi2ly.py -- LilyPond midi import script
924 #.
925 #. source file of the GNU LilyPond music typesetter
926 #.
927 #. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
928 #. Jan Nieuwenhuizen <janneke@gnu.org>
929 #. ###############################################################
930 #. Users of python modules should include this snippet.
931 #.
932 #. This soon to be removed for: import lilypond.lilylib as ly
933 #. ###############################################################
934 #. ###############################################################
935 #. ############### CONSTANTS
936 #. ###############################################################
937 #. temp_dir = os.path.join (original_dir,  '%s.dir' % program_name)
938 #. original_dir = os.getcwd ()
939 #. keep_temp_dir_p = 0
940 #: midi2ly.py:94
941 msgid "Convert MIDI to LilyPond source"
942 msgstr ""
943
944 #: midi2ly.py:97
945 msgid "print absolute pitches"
946 msgstr ""
947
948 #: midi2ly.py:98 midi2ly.py:103
949 msgid "DUR"
950 msgstr ""
951
952 #: midi2ly.py:98
953 msgid "quantise note durations on DUR"
954 msgstr ""
955
956 #: midi2ly.py:99
957 msgid "print explicit durations"
958 msgstr ""
959
960 #: midi2ly.py:101
961 msgid "ALT[:MINOR]"
962 msgstr ""
963
964 #: midi2ly.py:101
965 msgid "set key: ALT=+sharps|-flats; MINOR=1"
966 msgstr ""
967
968 #: midi2ly.py:103
969 msgid "quantise note starts on DUR"
970 msgstr ""
971
972 #: midi2ly.py:104
973 msgid "DUR*NUM/DEN"
974 msgstr ""
975
976 #: midi2ly.py:104
977 msgid "allow tuplet durations DUR*NUM/DEN"
978 msgstr ""
979
980 #: midi2ly.py:108
981 msgid "treat every text as a lyric"
982 msgstr ""
983
984 #: midi2ly.py:136 mup2ly.py:130
985 msgid " 2001--2003"
986 msgstr ""
987
988 #: midi2ly.py:141 mup2ly.py:135
989 msgid ""
990 "\n"
991 "Distributed under terms of the GNU General Public License. It comes with\n"
992 "NO WARRANTY."
993 msgstr ""
994
995 #: midi2ly.py:166 mup2ly.py:162
996 msgid "Exiting ... "
997 msgstr ""
998
999 #: midi2ly.py:264 mup2ly.py:261
1000 #, python-format
1001 msgid "command exited with value %d"
1002 msgstr ""
1003
1004 #. ###############################################################
1005 #. END Library
1006 #. ###############################################################
1007 #. hmm
1008 #. major scale: do-do
1009 #. minor scale: la-la  (= + 5) '''
1010 #. By tradition, all scales now consist of a sequence
1011 #. of 7 notes each with a distinct name, from amongst
1012 #. a b c d e f g.  But, minor scales have a wide
1013 #. second interval at the top - the 'leading note' is
1014 #. sharped. (Why? it just works that way! Anything
1015 #. else doesn't sound as good and isn't as flexible at
1016 #. saying things. In medieval times, scales only had 6
1017 #. notes to avoid this problem - the hexachords.)
1018 #. So, the d minor scale is d e f g a b-flat c-sharp d
1019 #. - using d-flat for the leading note would skip the
1020 #. name c and duplicate the name d.  Why isn't c-sharp
1021 #. put in the key signature? Tradition. (It's also
1022 #. supposedly based on the Pythagorean theory of the
1023 #. cycle of fifths, but that really only applies to
1024 #. major scales...)  Anyway, g minor is g a b-flat c d
1025 #. e-flat f-sharp g, and all the other flat minor keys
1026 #. end up with a natural leading note. And there you
1027 #. have it.
1028 #. John Sankey <bf250@freenet.carleton.ca>
1029 #.
1030 #. Let's also do a-minor: a b c d e f gis a
1031 #.
1032 #. --jcn
1033 #. as -> gis
1034 #. des -> cis
1035 #. ges -> fis
1036 #. g -> fisis
1037 #. d -> cisis
1038 #. a -> gisis
1039 #. b -> ces
1040 #. e -> fes
1041 #. f -> eis
1042 #. c -> bis
1043 #. # FIXME: compile fix --jcn
1044 #. TODO: move space
1045 #. fis cis gis dis ais eis bis
1046 #. bes es as des ges ces fes
1047 #. urg, we should be sure that we're in a lyrics staff
1048 #. all include ALL_NOTES_OFF
1049 #. ugh, must set key while parsing
1050 #. because Note init uses key
1051 #. Better do Note.calc () at dump time?
1052 #. last_lyric.clocks = t - last_time
1053 #. hmm
1054 #. urg, this will barf at meter changes
1055 #. urg LilyPond doesn't start at c4, but
1056 #. remembers from previous tracks!
1057 #. reference_note = Note (clocks_per_4, 4*12, 0)
1058 #. must be in \notes mode for parsing \skip
1059 #: midi2ly.py:1002
1060 #, python-format
1061 msgid "%s output to `%s'..."
1062 msgstr ""
1063
1064 #: midi2ly.py:1033
1065 msgid "Example:"
1066 msgstr ""
1067
1068 #: midi2ly.py:1083
1069 msgid "no files specified on command line."
1070 msgstr ""
1071
1072 #. !@PYTHON@
1073 #. mup2ly.py -- mup input converter
1074 #.
1075 #. source file of the GNU LilyPond music typesetter
1076 #.
1077 #. (c) 2001
1078 #. if set, LILYPONDPREFIX must take prevalence
1079 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
1080 #: mup2ly.py:70
1081 msgid "Convert mup to LilyPond source"
1082 msgstr ""
1083
1084 #: mup2ly.py:73
1085 msgid "debug"
1086 msgstr ""
1087
1088 #: mup2ly.py:74
1089 msgid "define macro NAME [optional expansion EXP]"
1090 msgstr ""
1091
1092 #: mup2ly.py:76 main.cc:117
1093 msgid "write output to FILE"
1094 msgstr ""
1095
1096 #: mup2ly.py:77
1097 msgid "only pre-process"
1098 msgstr ""
1099
1100 #. Duh.  Python style portable: cp *.EXT OUTDIR
1101 #. system ('cp *.%s %s' % (ext, outdir), 1)
1102 #. Python < 1.5.2 compatibility
1103 #.
1104 #. On most platforms, this is equivalent to
1105 #. `normpath(join(os.getcwd()), PATH)'.  *Added in Python version 1.5.2*
1106 #. if set, LILYPONDPREFIX must take prevalence
1107 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
1108 #. ###############################################################
1109 #. END Library
1110 #.
1111 #. PMX cut and paste
1112 #.
1113 #. if not self.entries:
1114 #. #return '\n'
1115 #. #ugh ugh
1116 #. return '\n%s = {}\n\n' % self.idstring ()
1117 #. ugh
1118 #. def set_clef (self, letter):
1119 #. clstr = clef_table[letter]
1120 #. self.voices[0].add_nonchord (Clef (clstr))
1121 #. urg
1122 #. maybe use import copy?
1123 #. for i in self.pitches:
1124 #. ch.pitches.append (i)
1125 #. for i in self.scripts:
1126 #. ch.scripts.append (i)
1127 #. http://www.arkkra.com/doc/uguide/contexts.html
1128 #. #self.current_staffs = []
1129 #. duh
1130 #. FIXME: 1?
1131 #. FIXME: does key play any role in this?
1132 #. ch = self.current_voices[0].last_chord ()
1133 #. ch.basic_duration = self.current_voices[0].last_chord ().basic_duration
1134 #. ugh
1135 #. ch = self.current_voices[0].last_chord ()
1136 #. `;' is not a separator, chords end with ';'
1137 #. mup resets default duration and pitch each bar
1138 #. ugh: these (and lots more) should also be parsed in
1139 #. context staff.  we should have a class Staff_properties
1140 #. and parse/set all those.
1141 #. shortcut: set to official mup maximum (duh)
1142 #. self.set_staffs (40)
1143 #: mup2ly.py:1076
1144 #, python-format
1145 msgid "no such context: %s"
1146 msgstr ""
1147
1148 #. hmm
1149 #. dig this: mup allows ifdefs inside macro bodies
1150 #. don't do nested multi-line defines
1151 #. duh: mup is strictly line-based, except for `define',
1152 #. which is `@' terminated and may span several lines
1153 #. don't define new macros in unactive areas
1154 #. To support nested multi-line define's
1155 #. process_function and macro_name, macro_body
1156 #. should become lists (stacks)
1157 #. The mup manual is undetermined on this
1158 #. and I haven't seen examples doing it.
1159 #.
1160 #. don't do nested multi-line define's
1161 #. writes to stdout for help2man
1162 #. don't call
1163 #. identify ()
1164 #. sys.stdout.flush ()
1165 #. handy emacs testing
1166 #. if not files:
1167 #. files = ['template.mup']
1168 #: mup2ly.py:1300
1169 #, python-format
1170 msgid "Processing `%s'..."
1171 msgstr ""
1172
1173 #: mup2ly.py:1319
1174 #, python-format
1175 msgid "Writing `%s'..."
1176 msgstr ""
1177
1178 #: getopt-long.cc:146
1179 #, c-format
1180 msgid "option `%s' requires an argument"
1181 msgstr ""
1182
1183 #: getopt-long.cc:150
1184 #, c-format
1185 msgid "option `%s' doesn't allow an argument"
1186 msgstr ""
1187
1188 #: getopt-long.cc:154
1189 #, c-format
1190 msgid "unrecognized option: `%s'"
1191 msgstr ""
1192
1193 #: getopt-long.cc:161
1194 #, c-format
1195 msgid "invalid argument `%s' to option `%s'"
1196 msgstr ""
1197
1198 #: warn.cc:25
1199 #, c-format
1200 msgid "warning: %s\n"
1201 msgstr ""
1202
1203 #: warn.cc:31
1204 #, c-format
1205 msgid "error: %s\n"
1206 msgstr ""
1207
1208 #: warn.cc:44
1209 #, c-format
1210 msgid "programming error: %s (Continuing; cross thumbs)\n"
1211 msgstr ""
1212
1213 #: accidental.cc:202 key-signature-interface.cc:137
1214 #, c-format
1215 msgid "accidental `%s' not found"
1216 msgstr ""
1217
1218 #: accidental-engraver.cc:171 new-accidental-engraver.cc:238
1219 #, c-format
1220 msgid "Accidental typesetting list must begin with context-name: %s"
1221 msgstr ""
1222
1223 #: accidental-engraver.cc:196 new-accidental-engraver.cc:263
1224 #, c-format
1225 msgid "unknown accidental typesetting: %s. Ignored"
1226 msgstr ""
1227
1228 #: accidental-engraver.cc:212 new-accidental-engraver.cc:279
1229 #, c-format
1230 msgid "Symbol is not a parent context: %s. Ignored"
1231 msgstr ""
1232
1233 #: accidental-engraver.cc:215 new-accidental-engraver.cc:282
1234 #, c-format
1235 msgid "Accidental typesetting must be pair or context-name: %s"
1236 msgstr ""
1237
1238 #: afm.cc:66
1239 #, c-format
1240 msgid "can't find character number: %d"
1241 msgstr ""
1242
1243 #: afm.cc:81
1244 #, c-format
1245 msgid "can't find character called: `%s'"
1246 msgstr ""
1247
1248 #: afm.cc:142
1249 #, c-format
1250 msgid "Error parsing AFM file: `%s'"
1251 msgstr ""
1252
1253 #: all-font-metrics.cc:95
1254 #, c-format
1255 msgid "checksum mismatch for font file: `%s'"
1256 msgstr ""
1257
1258 #: all-font-metrics.cc:97
1259 #, c-format
1260 msgid "does not match: `%s'"
1261 msgstr ""
1262
1263 #: all-font-metrics.cc:102
1264 msgid ""
1265 " Rebuild all .afm files, and remove all .pk and .tfm files.  Rerun with -V "
1266 "to show font paths."
1267 msgstr ""
1268
1269 #: all-font-metrics.cc:103
1270 msgid ""
1271 "A script for removing font-files is delivered with the source-code,\n"
1272 "in buildscripts/clean-fonts.sh"
1273 msgstr ""
1274
1275 #: all-font-metrics.cc:169
1276 #, c-format
1277 msgid "can't find font: `%s'"
1278 msgstr ""
1279
1280 #: all-font-metrics.cc:170
1281 msgid "Loading default font"
1282 msgstr ""
1283
1284 #: all-font-metrics.cc:185
1285 #, c-format
1286 msgid "can't find default font: `%s'"
1287 msgstr ""
1288
1289 #: all-font-metrics.cc:186 includable-lexer.cc:59 input-file-results.cc:192
1290 #, c-format
1291 msgid "(search path: `%s')"
1292 msgstr ""
1293
1294 #: all-font-metrics.cc:187
1295 msgid "Giving up"
1296 msgstr ""
1297
1298 #: auto-change-iterator.cc:43 change-iterator.cc:60
1299 #: part-combine-music-iterator.cc:120
1300 msgid "Can't switch translators, I'm there already"
1301 msgstr ""
1302
1303 #: bar-check-iterator.cc:51
1304 #, c-format
1305 msgid "barcheck failed at: %s"
1306 msgstr ""
1307
1308 #: beam.cc:146
1309 msgid "beam has less than two visible stems"
1310 msgstr ""
1311
1312 #: beam.cc:151
1313 msgid "Beam has less than two stems. Removing beam."
1314 msgstr ""
1315
1316 #: beam.cc:976
1317 msgid ""
1318 "Not sure that we can find a nice beam slope (no viable initial configuration "
1319 "found)."
1320 msgstr ""
1321
1322 #: beam-engraver.cc:176
1323 msgid "already have a beam"
1324 msgstr ""
1325
1326 #: beam-engraver.cc:259
1327 msgid "unterminated beam"
1328 msgstr ""
1329
1330 #: beam-engraver.cc:292 chord-tremolo-engraver.cc:197
1331 msgid "stem must have Rhythmic structure"
1332 msgstr ""
1333
1334 #: beam-engraver.cc:306
1335 msgid "stem doesn't fit in beam"
1336 msgstr ""
1337
1338 #: beam-engraver.cc:307
1339 msgid "beam was started here"
1340 msgstr ""
1341
1342 #: break-align-interface.cc:173
1343 #, c-format
1344 msgid "No spacing entry from %s to `%s'"
1345 msgstr ""
1346
1347 #: change-iterator.cc:22
1348 #, c-format
1349 msgid "can't change `%s' to `%s'"
1350 msgstr ""
1351
1352 #.
1353 #. We could change the current translator's id, but that would make
1354 #. errors hard to catch
1355 #.
1356 #. last->translator_id_string_  = get_change ()->change_to_id_string_;
1357 #.
1358 #: change-iterator.cc:79
1359 msgid "I'm one myself"
1360 msgstr ""
1361
1362 #: change-iterator.cc:82
1363 msgid "none of these in my family"
1364 msgstr ""
1365
1366 #: chord-tremolo-engraver.cc:98
1367 #, c-format
1368 msgid "Chord tremolo with %d elements. Must have two elements."
1369 msgstr ""
1370
1371 #: chord-tremolo-engraver.cc:157
1372 msgid "unterminated chord tremolo"
1373 msgstr ""
1374
1375 #: chord-tremolo-iterator.cc:69
1376 msgid "no one to print a tremolos"
1377 msgstr ""
1378
1379 #: clef.cc:64
1380 #, c-format
1381 msgid "clef `%s' not found"
1382 msgstr ""
1383
1384 #: cluster.cc:131
1385 #, c-format
1386 msgid "unknown cluster style `%s'"
1387 msgstr ""
1388
1389 #: coherent-ligature-engraver.cc:84
1390 #, c-format
1391 msgid "gotcha: ptr=%ul"
1392 msgstr ""
1393
1394 #: coherent-ligature-engraver.cc:96
1395 #, c-format
1396 msgid "distance=%f"
1397 msgstr ""
1398
1399 #: coherent-ligature-engraver.cc:139
1400 #, c-format
1401 msgid "Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr=%ul"
1402 msgstr ""
1403
1404 #: custos.cc:92
1405 #, c-format
1406 msgid "custos `%s' not found"
1407 msgstr ""
1408
1409 #: dimensions.cc:13
1410 msgid "NaN"
1411 msgstr ""
1412
1413 #: dynamic-engraver.cc:204 span-dynamic-performer.cc:82
1414 msgid "can't find start of (de)crescendo"
1415 msgstr ""
1416
1417 #: dynamic-engraver.cc:216
1418 msgid "already have a crescendo"
1419 msgstr ""
1420
1421 #: dynamic-engraver.cc:217
1422 msgid "already have a decrescendo"
1423 msgstr ""
1424
1425 #: dynamic-engraver.cc:220
1426 msgid "Cresc started here"
1427 msgstr ""
1428
1429 #: dynamic-engraver.cc:323
1430 msgid "unterminated (de)crescendo"
1431 msgstr ""
1432
1433 #: event.cc:49
1434 #, c-format
1435 msgid "Transposition by %s makes alteration larger than two"
1436 msgstr ""
1437
1438 #: event-chord-iterator.cc:76 output-property-music-iterator.cc:27
1439 #, c-format
1440 msgid "Junking event: `%s'"
1441 msgstr ""
1442
1443 #: extender-engraver.cc:94
1444 msgid "unterminated extender"
1445 msgstr ""
1446
1447 #: extender-engraver.cc:106
1448 msgid "Nothing to connect extender to on the left.  Ignoring extender event."
1449 msgstr ""
1450
1451 #: folded-repeat-iterator.cc:88
1452 msgid "no one to print a repeat brace"
1453 msgstr ""
1454
1455 #: font-interface.cc:239
1456 msgid "couldn't find any font satisfying "
1457 msgstr ""
1458
1459 #: glissando-engraver.cc:100
1460 msgid "Unterminated glissando."
1461 msgstr ""
1462
1463 #: gourlay-breaking.cc:188
1464 #, c-format
1465 msgid "Optimal demerits: %f"
1466 msgstr ""
1467
1468 #: gourlay-breaking.cc:193
1469 msgid "No feasible line breaking found"
1470 msgstr ""
1471
1472 #: gregorian-ligature-engraver.cc:59
1473 #, c-format
1474 msgid "\\%s ignored"
1475 msgstr ""
1476
1477 #: gregorian-ligature-engraver.cc:64
1478 #, c-format
1479 msgid "implied \\%s added"
1480 msgstr ""
1481
1482 #.
1483 #. Todo: do something sensible. The grob-pq-engraver is not water
1484 #. tight, and stuff like tupletSpannerDuration confuses it.
1485 #.
1486 #: grob-pq-engraver.cc:130
1487 #, c-format
1488 msgid ""
1489 "Skipped something?\n"
1490 "Grob %s ended before I expected it to end."
1491 msgstr ""
1492
1493 #: hairpin.cc:98
1494 msgid "decrescendo too small"
1495 msgstr ""
1496
1497 #: hairpin.cc:99
1498 msgid "crescendo too small"
1499 msgstr ""
1500
1501 #: horizontal-bracket-engraver.cc:64
1502 msgid "Don't have that many brackets."
1503 msgstr ""
1504
1505 #: horizontal-bracket-engraver.cc:73
1506 msgid "Conflicting note group events."
1507 msgstr ""
1508
1509 #: hyphen-engraver.cc:87
1510 msgid "unterminated hyphen"
1511 msgstr ""
1512
1513 #: hyphen-engraver.cc:99
1514 msgid "Nothing to connect hyphen to on the left.  Ignoring hyphen event."
1515 msgstr ""
1516
1517 #: input.cc:99
1518 msgid "non fatal error: "
1519 msgstr ""
1520
1521 #: input.cc:107 source-file.cc:146 source-file.cc:239
1522 msgid "position unknown"
1523 msgstr ""
1524
1525 #: input-file-results.cc:72 source-file.cc:54 streams.cc:38
1526 #, c-format
1527 msgid "can't open file: `%s'"
1528 msgstr ""
1529
1530 #: input-file-results.cc:132
1531 msgid "Score contains errors; will not process it"
1532 msgstr ""
1533
1534 #: input-file-results.cc:172
1535 #, c-format
1536 msgid "Now processing: `%s'"
1537 msgstr ""
1538
1539 #: key-performer.cc:96
1540 msgid "FIXME: key change merge"
1541 msgstr ""
1542
1543 #: kpath.cc:76
1544 #, c-format
1545 msgid "Kpathsea couldn't find TFM file `%s'"
1546 msgstr ""
1547
1548 #: ligature-engraver.cc:159
1549 msgid "can't find start of ligature"
1550 msgstr ""
1551
1552 #: ligature-engraver.cc:165
1553 msgid "no right bound"
1554 msgstr ""
1555
1556 #: ligature-engraver.cc:191
1557 msgid "already have a ligature"
1558 msgstr ""
1559
1560 #: ligature-engraver.cc:207
1561 msgid "no left bound"
1562 msgstr ""
1563
1564 #: ligature-engraver.cc:258
1565 msgid "unterminated ligature"
1566 msgstr ""
1567
1568 #: ligature-engraver.cc:282
1569 msgid "ligature may not contain rest; ignoring rest"
1570 msgstr ""
1571
1572 #: ligature-engraver.cc:283
1573 msgid "ligature was started here"
1574 msgstr ""
1575
1576 #: lily-guile.cc:88
1577 #, c-format
1578 msgid "(load path: `%s')"
1579 msgstr ""
1580
1581 #: lily-guile.cc:576
1582 #, c-format
1583 msgid "Can't find property type-check for `%s' (%s)."
1584 msgstr ""
1585
1586 #: lily-guile.cc:579
1587 msgid "Perhaps you made a typing error?"
1588 msgstr ""
1589
1590 #: lily-guile.cc:585
1591 msgid "Doing assignment anyway."
1592 msgstr ""
1593
1594 #: lily-guile.cc:599
1595 #, c-format
1596 msgid "Type check for `%s' failed; value `%s' must be of type `%s'"
1597 msgstr ""
1598
1599 #: lookup.cc:173
1600 msgid "round filled box horizontal extent smaller than blot; decreasing blot"
1601 msgstr ""
1602
1603 #: lookup.cc:178
1604 msgid "round filled box vertical extent smaller than blot; decreasing blot"
1605 msgstr ""
1606
1607 #: lyric-phrasing-engraver.cc:311
1608 msgid "lyrics found without any matching notehead"
1609 msgstr ""
1610
1611 #: lyric-phrasing-engraver.cc:317
1612 msgid "Huh? Melismatic note found to have associated lyrics."
1613 msgstr ""
1614
1615 #: main.cc:106
1616 msgid "EXPR"
1617 msgstr ""
1618
1619 #: main.cc:107
1620 msgid "set options, use -e '(ly-option-usage)' for help"
1621 msgstr ""
1622
1623 #: main.cc:110
1624 msgid "use output format EXT"
1625 msgstr ""
1626
1627 #: main.cc:112
1628 msgid "FIELD"
1629 msgstr ""
1630
1631 #: main.cc:112
1632 msgid "write header field to BASENAME.FIELD"
1633 msgstr ""
1634
1635 #: main.cc:113
1636 msgid "add DIR to search path"
1637 msgstr ""
1638
1639 #: main.cc:114
1640 msgid "use FILE as init file"
1641 msgstr ""
1642
1643 #: main.cc:118
1644 msgid "prepend DIR to dependencies"
1645 msgstr ""
1646
1647 #.
1648 #. should audit again.
1649 #.
1650 #: main.cc:123
1651 msgid "inhibit file output naming and exporting"
1652 msgstr ""
1653
1654 #. No version number or newline here. It confuses help2man.
1655 #: main.cc:155
1656 #, c-format
1657 msgid "Usage: %s [OPTION]... FILE..."
1658 msgstr ""
1659
1660 #: main.cc:157
1661 msgid "Typeset music and or play MIDI from FILE"
1662 msgstr ""
1663
1664 #: main.cc:160
1665 msgid ""
1666 "LilyPond is a music typesetter.  It produces beautiful sheet music\n"
1667 "using a high level description file as input.  LilyPond is part of \n"
1668 "the GNU Project.\n"
1669 msgstr ""
1670
1671 #: main.cc:182
1672 #, c-format
1673 msgid ""
1674 "This is free software.  It is covered by the GNU General Public License,\n"
1675 "and you are welcome to change it and/or distribute copies of it under\n"
1676 "certain conditions.  Invoke as `%s --warranty' for more information.\n"
1677 msgstr ""
1678
1679 #: main.cc:198
1680 msgid "GNU LilyPond -- The music typesetter"
1681 msgstr ""
1682
1683 #: main.cc:206
1684 msgid ""
1685 "    This program is free software; you can redistribute it and/or\n"
1686 "modify it under the terms of the GNU General Public License version 2\n"
1687 "as published by the Free Software Foundation.\n"
1688 "\n"
1689 "    This program is distributed in the hope that it will be useful,\n"
1690 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1691 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
1692 "General Public License for more details.\n"
1693 "\n"
1694 "    You should have received a copy (refer to the file COPYING) of the\n"
1695 "GNU General Public License along with this program; if not, write to\n"
1696 "the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
1697 "02111-1307,\n"
1698 "USA.\n"
1699 msgstr ""
1700
1701 #: mensural-ligature.cc:153
1702 #, c-format
1703 msgid "Mensural_ligature:thickness undefined on flexa %d; assuming 1.4"
1704 msgstr ""
1705
1706 #: mensural-ligature.cc:169
1707 #, c-format
1708 msgid "Mensural_ligature:delta-pitch undefined on flexa %d; assuming 0"
1709 msgstr ""
1710
1711 #: mensural-ligature.cc:182
1712 #, c-format
1713 msgid "Mensural_ligature:flexa-width undefined on flexa %d; assuming 2.0"
1714 msgstr ""
1715
1716 #: mensural-ligature.cc:215
1717 msgid "Mensural_ligature:unexpected case fall-through"
1718 msgstr ""
1719
1720 #: mensural-ligature.cc:225
1721 msgid "Mensural_ligature: (join_left == 0)"
1722 msgstr ""
1723
1724 #: mensural-ligature-engraver.cc:248 mensural-ligature-engraver.cc:397
1725 msgid "unexpected case fall-through"
1726 msgstr ""
1727
1728 #: mensural-ligature-engraver.cc:259
1729 msgid "ligature with less than 2 heads -> skipping"
1730 msgstr ""
1731
1732 #: mensural-ligature-engraver.cc:279
1733 msgid "can not determine pitch of ligature primitive -> skipping"
1734 msgstr ""
1735
1736 #: mensural-ligature-engraver.cc:302
1737 msgid "prime interval within ligature -> skipping"
1738 msgstr ""
1739
1740 #: mensural-ligature-engraver.cc:312
1741 msgid "mensural ligature: duration none of L, B, S -> skipping"
1742 msgstr ""
1743
1744 #: midi-item.cc:148
1745 #, c-format
1746 msgid "no such instrument: `%s'"
1747 msgstr ""
1748
1749 #: midi-item.cc:238
1750 msgid "silly duration"
1751 msgstr ""
1752
1753 #: midi-item.cc:251
1754 msgid "silly pitch"
1755 msgstr ""
1756
1757 #: music-output-def.cc:111
1758 #, c-format
1759 msgid "can't find `%s' context"
1760 msgstr ""
1761
1762 #: my-lily-lexer.cc:169
1763 #, c-format
1764 msgid "Identifier name is a keyword: `%s'"
1765 msgstr ""
1766
1767 #: my-lily-lexer.cc:191
1768 #, c-format
1769 msgid "error at EOF: %s"
1770 msgstr ""
1771
1772 #: my-lily-parser.cc:44
1773 msgid "Parsing..."
1774 msgstr ""
1775
1776 #: my-lily-parser.cc:54
1777 msgid "Braces don't match"
1778 msgstr ""
1779
1780 #.
1781 #. music for the softenon children?
1782 #.
1783 #: new-fingering-engraver.cc:143
1784 msgid "music for the martians."
1785 msgstr ""
1786
1787 #: new-tie-engraver.cc:166 tie-engraver.cc:217
1788 msgid "lonely tie"
1789 msgstr ""
1790
1791 #: note-collision.cc:340
1792 msgid "Too many clashing notecolumns.  Ignoring them."
1793 msgstr ""
1794
1795 #: note-head.cc:127
1796 #, c-format
1797 msgid "note head `%s' not found"
1798 msgstr ""
1799
1800 #: paper-def.cc:96
1801 #, c-format
1802 msgid "paper output to `%s'..."
1803 msgstr ""
1804
1805 #: paper-score.cc:78
1806 #, c-format
1807 msgid "Element count %d (spanners %d) "
1808 msgstr ""
1809
1810 #: paper-score.cc:83
1811 msgid "Preprocessing graphical objects..."
1812 msgstr ""
1813
1814 #: paper-score.cc:116
1815 msgid "Outputting Score, defined at: "
1816 msgstr ""
1817
1818 #: parse-scm.cc:79
1819 msgid "GUILE signaled an error for the expression begining here"
1820 msgstr ""
1821
1822 #.
1823 #. We could change the current translator's id, but that would make
1824 #. errors hard to catch
1825 #.
1826 #. last->translator_id_string_  = get_change ()->change_to_id_string_;
1827 #.
1828 #: part-combine-music-iterator.cc:139
1829 #, c-format
1830 msgid "I'm one myself: `%s'"
1831 msgstr ""
1832
1833 #: part-combine-music-iterator.cc:142
1834 #, c-format
1835 msgid "none of these in my family: `%s'"
1836 msgstr ""
1837
1838 #: percent-repeat-engraver.cc:109
1839 msgid "Don't know how to handle a percent repeat of this length."
1840 msgstr ""
1841
1842 #: percent-repeat-engraver.cc:163
1843 msgid "unterminated percent repeat"
1844 msgstr ""
1845
1846 #: percent-repeat-iterator.cc:65
1847 msgid "no one to print a percent"
1848 msgstr ""
1849
1850 #: performance.cc:51
1851 msgid "Track ... "
1852 msgstr ""
1853
1854 #: performance.cc:83
1855 msgid "Creator: "
1856 msgstr ""
1857
1858 #: performance.cc:103
1859 msgid "at "
1860 msgstr ""
1861
1862 #: performance.cc:114
1863 #, c-format
1864 msgid "from musical definition: %s"
1865 msgstr ""
1866
1867 #: performance.cc:169
1868 #, c-format
1869 msgid "MIDI output to `%s'..."
1870 msgstr ""
1871
1872 #: phrasing-slur-engraver.cc:123
1873 msgid "unterminated phrasing slur"
1874 msgstr ""
1875
1876 #: phrasing-slur-engraver.cc:141
1877 msgid "can't find start of phrasing slur"
1878 msgstr ""
1879
1880 #: piano-pedal-engraver.cc:235 piano-pedal-engraver.cc:250
1881 #: piano-pedal-engraver.cc:305 piano-pedal-performer.cc:82
1882 #, c-format
1883 msgid "can't find start of piano pedal: `%s'"
1884 msgstr ""
1885
1886 #: piano-pedal-engraver.cc:410
1887 msgid "unterminated pedal bracket"
1888 msgstr ""
1889
1890 #: property-iterator.cc:97
1891 #, c-format
1892 msgid "Not a grob name, `%s'."
1893 msgstr ""
1894
1895 #: rest.cc:139
1896 #, c-format
1897 msgid "rest `%s' not found, "
1898 msgstr ""
1899
1900 #: rest-collision.cc:199
1901 msgid "too many colliding rests"
1902 msgstr ""
1903
1904 #: scm-option.cc:45
1905 msgid "lilypond -e EXPR means:"
1906 msgstr ""
1907
1908 #: scm-option.cc:47
1909 msgid "  Evalute the Scheme EXPR before parsing any .ly files."
1910 msgstr ""
1911
1912 #: scm-option.cc:49
1913 msgid ""
1914 "  Multiple -e options may be given, they will be evaluated sequentially."
1915 msgstr ""
1916
1917 #: scm-option.cc:51
1918 msgid ""
1919 "  The function ly-set-option allows for access to some internal variables."
1920 msgstr ""
1921
1922 #: scm-option.cc:53
1923 msgid "Usage: lilypond -e \"(ly-set-option SYMBOL VAL)\""
1924 msgstr ""
1925
1926 #: scm-option.cc:55
1927 msgid "Where SYMBOL VAL pair is any of:"
1928 msgstr ""
1929
1930 #: scm-option.cc:128
1931 msgid "Unknown internal option!"
1932 msgstr ""
1933
1934 #: score.cc:85
1935 msgid "Interpreting music..."
1936 msgstr ""
1937
1938 #: score.cc:97
1939 msgid "Need music in a score"
1940 msgstr ""
1941
1942 #. should we? hampers debugging.
1943 #: score.cc:111
1944 msgid "Errors found/*, not processing score*/"
1945 msgstr ""
1946
1947 #: score.cc:118
1948 #, c-format
1949 msgid "elapsed time: %.2f seconds"
1950 msgstr ""
1951
1952 #: score-engraver.cc:99
1953 #, c-format
1954 msgid "can't find `%s'"
1955 msgstr ""
1956
1957 #: score-engraver.cc:100
1958 msgid "Fonts have not been installed properly.  Aborting"
1959 msgstr ""
1960
1961 #: score-engraver.cc:205
1962 #, c-format
1963 msgid "unbound spanner `%s'"
1964 msgstr ""
1965
1966 #: script-engraver.cc:90
1967 #, c-format
1968 msgid "Don't know how to interpret articulation `%s'"
1969 msgstr ""
1970
1971 #. this shouldn't happen, but let's continue anyway.
1972 #: separation-item.cc:53 separation-item.cc:101
1973 msgid "Separation_item:  I've been drinking too much"
1974 msgstr ""
1975
1976 #: simple-spacer.cc:248
1977 #, c-format
1978 msgid "No spring between column %d and next one"
1979 msgstr ""
1980
1981 #: slur-engraver.cc:141
1982 msgid "unterminated slur"
1983 msgstr ""
1984
1985 #. How to shut up this warning, when Voice_devnull_engraver has
1986 #. eaten start event?
1987 #: slur-engraver.cc:159
1988 msgid "can't find start of slur"
1989 msgstr ""
1990
1991 #: source-file.cc:67
1992 #, c-format
1993 msgid "Huh?  Got %d, expected %d characters"
1994 msgstr ""
1995
1996 #: spacing-spanner.cc:379
1997 #, c-format
1998 msgid "Global shortest duration is %s\n"
1999 msgstr ""
2000
2001 #: spring-smob.cc:32
2002 #, c-format
2003 msgid "#<spring smob d= %f>"
2004 msgstr ""
2005
2006 #: staff-symbol.cc:61
2007 msgid "staff symbol: indentation yields beyond end of line"
2008 msgstr ""
2009
2010 #: stem.cc:118
2011 msgid "Weird stem size; check for narrow beams"
2012 msgstr ""
2013
2014 #: stem.cc:611
2015 #, c-format
2016 msgid "flag `%s' not found"
2017 msgstr ""
2018
2019 #: stem.cc:624
2020 #, c-format
2021 msgid "flag stroke `%s' not found"
2022 msgstr ""
2023
2024 #: stem-engraver.cc:96
2025 msgid "tremolo duration is too long"
2026 msgstr ""
2027
2028 #: stem-engraver.cc:124
2029 #, c-format
2030 msgid "Adding note head to incompatible stem (type = %d)"
2031 msgstr ""
2032
2033 #: stem-engraver.cc:125
2034 msgid "Don't you want polyphonic voices instead?"
2035 msgstr ""
2036
2037 #: streams.cc:34
2038 #, c-format
2039 msgid "can't create directory: `%s'"
2040 msgstr ""
2041
2042 #: streams.cc:48
2043 msgid "Error syncing file (disk full?)"
2044 msgstr ""
2045
2046 #: system.cc:125
2047 #, c-format
2048 msgid "Element count %d."
2049 msgstr ""
2050
2051 #: system.cc:372
2052 #, c-format
2053 msgid "Grob count %d "
2054 msgstr ""
2055
2056 #: system.cc:386
2057 msgid "Calculating line breaks..."
2058 msgstr ""
2059
2060 #: text-spanner-engraver.cc:81
2061 msgid "can't find start of text spanner"
2062 msgstr ""
2063
2064 #: text-spanner-engraver.cc:95
2065 msgid "already have a text spanner"
2066 msgstr ""
2067
2068 #: text-spanner-engraver.cc:164
2069 msgid "unterminated text spanner"
2070 msgstr ""
2071
2072 #: tfm.cc:83
2073 #, c-format
2074 msgid "can't find ascii character: %d"
2075 msgstr ""
2076
2077 #. Not using ngettext's plural feature here, as this message is
2078 #. more of a programming error.
2079 #: tfm-reader.cc:108
2080 #, c-format
2081 msgid "TFM header of `%s' has only %u word (s)"
2082 msgstr ""
2083
2084 #: tfm-reader.cc:142
2085 #, c-format
2086 msgid "%s: TFM file has %u parameters, which is more than the %u I can handle"
2087 msgstr ""
2088
2089 #: tie-performer.cc:159
2090 msgid "No ties were created!"
2091 msgstr ""
2092
2093 #: time-scaled-music-iterator.cc:25
2094 msgid "no one to print a tuplet start bracket"
2095 msgstr ""
2096
2097 #. If there is no such symbol, we default to the numbered style.
2098 #. (Here really with a warning!)
2099 #: time-signature.cc:87
2100 #, c-format
2101 msgid "time signature symbol `%s' not found; reverting to numbered style"
2102 msgstr ""
2103
2104 #.
2105 #. Todo: should make typecheck?
2106 #.
2107 #. OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
2108 #.
2109 #: time-signature-engraver.cc:57
2110 #, c-format
2111 msgid "Found strange time signature %d/%d."
2112 msgstr ""
2113
2114 #: translator-ctors.cc:53
2115 #, c-format
2116 msgid "unknown translator: `%s'"
2117 msgstr ""
2118
2119 #: translator-def.cc:105
2120 msgid "Program has no such type"
2121 msgstr ""
2122
2123 #: translator-def.cc:111
2124 #, c-format
2125 msgid "Already contains: `%s'"
2126 msgstr ""
2127
2128 #: translator-def.cc:112
2129 #, c-format
2130 msgid "Not adding translator: `%s'"
2131 msgstr ""
2132
2133 #: translator-def.cc:229
2134 #, c-format
2135 msgid "can't find: `%s'"
2136 msgstr ""
2137
2138 #: translator-group.cc:158
2139 #, c-format
2140 msgid "can't find or create `%s' called `%s'"
2141 msgstr ""
2142
2143 #: translator-group.cc:230
2144 #, c-format
2145 msgid "can't find or create: `%s'"
2146 msgstr ""
2147
2148 #: vaticana-ligature.cc:49
2149 msgid "ascending vaticana style flexa"
2150 msgstr ""
2151
2152 #: vaticana-ligature.cc:219
2153 msgid "Vaticana_ligature:thickness undefined; assuming 1.4"
2154 msgstr ""
2155
2156 #: vaticana-ligature.cc:233
2157 msgid "Vaticana_ligature:x-offset undefined; assuming 0.0"
2158 msgstr ""
2159
2160 #: vaticana-ligature.cc:258
2161 msgid "Vaticana_ligature: (delta_pitch == 0)"
2162 msgstr ""
2163
2164 #: vaticana-ligature.cc:271
2165 msgid "Vaticana_ligature:delta-pitch -> ignoring join"
2166 msgstr ""
2167
2168 #: vaticana-ligature-engraver.cc:477
2169 #, c-format
2170 msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr=%ul"
2171 msgstr ""
2172
2173 #: volta-engraver.cc:112
2174 msgid "No volta spanner to end"
2175 msgstr ""
2176
2177 #: volta-engraver.cc:123
2178 msgid "Already have a volta spanner.  Stopping that one prematurely."
2179 msgstr ""
2180
2181 #: volta-engraver.cc:127
2182 msgid "Also have a stopped spanner.  Giving up."
2183 msgstr ""
2184
2185 #: parser.yy:480
2186 msgid "Identifier should have alphabetic characters only"
2187 msgstr ""
2188
2189 #: parser.yy:779
2190 msgid "More alternatives than repeats.  Junking excess alternatives."
2191 msgstr ""
2192
2193 #: parser.yy:861 parser.yy:868
2194 msgid "\applycontext takes function argument"
2195 msgstr ""
2196
2197 #: parser.yy:877
2198 msgid "Second argument must be a symbol"
2199 msgstr ""
2200
2201 #: parser.yy:882
2202 msgid "First argument must be a procedure taking one argument"
2203 msgstr ""
2204
2205 #: parser.yy:1009
2206 msgid "\apply takes function argument"
2207 msgstr ""
2208
2209 #: parser.yy:1501
2210 msgid "Expecting string as script definition"
2211 msgstr ""
2212
2213 #: parser.yy:1598
2214 msgid "Expecting musical-pitch value"
2215 msgstr ""
2216
2217 #: parser.yy:1609
2218 msgid "Must have duration object"
2219 msgstr ""
2220
2221 #: parser.yy:1618 parser.yy:1626
2222 msgid "Have to be in Lyric mode for lyrics"
2223 msgstr ""
2224
2225 #: parser.yy:1798 parser.yy:1853
2226 #, c-format
2227 msgid "not a duration: %d"
2228 msgstr ""
2229
2230 #: parser.yy:1949
2231 msgid "Have to be in Note mode for notes"
2232 msgstr ""
2233
2234 #: parser.yy:2032
2235 msgid "Have to be in Chord mode for chords"
2236 msgstr ""
2237
2238 #: parser.yy:2171
2239 msgid "need integer number arg"
2240 msgstr ""
2241
2242 #: parser.yy:2316
2243 msgid "Suspect duration found following this beam"
2244 msgstr ""
2245
2246 #: lexer.ll:186
2247 msgid "EOF found inside a comment"
2248 msgstr ""
2249
2250 #: lexer.ll:200
2251 msgid "\\maininput disallowed outside init files"
2252 msgstr ""
2253
2254 #: lexer.ll:224
2255 #, c-format
2256 msgid "wrong or undefined identifier: `%s'"
2257 msgstr ""
2258
2259 #. backup rule
2260 #: lexer.ll:233
2261 msgid "Missing end quote"
2262 msgstr ""
2263
2264 #. backup rule
2265 #: lexer.ll:255 lexer.ll:259
2266 msgid "white expected"
2267 msgstr ""
2268
2269 #: lexer.ll:268
2270 msgid "Can't evaluate Scheme in safe mode"
2271 msgstr ""
2272
2273 #: lexer.ll:397 lexer.ll:487
2274 msgid "Brace found at end of lyric.  Did you forget a space?"
2275 msgstr ""
2276
2277 #: lexer.ll:574
2278 #, c-format
2279 msgid "invalid character: `%c'"
2280 msgstr ""
2281
2282 #: lexer.ll:651
2283 #, c-format
2284 msgid "unknown escaped string: `\\%s'"
2285 msgstr ""
2286
2287 #: lexer.ll:742
2288 #, c-format
2289 msgid "Incorrect lilypond version: %s (%s, %s)"
2290 msgstr ""
2291
2292 #: lexer.ll:743
2293 msgid "Consider updating the input with the convert-ly script"
2294 msgstr ""