]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/fr.po
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / po / fr.po
index d5ec8f98a074c7692e86364fe4f940c72cc157d9..3c009fcff968dd2db072b39daaaf2c978319a896 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
-# Messages français pour lilypond.
-# Copyright © 2001 Free Software Foundation, Inc.
+# translation of fr.po to
+# Messages français pour lilypond.
+# Copyright © 2004 Free Software Foundation, Inc.
 # Michel Robitaille <robitail@IRO.UMontreal.CA>, traducteur depuis/since 1996.
-#
+# revisité par Jean-Charles Malahieude <lilyfan@wanadoo.fr>,
+# et par John Mandereau <john.mandereau@free.fr>
+# John Mandereau <john.mandereau@free.fr>, 2005.
 msgid ""
 msgstr ""
-"Project-Id-Version: lilypond 1.7.26\n"
-"POT-Creation-Date: 2003-07-18 14:45+0200\n"
-"PO-Revision-Date: 2003-07-24 08:00-0500\n"
-"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
-"Language-Team: French <traduc@traduc.org>\n"
+"Project-Id-Version: fr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-03-20 12:53+0100\n"
+"PO-Revision-Date: 2005-09-01 15:35+0200\n"
+"Last-Translator: John Mandereau <john.mandereau@free.fr>\n"
+"Language-Team:  <fr@li.org>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: KBabel 1.10.2\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 <hanwen@cs.uu.nl>
-#. Jan Nieuwenhuizen <janneke@gnu.org>
-#. ##  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 <prefix>/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 "module lilylib"
-
-#: lilylib.py:63 lilypond-book.py:131 ly2dvi.py:128 midi2ly.py:100
-#: mup2ly.py:75 main.cc:111
-msgid "print this help"
-msgstr "cette aide"
-
-#. ###############################################################
-#. 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"
-msgstr "Copyright (c) %s écrit par"
-
-#: lilylib.py:114
-msgid " 1998--2003"
-msgstr " 1998--2003"
-
-#: lilylib.py:118
-msgid "Distributed under terms of the GNU General Public License."
-msgstr "Distribué selon les termes de la GNU General Public License."
+#: convertrules.py:9
+#, python-format
+msgid "Not smart enough to convert %s"
+msgstr "Pas assez d'intelligence pour convertir %s"
 
-#: lilylib.py:120
-msgid "It comes with NO WARRANTY."
-msgstr "Le logiciel est distribué SANS GARANTIE."
+#: convertrules.py:10
+msgid "Please refer to the manual for details, and update manually."
+msgstr ""
+"SVP référez-vous au manuel pour plus de détails, et faites la mise à jour "
+"manuellement."
 
-#: lilylib.py:127 midi2ly.py:150 mup2ly.py:144 input.cc:88
-msgid "warning: "
-msgstr "AVERTISSEMENT: "
+#: convertrules.py:11
+#, python-format
+msgid "%s has been replaced by %s"
+msgstr "%s a été remplacé par %s"
 
-#. 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: "
-msgstr "Erreur: "
+#: convertrules.py:2395
+msgid "LilyPond source must be UTF-8"
+msgstr "Le fichier source LilyPond doit être encodé en UTF-8"
 
-#: lilylib.py:134
-#, python-format
-msgid "Exiting (%d)..."
-msgstr "Fin d'exécution (%d)... "
+#: convertrules.py:2398
+msgid "Try the texstrings backend"
+msgstr "Essayer le moteur \"texstrings\" (texstrings backend)"
 
-#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
+#: convertrules.py:2401
 #, python-format
-msgid "Usage: %s [OPTION]... FILE"
-msgstr "Usage: %s [OPTION]... FICHIER"
-
-#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
-msgid "Options:"
-msgstr "Options:"
+msgid "Do something like: %s"
+msgstr "Faites quelque chose comme : %s"
 
-#: lilylib.py:202 midi2ly.py:232 mup2ly.py:228 main.cc:172
-#, c-format, python-format
-msgid "Report bugs to %s."
-msgstr "Rapporter toutes anomalies à %s."
+#: convertrules.py:2404
+msgid "Or save as UTF-8 in your editor"
+msgstr "Ou sauvegardez au format UTF-8 dans votre éditeur"
 
-#: lilylib.py:228
+#: fontextract.py:25
 #, python-format
-msgid "Opening pipe `%s'"
-msgstr "Ouverture du pipe `%s'"
+msgid "Scanning %s"
+msgstr "Balayage de %s"
 
-#. successful pipe close returns 'None'
-#: lilylib.py:240
+#: fontextract.py:70
 #, python-format
-msgid "`%s' failed (%d)"
-msgstr "`%s' échec (%d)"
+msgid "Extracted %s"
+msgstr "%s extrait"
 
-#: lilylib.py:242 lilylib.py:289 lilypond-book.py:231 ly2dvi.py:512
-msgid "The error log is as follows:"
-msgstr "Le journal d'erreurs est comme suit:"
+#: fontextract.py:85
+#, python-format
+msgid "Writing fonts to %s"
+msgstr "Écriture des polices vers %s"
 
-#: lilylib.py:262 midi2ly.py:260 mup2ly.py:256
+#: lilylib.py:82
 #, python-format
 msgid "Invoking `%s'"
-msgstr "Invocation de « %s »"
+msgstr "Appel de Â« %s Â»"
 
-#: lilylib.py:264
+#: lilylib.py:84
 #, python-format
 msgid "Running %s..."
-msgstr "Exécution de %s..."
+msgstr "Exécution de %s..."
 
-#: lilylib.py:282
+#: lilylib.py:165
 #, python-format
-msgid "`%s' failed (%s)"
-msgstr "`%s' a échoué (%s)"
+msgid "Usage: %s\n"
+msgstr ""
 
-#: lilylib.py:285 midi2ly.py:266 mup2ly.py:264
-msgid "(ignored)"
-msgstr "(ignoré)"
+#: abc2ly.py:1357
+msgid ""
+"This program converts ABC music files (see\n"
+"http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input."
+msgstr ""
 
-#: lilylib.py:299 midi2ly.py:276 mup2ly.py:274
-#, python-format
-msgid "Cleaning %s..."
-msgstr "Nettoyage de %s..."
+#: abc2ly.py:1360
+#, fuzzy
+msgid "set output filename to FILE"
+msgstr "produire la sortie dans le FICHIER"
 
-#. 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 "Destruction du fichier de sortie"
-
-#. !@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 <hanwen@cs.uu.nl>
-#. Jan Nieuwenhuizen <janneke@gnu.org>
-#. 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 <prefix>/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 "Traiter les fragments dans un document hybride en html, LaTeX ou texinfo"
-
-#. 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 "EXT"
-
-#: lilypond-book.py:125
-msgid "use output format EXT (texi [default], texi-html, latex, html)"
-msgstr "utiliser le format de sortie EXT (texi (par défaut), texi-html, latex, html)"
-
-#: lilypond-book.py:126 lilypond-book.py:127 lilypond-book.py:129
-#: lilypond-book.py:130
-msgid "DIM"
-msgstr "DIM"
-
-#: lilypond-book.py:126
-msgid "default fontsize for music.  DIM is assumed to be in points"
-msgstr "taille de la fonte par défaut pour music. DIM est assumé être en points"
-
-#: lilypond-book.py:127
-msgid "deprecated, use --default-music-fontsize"
-msgstr "déprécié, utiliser --default-music-fontsize"
-
-#: lilypond-book.py:128
-msgid "OPT"
-msgstr "OPT"
-
-#: lilypond-book.py:128
-msgid "pass OPT quoted to the lilypond command line"
-msgstr "passer OPT entre guillemets à la ligne de commande à lilypond"
-
-#: lilypond-book.py:129
-msgid "force fontsize for all inline lilypond. DIM is assumed be to in points"
-msgstr "forcer la taille de fonte pour les entrées à lilypong. DIM est assumé être en points"
-
-#: lilypond-book.py:130
-msgid "deprecated, use --force-music-fontsize"
-msgstr "déprécié, utilise --force-music-fontsize"
-
-#: lilypond-book.py:132 ly2dvi.py:130 main.cc:113 main.cc:118
-msgid "DIR"
-msgstr "RÉP"
+#: abc2ly.py:1362
+msgid "be strict about succes"
+msgstr ""
 
-#: lilypond-book.py:132
-msgid "include path"
-msgstr "inclure le chemin (path)"
+#: abc2ly.py:1364
+msgid "preserve ABC's notion of beams"
+msgstr ""
+
+#: convert-ly.py:49
+#, fuzzy
+msgid ""
+"Update LilyPond input to newer version.  By default, update from the\n"
+"version taken from the \\version command, to the current LilyPond version.\n"
+"\n"
+"Examples:\n"
+"\n"
+"  convert-ly -e old.ly\n"
+"  convert-ly --from=2.3.28 --to 2.5.21 foobar.ly\n"
+msgstr ""
+"Mettre à jour le fichier source vers une version plus récente. Par défaut, "
+"de la \n"
+"version indiquée par la commande \\version vers la version courante de "
+"LilyPond."
 
-#: lilypond-book.py:133
-msgid "write dependencies"
-msgstr "écrire les dépendances"
+#: convert-ly.py:67 lilypond-book.py:115 warn.cc:48 input.cc:81
+#, c-format, python-format
+msgid "warning: %s"
+msgstr "AVERTISSEMENT : %s"
 
-#: lilypond-book.py:134
-msgid "PREF"
-msgstr "PRÉF"
+#: convert-ly.py:70 lilypond-book.py:118 warn.cc:54 input.cc:87 input.cc:95
+#, c-format, python-format
+msgid "error: %s"
+msgstr "ERREUR : %s"
 
-#: lilypond-book.py:134
-msgid "prepend PREF before each -M dependency"
-msgstr "ajouter les PRÉFérence en préfixe pour chaque dépendance -M"
+#: convert-ly.py:86 etf2ly.py:1200 lilypond-book.py:138 midi2ly.py:114
+msgid "Distributed under terms of the GNU General Public License."
+msgstr "Distribué selon les termes de la GNU General Public License."
 
-#: lilypond-book.py:135
-msgid "don't run lilypond"
-msgstr "ne pas exécuter lilypond"
+#: convert-ly.py:87 etf2ly.py:1201 lilypond-book.py:139 midi2ly.py:115
+msgid "It comes with NO WARRANTY."
+msgstr "Le logiciel est distribué SANS GARANTIE."
 
-#: lilypond-book.py:136
-msgid "don't generate pictures"
-msgstr "ne pas générer de photos"
+#: convert-ly.py:98 convert-ly.py:118
+msgid "VERSION"
+msgstr ""
 
-#: lilypond-book.py:137
-msgid "strip all lilypond blocks from output"
-msgstr "éliminer chaque bloc lilypond de la sortie"
+#: convert-ly.py:100
+msgid "start from VERSION [default: \\version found in file]"
+msgstr ""
 
-#: lilypond-book.py:138 lilypond-book.py:139 ly2dvi.py:135 ly2dvi.py:136
-#: midi2ly.py:102 main.cc:114 main.cc:117
-msgid "FILE"
-msgstr "FICHIER"
+#: convert-ly.py:103
+msgid "edit in place"
+msgstr ""
 
-#: lilypond-book.py:138
-msgid "filename main output file"
-msgstr "nom du fichier principal de sortie"
+#: convert-ly.py:106
+msgid "do not add \\version command if missing"
+msgstr ""
 
-#: lilypond-book.py:139
-msgid "where to place generated files"
-msgstr "où seront placés les fichiers générés"
+#: convert-ly.py:112
+msgid "print rules [default: --from=0, --to=@TOPLEVEL_VERSION@]"
+msgstr ""
 
-#: lilypond-book.py:140 ly2dvi.py:137
-msgid "RES"
-msgstr "RES"
+#: convert-ly.py:117
+msgid "convert to VERSION [default: @TOPLEVEL_VERSION@]"
+msgstr ""
 
-#: lilypond-book.py:141 ly2dvi.py:138
-msgid "set the resolution of the preview to RES"
-msgstr "utiliser la RÉSOLUTION pour la prévisualitation"
+#: convert-ly.py:164
+msgid "Applying conversion: "
+msgstr "Conversion appliquée : "
 
-#: lilypond-book.py:142 ly2dvi.py:148 midi2ly.py:105 mup2ly.py:78 main.cc:126
-msgid "be verbose"
-msgstr "passer en mode explicatif"
+#: convert-ly.py:176
+#, fuzzy
+msgid "error while converting"
+msgstr "%s : erreur lors de la conversion"
 
-#: lilypond-book.py:143
-msgid "print version information"
-msgstr "afficher les informations de version"
+#: convert-ly.py:178 score-engraver.cc:73
+msgid "Aborting"
+msgstr "Abandon"
 
-#: lilypond-book.py:144 ly2dvi.py:150 midi2ly.py:107 mup2ly.py:80 main.cc:127
-msgid "show warranty and copyright"
-msgstr "afficher la notice de garantie et du droit d'auteur"
-
-#. 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 "Échec de LaTeX"
-
-#. URG see ly2dvi
-#. Convert numeric values, with or without specific dimension, to floats.
-#. Keep other strings
-#. ###############################################################
-#. How to output various structures.
-#. # maybe <hr> ?
-#. 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 <p>, 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 <p> 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
-#.
-#. (?P<name>regex) -- 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 ly2dvi.py:673 midi2ly.py:1018
+#: convert-ly.py:202
 #, python-format
-msgid "getopt says: `%s'"
-msgstr "getopt() indique: « %s »"
+msgid "Processing `%s'... "
+msgstr "Traitement de « %s »..."
+
+#: convert-ly.py:289 source-file.cc:56
+#, c-format, python-format
+msgid "can't open file: `%s'"
+msgstr "impossible d'ouvrir le fichier : « %s »"
 
-#. HACK
-#. status = os.system ('lilypond -w')
-#: lilypond-book.py:1630 ly2dvi.py:777
-msgid "no files specified on command line"
-msgstr "aucun fichier spéficié sur la ligne de commande"
+#: convert-ly.py:296
+#, fuzzy, python-format
+msgid "can't determine version for `%s'. Skipping"
+msgstr "%s : impossible de déterminer la version pour « %s »"
 
-#.
-#. Petr, ik zou willen dat ik iets zinvoller deed,
-#. maar wat ik kan ik doen, het verandert toch niets?
-#. --hwn 20/aug/99
-#. !@PYTHON@
-#.
-#. ly2dvi.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 <hanwen@cs.uu.nl>
-#. Jan Nieuwenhuizen <janneke@gnu.org>
-#. This is the third incarnation of ly2dvi.
-#.
-#. Earlier incarnations of ly2dvi were written by
-#. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
-#. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (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 <prefix>/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")
-#: ly2dvi.py:121
-msgid "Run LilyPond, add titles, generate printable document"
-msgstr "Exéctuer LilyPond, ajouter les titres et générer les documents imprimables"
-
-#: ly2dvi.py:127 main.cc:115
-msgid "write Makefile dependencies for every input file"
-msgstr "produire les dépendances pour Makefile concernant chaque fichier d'entrée"
-
-#: ly2dvi.py:129
-msgid "print even more output"
-msgstr "afficher encore plus de sortie"
-
-#: ly2dvi.py:130
-msgid "add DIR to LilyPond's search path"
-msgstr "ajouter le RÉPERTOIRE au chemin de recherche de LilyPond"
-
-#: ly2dvi.py:132
+#: etf2ly.py:1208
+msgid ""
+"Enigma Transport Format is a format used by Coda Music Technology's\n"
+"Finale product. This program will convert a subset of ETF to a\n"
+"ready-to-use lilypond file."
+msgstr ""
+
+#: etf2ly.py:1211 midi2ly.py:901
+msgid "write output to FILE"
+msgstr "produire la sortie dans le FICHIER"
+
+#: etf2ly.py:1212 midi2ly.py:902 main.cc:172 main.cc:178
+msgid "FILE"
+msgstr "FICHIER"
+
+#: etf2ly.py:1214 midi2ly.py:915
+#, fuzzy
+msgid "show warranty"
+msgstr "afficher les notices de garantie et du droit d'auteur"
+
+#: lilypond-book.py:88
+#, fuzzy
+msgid ""
+"Process LilyPond snippets in hybrid HTML, LaTeX, or texinfo document.\n"
+"\n"
+"Example usage:\n"
+"\n"
+"   lilypond-book --filter=\"tr '[a-z]' '[A-Z]'\" BOOK\n"
+"   lilypond-book --filter=\"convert-ly --no-version --from=2.0.0 -\" BOOK\n"
+"   lilypond-book --process='lilypond -I include' BOOK\n"
+msgstr ""
+"Traiter les extraits de LilyPond dans un document hybride HTML, LaTeX ou "
+"TexInfo.\n"
+"Exemples d'utilisation :\n"
+"\n"
+"   lilypond-book --filter=\"tr '[a-z]' '[A-Z]'\" LIVRE\n"
+"   lilypond-book --filter=\"convert-ly --no-version --from=2.0.0 -\" LIVRE\n"
+"   lilypond-book --process='lilypond -I include' LIVRE\n"
+"\n"
+
+#: lilypond-book.py:104
 #, python-format
-msgid "keep all output, output to directory %s.dir"
-msgstr "conserver toutes les sorties dans le répertoire %s.dir"
+msgid "Exiting (%d)..."
+msgstr "Fin d'exécution (%d)... "
 
-#: ly2dvi.py:133
-msgid "don't run LilyPond"
-msgstr "ne pas exécuter LilyPond"
+#: lilypond-book.py:136
+#, python-format
+msgid "Copyright (c) %s by"
+msgstr "Copyright (c) %s écrit par"
 
-#: ly2dvi.py:134 main.cc:116
-msgid "produce MIDI output only"
-msgstr "produire une sortie MIDI seulement"
+#: lilypond-book.py:147
+msgid "FILTER"
+msgstr "FILTRE"
 
-#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
-msgstr "produire la sortie dans le FICHIER"
+#: lilypond-book.py:150
+msgid "pipe snippets through FILTER [convert-ly -n -]"
+msgstr "passer les extraits à travers le FILTRE [convert-ly -n -]"
 
-#: ly2dvi.py:136
-msgid "find pfa fonts used in FILE"
-msgstr "repérer les fontes pfa utilisées dans le FICHIER"
+#: lilypond-book.py:152
+#, fuzzy
+msgid "use output format FORMAT (texi [default], texi-html, latex, html)"
+msgstr ""
+"utiliser le format de sortie FMT (texi (par défaut), texi-html,\n"
+"\t\tlatex, html)"
 
-#: ly2dvi.py:139
-msgid "generate PostScript output"
-msgstr "générer une sortie PostScript"
+#: lilypond-book.py:154
+msgid "add DIR to include path"
+msgstr "ajouter le RÉPERTOIRE à inclure au chemin de recherche"
 
-#: ly2dvi.py:140
-msgid "generate PNG page images"
-msgstr "générer les pages images PNG"
+#: lilypond-book.py:159
+msgid "write output to DIR"
+msgstr "produire la sortie dans le RÉPERTOIRE"
 
-#: ly2dvi.py:141
-msgid "generate PS.GZ"
-msgstr "générer PS.GZ"
+#: lilypond-book.py:162
+msgid "COMMAND"
+msgstr "COMMANDE"
 
-#: ly2dvi.py:142
-msgid "generate PDF output"
-msgstr "générer une sortie PDF"
+#: lilypond-book.py:163
+msgid "process ly_files using COMMAND FILE..."
+msgstr "traiter les fichiers_ly en utilisant COMMANDE FICHIER..."
 
-#: ly2dvi.py:143
-msgid "use pdflatex to generate a PDF output"
-msgstr "utiliser pdflatex pour générer la sortie PDF"
+#: lilypond-book.py:168
+#, fuzzy
+msgid ""
+"extract all PostScript fonts into INPUT.psfonts for LaTeXmust use this with "
+"dvips -h INPUT.psfonts"
+msgstr ""
+"extraire toutes les polices PostScript dans le FICHIER\n"
+"pour LaTex qui devra les utiliser avec dvips -h FICHIER"
 
-#. FIXME: preview, picture; to indicate creation of a PNG?
-#: ly2dvi.py:145
-msgid "make a picture of the first system"
-msgstr "produire une image de ce premier système"
+#: lilypond-book.py:171 midi2ly.py:912 main.cc:182
+msgid "be verbose"
+msgstr "passer en mode bavard"
 
-#: ly2dvi.py:146
-msgid "make HTML file with links to all output"
-msgstr "générer les fichier HTML avec des liens sur toutes les sorties"
+#: lilypond-book.py:177 main.cc:183
+msgid "show warranty and copyright"
+msgstr "afficher les notices de garantie et du droit d'auteur"
 
-#: ly2dvi.py:147
-msgid "KEY=VAL"
-msgstr "CLÉ=VALEUR"
+#: lilypond-book.py:734
+#, python-format
+msgid "file not found: %s"
+msgstr "fichier non trouvé : %s"
 
-#: ly2dvi.py:147
-msgid "change global setting KEY to VAL"
-msgstr "modifier le paramètre global de la CLÉ à VALEUR"
+#: lilypond-book.py:963
+#, python-format
+msgid "deprecated ly-option used: %s=%s"
+msgstr "l'option ly-option est obsolète : %s=%s"
 
-#: ly2dvi.py:149 midi2ly.py:106 mup2ly.py:79 main.cc:125
-msgid "print version number"
-msgstr "afficher le numéro de version"
-
-#. 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`)
-#: ly2dvi.py:232
+#: lilypond-book.py:966
 #, python-format
-msgid "no such setting: `%s'"
-msgstr "pas de telle configuration: « %s »"
+msgid "compatibility mode translation: %s=%s"
+msgstr "traduction en mode de compatibilité : %s=%s"
 
-#. 2 == user interrupt.
-#: ly2dvi.py:274
+#: lilypond-book.py:970
 #, python-format
-msgid "LilyPond crashed (signal %d)."
-msgstr "LilyPond a planté (signal %d)."
+msgid "deprecated ly-option used: %s"
+msgstr "l'option ly-option est obsolète : %s"
 
-#: ly2dvi.py:275
-msgid "Please submit a bug report to bug-lilypond@gnu.org"
-msgstr "SVP soumettre un rapport d'anomalies à bug-lilypond@gnu.org"
+#: lilypond-book.py:973
+#, python-format
+msgid "compatibility mode translation: %s"
+msgstr "traduction en mode de compatibilité : %s"
+
+#: lilypond-book.py:992
+#, python-format
+msgid "ignoring unknown ly option: %s"
+msgstr "option ly inconnue et ignorée : %s"
 
-#: ly2dvi.py:281
+#: lilypond-book.py:1327
 #, python-format
-msgid "LilyPond failed on input file %s (exit status %d)"
-msgstr "Échec de lilypond sur le fichier d'entrée %s (statut d'exécution %d)."
+msgid "Opening filter `%s'"
+msgstr "Ouverture du filtre « %s »"
 
-#: ly2dvi.py:284
+#: lilypond-book.py:1344
 #, python-format
-msgid "LilyPond failed on an input file (exit status %d)"
-msgstr "Échec de lilypond sur le fichier d'entrée (statut d'exécution %d)."
+msgid "`%s' failed (%d)"
+msgstr "« %s » a échoué (%d)"
+
+#: lilypond-book.py:1345
+msgid "The error log is as follows:"
+msgstr "Le journal d'erreurs est comme suit :"
 
-#: ly2dvi.py:285
-msgid "Continuing..."
-msgstr "Poursuite..."
+#: lilypond-book.py:1512
+msgid "Writing snippets..."
+msgstr "Écriture des extraits..."
 
-#. urg
-#: ly2dvi.py:296
+#: lilypond-book.py:1517
+msgid "Processing..."
+msgstr "Traitement..."
+
+#: lilypond-book.py:1521
+msgid "All snippets are up to date..."
+msgstr "Tous les extraits sont à jour..."
+
+#: lilypond-book.py:1531
 #, python-format
-msgid "Analyzing %s..."
-msgstr "Analyse de %s..."
+msgid "can't determine format for: %s"
+msgstr "impossible de déterminer le format pour : %s"
 
-#. search only the first 10k
-#: ly2dvi.py:354
+#: lilypond-book.py:1542
 #, python-format
-msgid "no LilyPond output found for `%s'"
-msgstr "aucune sortie de LilyPond n'a été trouvée pour « %s »"
+msgid "%s is up to date."
+msgstr "%s est à jour."
 
-#. 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.
-#: ly2dvi.py:397
+#: lilypond-book.py:1548
 #, python-format
-msgid "invalid value: `%s'"
-msgstr "valeur invalide: « %s »"
-
-#. 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
-#: ly2dvi.py:511
-msgid "LaTeX failed on the output file."
-msgstr "Échec de LaTex sur le fichier de sortie."
-
-#. make a preview by rendering only the 1st line
-#. of each score
-#: ly2dvi.py:568
-msgid ""
-"Trying create PDF, but no PFA fonts found.\n"
-"Using bitmap fonts instead. This will look bad."
-msgstr ""
-"Tentative de création du PDF mais aucune fonte PFA repérée.\n"
-"Utilisation des fontes bitmap à la place. L'apparence sera moins bonne."
+msgid "Writing `%s'..."
+msgstr "Écriture de « %s »..."
+
+#: lilypond-book.py:1595
+msgid "Output would overwrite input file; use --output."
+msgstr "La sortie écraserait le fichier d'entrée ; utilisez --output"
 
-#. ugh. Different targets?
-#. Added as functionality to ly2dvi, because ly2dvi may well need to do this
-#. in future too.
-#. no ps header?
-#: ly2dvi.py:615
+#: lilypond-book.py:1599
 #, python-format
-msgid "not a PostScript file: `%s'"
-msgstr "n'est pas un fichier PostScript: « %s »"
+msgid "Reading %s..."
+msgstr "Lecture en cours de %s..."
 
-#. todo
-#: ly2dvi.py:660
+#: lilypond-book.py:1618
+msgid "Dissecting..."
+msgstr "Dissection en cours..."
+
+#: lilypond-book.py:1634
 #, python-format
-msgid "Writing HTML menu `%s'"
-msgstr "Écriture du menu HTML « %s »"
-
-#. 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
-#: ly2dvi.py:769
-msgid "pseudo filter"
-msgstr "pseudo filtre"
-
-#: ly2dvi.py:772
-msgid "pseudo filter only for single input file"
-msgstr "pseudo filtre seulement pour le seul fichier d'entrée"
-
-#. Ugh, maybe make a setup () function
-#. hmmm. Wish I'd 've written comments when I wrote this.
-#. now it looks complicated.
-#: ly2dvi.py:806
+msgid "Compiling %s..."
+msgstr "Compilation en cours de %s..."
+
+#: lilypond-book.py:1643
 #, python-format
-msgid "filename should not contain spaces: `%s'"
-msgstr "le nom de fichier ne peut contenir des espaces: « %s »"
-
-#. 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?
-#.
-#: ly2dvi.py:845
-msgid "Running LilyPond failed. Rerun with --verbose for a trace."
-msgstr "Échec d'exécution de LilyPond. Réxécuter avec --verbose pour obtenir une trace."
-
-#. 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
-#: ly2dvi.py:886
-msgid "Failed to make PS file. Rerun with --verbose for a trace."
-msgstr "Échec de génération du fichier PS. Réexécuter avec --verbose pour obtenir une trace."
-
-#. unless: add --tex, or --latex?
-#. TODO: friendly message about TeX/LaTeX setup,
-#. trying to run tex/latex by hand
-#: ly2dvi.py:916
-msgid "Running LaTeX falied. Rerun with --verbose for a trace."
-msgstr "Échec de LaTeX. Réexécuter avec --verbose pour obtenir une trace."
-
-#. add DEP to targets?
-#: ly2dvi.py:926 input-file-results.cc:68
-#, c-format, python-format
-msgid "dependencies output to `%s'..."
-msgstr "dépendances produites dans « %s »"
+msgid "Processing include: %s"
+msgstr "Traitement d'inclusion : %s"
 
-#: ly2dvi.py:937
+#: lilypond-book.py:1657
 #, python-format
-msgid "%s output to <stdout>..."
-msgstr "%s sortie vers <stdout>»..."
+msgid "Removing `%s'"
+msgstr "Suppression de « %s »"
 
-#: ly2dvi.py:942 ly2dvi.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'"
-msgstr "ne peut repérer le fichier: « %s »"
+#: lilypond-book.py:1717
+#, python-format
+msgid "Writing fonts to %s..."
+msgstr "Écriture des polices dans %s..."
+
+#: lilypond-book.py:1729
+#, fuzzy
+msgid "option --psfonts not used"
+msgstr "option --psfonts=FICHIER inutilisée"
+
+#: lilypond-book.py:1730
+msgid "processing with dvips will have no fonts"
+msgstr "le traitement avec dvips n'aura pas de polices"
+
+#: lilypond-book.py:1736
+msgid "DVIPS usage:"
+msgstr "utilisation de DVIPS :"
+
+#: midi2ly.py:122 lily-library.scm:489 lily-library.scm:497
+msgid "warning: "
+msgstr "AVERTISSEMENT : "
 
-#. Hmm, if this were a function, we could call it the except: clauses
-#: ly2dvi.py:965
+#: midi2ly.py:125 midi2ly.py:941
+msgid "error: "
+msgstr "ERREUR : "
+
+#: midi2ly.py:126
+msgid "Exiting ... "
+msgstr "Fin d'exécution... "
+
+#: midi2ly.py:873
 #, python-format
-msgid "%s output to %s..."
-msgstr "%s sortie vers  %s..."
+msgid "%s output to `%s'..."
+msgstr "%s produites dans « %s »..."
 
-#. !@PYTHON@
-#.
-#. midi2ly.py -- LilyPond midi import script
-#.
-#. source file of the GNU LilyPond music typesetter
-#.
-#. (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
-#. Jan Nieuwenhuizen <janneke@gnu.org>
-#. ###############################################################
-#. 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 "Convertir de MIDI en source LilyPond"
-
-#: midi2ly.py:97
+#: midi2ly.py:887
+msgid "Convert MIDI to LilyPond source."
+msgstr "Convertir du format MIDI au format source LilyPond"
+
+#: midi2ly.py:891
 msgid "print absolute pitches"
-msgstr "afficher des tons absolus"
+msgstr "écrire des hauteurs de notes absolues"
 
-#: midi2ly.py:98 midi2ly.py:103
+#: midi2ly.py:893 midi2ly.py:905
 msgid "DUR"
 msgstr "DUR"
 
-#: midi2ly.py:98
+#: midi2ly.py:894
 msgid "quantise note durations on DUR"
-msgstr "quantifier la durée de la note sur DUR"
+msgstr "quantifier les durées de note d'après DUR"
 
-#: midi2ly.py:99
+#: midi2ly.py:897
 msgid "print explicit durations"
-msgstr "afficher les durées explicites"
+msgstr "afficher les durées explicites"
+
+#: midi2ly.py:898
+msgid "set key: ALT=+sharps|-flats; MINOR=1"
+msgstr "définir l'armure : ALT=+dièses|-bémols; MINEUR=1"
 
-#: midi2ly.py:101
+#: midi2ly.py:899
 msgid "ALT[:MINOR]"
 msgstr "ALT[:MINEUR]"
 
-#: midi2ly.py:101
-msgid "set key: ALT=+sharps|-flats; MINOR=1"
-msgstr "définir la clef: ALT=+dièse|-bémol; MINEUR=1"
-
-#: midi2ly.py:103
+#: midi2ly.py:904
 msgid "quantise note starts on DUR"
-msgstr "quantifier le début de la note sur DUR"
+msgstr "quantifier les débuts de note sur DUR"
 
-#: midi2ly.py:104
+#: midi2ly.py:907
 msgid "DUR*NUM/DEN"
 msgstr "DUR*NUM/DEN"
 
-#: midi2ly.py:104
+#: midi2ly.py:910
 msgid "allow tuplet durations DUR*NUM/DEN"
-msgstr "permettre un tuplet de durées DUR*NUM/DEN"
+msgstr "permettre des n-olets de durées DUR*NUM/DEN"
 
-#: midi2ly.py:108
+#: midi2ly.py:918
 msgid "treat every text as a lyric"
 msgstr "traiter chaque texte comme des paroles"
 
-#: midi2ly.py:136 mup2ly.py:130
-msgid " 2001--2003"
-msgstr " 2001--2003"
-
-#: midi2ly.py:141 mup2ly.py:135
-msgid ""
-"\n"
-"Distributed under terms of the GNU General Public License. It comes with\n"
-"NO WARRANTY."
-msgstr ""
-"\n"
-"Distribué selon les termes de la GNU General Public License.  Le logiciel est fourni sans GARANTIE."
-
-#: midi2ly.py:166 mup2ly.py:162
-msgid "Exiting ... "
-msgstr "Fin d'exécution... "
-
-#: midi2ly.py:264 mup2ly.py:261
-#, python-format
-msgid "command exited with value %d"
-msgstr "fin de la commande avec l'état %d"
-
-#. ###############################################################
-#. 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 <bf250@freenet.carleton.ca>
-#.
-#. 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'..."
-msgstr "%s produites dans « %s »..."
-
-#: midi2ly.py:1033
-msgid "Example:"
-msgstr "Exemple:"
+#: midi2ly.py:921
+#, fuzzy
+msgid "example"
+msgstr "Exemples"
 
-#: midi2ly.py:1083
+#: midi2ly.py:942
 msgid "no files specified on command line."
-msgstr "aucun fichier spéficié sur la ligne de commande."
-
-#. !@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"
-msgstr "Conversion de mup en source LilyPond"
-
-#: mup2ly.py:73
-msgid "debug"
-msgstr "débug"
-
-#: mup2ly.py:74
-msgid "define macro NAME [optional expansion EXP]"
-msgstr "définit la macro NOM [EXPRESSION contient les options étendues]"
-
-#: mup2ly.py:76 main.cc:117
-msgid "write output to FILE"
-msgstr "produire la sortie dans le FICHIER"
-
-#: mup2ly.py:77
-msgid "only pre-process"
-msgstr "pré-traitement seulement"
-
-#. 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 "pas de tel contexte: %s"
-
-#. 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'..."
-msgstr "Traitement de « %s »..."
-
-#: mup2ly.py:1319
-#, python-format
-msgid "Writing `%s'..."
-msgstr "Écriture de « %s »..."
+msgstr "aucun fichier spécifié sur la ligne de commande."
 
-#: getopt-long.cc:146
+#: getopt-long.cc:141
 #, c-format
 msgid "option `%s' requires an argument"
-msgstr "L'option « %s » requiert un argument"
+msgstr "l'option Â« %s Â» requiert un argument"
 
-#: getopt-long.cc:150
+#: getopt-long.cc:145
 #, c-format
 msgid "option `%s' doesn't allow an argument"
-msgstr "L'option « %s » ne requiert pas d'argument"
+msgstr "l'option « %s » ne reçoit pas d'argument"
 
-#: getopt-long.cc:154
+#: getopt-long.cc:149
 #, c-format
 msgid "unrecognized option: `%s'"
-msgstr "option non reconnue: « %s »"
+msgstr "option non reconnue : Â« %s Â»"
 
-#: getopt-long.cc:161
+#: getopt-long.cc:155
 #, c-format
 msgid "invalid argument `%s' to option `%s'"
-msgstr "argument invalide « %s » pour l'option « %s »"
-
-#: warn.cc:25
-#, c-format
-msgid "warning: %s\n"
-msgstr "AVERTISSEMENT: %s\n"
+msgstr "argument « %s » invalide pour l'option « %s »"
 
-#: warn.cc:31
+#: warn.cc:68 grob.cc:462
 #, c-format
-msgid "error: %s\n"
-msgstr "Erreur: %s\n"
+msgid "programming error: %s"
+msgstr "erreur de programmation : %s"
 
-#: warn.cc:44
-#, c-format
-msgid "programming error: %s (Continuing; cross thumbs)\n"
-msgstr "Erreur de programmation: %s (Poursuite; croisons les doigts)\n"
+#: warn.cc:69
+msgid "continuing, cross fingers"
+msgstr "poursuite ; croisons les doigts"
 
-#: accidental.cc:202 key-signature-interface.cc:137
+#: accidental-engraver.cc:238
 #, c-format
-msgid "accidental `%s' not found"
-msgstr "accidentel `%s' non repéré"
-
-#: accidental-engraver.cc:171 new-accidental-engraver.cc:238
-#, c-format
-msgid "Accidental typesetting list must begin with context-name: %s"
-msgstr "Liste de mise en page accidentelle doit débuter avec un nom de contexte: %s"
-
-#: accidental-engraver.cc:196 new-accidental-engraver.cc:263
-#, c-format
-msgid "unknown accidental typesetting: %s. Ignored"
-msgstr "mise en page accidentelle inconnue: %s. Ignorée"
-
-#: accidental-engraver.cc:212 new-accidental-engraver.cc:279
-#, c-format
-msgid "Symbol is not a parent context: %s. Ignored"
-msgstr "Symbole n'est pas un contexte parent: %s. Ignoré"
-
-#: accidental-engraver.cc:215 new-accidental-engraver.cc:282
-#, c-format
-msgid "Accidental typesetting must be pair or context-name: %s"
-msgstr "Mise en page accidentelle doit être pair ou un nom de contexte: %s"
-
-#: afm.cc:66
-#, c-format
-msgid "can't find character number: %d"
-msgstr "ne peut repérer le nombre de caractères: %d"
-
-#: afm.cc:81
-#, c-format
-msgid "can't find character called: `%s'"
-msgstr "ne peut repérer le caractère portant le nom: « %s »"
+msgid "accidental typesetting list must begin with context-name: %s"
+msgstr ""
+"la saisie d'une liste d'altérations accidentelles doit débuter par un nom de "
+"contexte : %s"
 
-#: afm.cc:142
+#: accidental-engraver.cc:266
 #, c-format
-msgid "Error parsing AFM file: `%s'"
-msgstr "Erreur d'analyse syntaxique du fichier AFM: « %s »"
+msgid "ignoring unknown accidental: %s"
+msgstr "altération accidentelle inconnue ignorée : %s"
 
-#: all-font-metrics.cc:95
+#: accidental-engraver.cc:282
 #, c-format
-msgid "checksum mismatch for font file: `%s'"
-msgstr "somme de contrôle ne concorde pas pour le fichier de fontes: « %s »"
+msgid "pair or context-name expected for accidental rule, found %s"
+msgstr ""
+"paire ou nom de contexte attendu pour la règle d'altération accidentelle, %s "
+"trouvé"
 
-#: all-font-metrics.cc:97
+#: accidental.cc:239 key-signature-interface.cc:124
 #, c-format
-msgid "does not match: `%s'"
-msgstr "ne concorde pas: « %s »"
-
-#: all-font-metrics.cc:102
-msgid " Rebuild all .afm files, and remove all .pk and .tfm files.  Rerun with -V to show font paths."
-msgstr " Reconstruire tous les fichiers .afm et enlever tous les fichiers .pk et .tfm. Ré-exécuter avec l'option -V pour afficher les chemins vers les fontes"
+msgid "accidental `%s' not found"
+msgstr "altération accidentelle `%s' non repérée"
 
-#: all-font-metrics.cc:103
+#: align-interface.cc:160
 msgid ""
-"A script for removing font-files is delivered with the source-code,\n"
-"in buildscripts/clean-fonts.sh"
+"vertical alignment called before line-breaking.\n"
+"Only do cross-staff spanners with PianoStaff."
 msgstr ""
-"Un script pour enlever les fichiers de fontes est livré avec le code source,\n"
-"dans buildscripts/clean-fonts.sh"
 
-#: all-font-metrics.cc:169
+#: all-font-metrics.cc:213
 #, c-format
 msgid "can't find font: `%s'"
-msgstr "ne peut repérer la fonte: « %s »"
+msgstr "impossible de trouver la police : Â« %s Â»"
 
-#: all-font-metrics.cc:170
-msgid "Loading default font"
-msgstr "Chargement de la fonte par défaut"
+#: all-font-metrics.cc:214
+msgid "loading default font"
+msgstr "chargement de la police par défaut"
 
-#: all-font-metrics.cc:185
+#: all-font-metrics.cc:224
 #, c-format
 msgid "can't find default font: `%s'"
-msgstr "ne peut reprérer la fonte par défaut: « %s »"
+msgstr "impossible de repérer la police par défaut : Â« %s Â»"
 
-#: all-font-metrics.cc:186 includable-lexer.cc:59 input-file-results.cc:192
+#: all-font-metrics.cc:225 includable-lexer.cc:62 lily-parser-scheme.cc:97
 #, c-format
 msgid "(search path: `%s')"
-msgstr "(chemin de recherche: « %s »)"
+msgstr "(chemin de recherche : Â« %s Â»)"
 
-#: all-font-metrics.cc:187
-msgid "Giving up"
-msgstr "Abandon"
+#: all-font-metrics.cc:226 volta-engraver.cc:157
+msgid "giving up"
+msgstr "abandon"
 
-#: auto-change-iterator.cc:43 change-iterator.cc:60
-#: part-combine-music-iterator.cc:120
-msgid "Can't switch translators, I'm there already"
-msgstr "Ne peut commuter d'un traducteur à l'autre, je suis là déjà"
+#: apply-context-iterator.cc:34
+msgid "\\applycontext argument is not a procedure"
+msgstr "l'argument de \\applycontext n'est pas une procédure"
 
-#: bar-check-iterator.cc:51
+#: auto-change-iterator.cc:62 change-iterator.cc:61
 #, c-format
-msgid "barcheck failed at: %s"
-msgstr "échec du barcheck à: %s"
+msgid "can't change, already in translator: %s"
+msgstr "impossible de faire un changement, il est déjà dans le traducteur : %s"
+
+#: axis-group-engraver.cc:82
+msgid "Axis_group_engraver: vertical group already has a parent"
+msgstr "Axis_group_engraver : le groupe vertical a déjà un parent"
 
-#: beam.cc:146
-msgid "beam has less than two visible stems"
-msgstr "faisceau a moins que deux queues visibles"
+#: axis-group-engraver.cc:83
+msgid "are there two Axis_group_engravers?"
+msgstr "y a-t-il deux Axis_group_engravers ?"
 
-#: beam.cc:151
-msgid "Beam has less than two stems. Removing beam."
-msgstr "faisceau a moins de deux queues. Retrait du faisceau."
+#: axis-group-engraver.cc:84
+msgid "removing this vertical group"
+msgstr "retrait de ce groupe vertical"
 
-#: beam.cc:976
-msgid "Not sure that we can find a nice beam slope (no viable initial configuration found)."
-msgstr "Pas certain que l'on puisse repérer un joli pente dans le faisceau (configuration initiale viable non repérée)"
+#: bar-check-iterator.cc:73
+#, c-format
+msgid "barcheck failed at: %s"
+msgstr "échec du contrôle de mesure (barcheck) à : %s"
 
-#: beam-engraver.cc:176
+#: beam-engraver.cc:136
 msgid "already have a beam"
-msgstr "faisceau déjà présent"
+msgstr "lien déjà présent"
 
-#: beam-engraver.cc:259
+#: beam-engraver.cc:205
 msgid "unterminated beam"
-msgstr "faisceau non terminé"
+msgstr "lien non terminé"
 
-#: beam-engraver.cc:292 chord-tremolo-engraver.cc:197
+#: beam-engraver.cc:246 chord-tremolo-engraver.cc:162
 msgid "stem must have Rhythmic structure"
-msgstr "la queue doit avoir une structure rythmiique"
+msgstr "la hampe doit avoir une structure Rhythmic"
 
-#: beam-engraver.cc:306
+#: beam-engraver.cc:259
 msgid "stem doesn't fit in beam"
-msgstr "la queue ne s'insère pas dans le faisceau"
+msgstr "la hampe ne s'insère pas dans le lien"
 
-#: beam-engraver.cc:307
+#: beam-engraver.cc:260
 msgid "beam was started here"
-msgstr "faisceau a débuté ici"
+msgstr "le lien a débuté ici"
+
+#: beam-quanting.cc:306
+#, fuzzy
+msgid "no feasible beam position"
+msgstr "aucun saut de ligne faisable repéré"
+
+#: beam.cc:126
+msgid "removing beam with less than two stems"
+msgstr "retrait du lien ayant moins de deux hampes"
 
-#: break-align-interface.cc:173
+#: beam.cc:981
+msgid "no viable initial configuration found: may not find good beam slope"
+msgstr ""
+"pas de configuration initiale viable repérée : possibilité de mauvaise pente "
+"de lien"
+
+#: break-align-interface.cc:194
 #, c-format
 msgid "No spacing entry from %s to `%s'"
-msgstr "Pas d'espacement des entrées à partir de %s à « %s »"
+msgstr "Pas d'entrée d'espacement de %s jusqu'à Â« %s Â»"
 
-#: change-iterator.cc:22
+#: change-iterator.cc:23
 #, c-format
 msgid "can't change `%s' to `%s'"
-msgstr "ne peut changer de « %s » à « %s »"
+msgstr "impossible de changer « %s » en « %s »"
+
+#. FIXME: constant error message.
+#: change-iterator.cc:82
+msgid "can't find context to switch to"
+msgstr "impossible de repérer le contexte vers lequel commuter"
 
-#.
 #. 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_;
+#. errors hard to catch.
 #.
-#: change-iterator.cc:79
-msgid "I'm one myself"
-msgstr "J'en suis un moi-même"
+#. last->translator_id_string () = get_change
+#. ()->change_to_id_string ();
+#: change-iterator.cc:91
+#, c-format
+msgid "not changing to same context type: %s"
+msgstr "pas de changement vers le même type de contexte : %s"
 
-#: change-iterator.cc:82
+#. FIXME: uncomprehensable message
+#: change-iterator.cc:95
 msgid "none of these in my family"
 msgstr "aucun de ceux-ci dans ma famille"
 
-#: chord-tremolo-engraver.cc:98
+#: chord-tremolo-engraver.cc:96
 #, c-format
-msgid "Chord tremolo with %d elements. Must have two elements."
-msgstr "Accord de tremolo avec %d éléments. Doit avoir 2 éléments."
+msgid "expect 2 elements for chord tremolo, found %d"
+msgstr "attendait 2 éléments pour l'accord de trémolo, %d trouvé(s)"
 
-#: chord-tremolo-engraver.cc:157
+#: chord-tremolo-engraver.cc:132
 msgid "unterminated chord tremolo"
-msgstr "accord de tremolo non terminé"
+msgstr "accord de trémolo non terminé"
 
-#: chord-tremolo-iterator.cc:69
+#: chord-tremolo-iterator.cc:60
 msgid "no one to print a tremolos"
-msgstr "aucun pour l'impression de tremolos"
+msgstr "rien pour l'impression de trémolo"
 
-#: clef.cc:64
+#: clef.cc:55
 #, c-format
 msgid "clef `%s' not found"
-msgstr "clé `%s' non repéré"
+msgstr "clé « %s » non trouvée"
 
-#: cluster.cc:131
+#: cluster.cc:110
 #, c-format
 msgid "unknown cluster style `%s'"
-msgstr "style de groupement inconnu « %s »"
+msgstr "style de cluster inconnu : « %s »"
+
+#: cluster.cc:135
+msgid "junking empty cluster"
+msgstr "mise au rebut d'un cluster vide"
 
-#: coherent-ligature-engraver.cc:84
+#: coherent-ligature-engraver.cc:86
 #, c-format
 msgid "gotcha: ptr=%ul"
-msgstr "obtenu: ptr=%ul"
+msgstr "obtenu : ptr=%ul"
+
+#: coherent-ligature-engraver.cc:93
+msgid "distance undefined, assuming 0.1"
+msgstr "distance non définie, j'applique 0.1"
 
 #: coherent-ligature-engraver.cc:96
 #, c-format
 msgid "distance=%f"
 msgstr "distance=%f"
 
-#: coherent-ligature-engraver.cc:139
+#: coherent-ligature-engraver.cc:136
+#, c-format
+msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul"
+msgstr ""
+"Coherent_ligature_engraver : initialise `spacing-increment=0.01': ptr=%ul"
+
+#: constrained-breaking.cc:124
+msgid "no system number set in constrained-breaking"
+msgstr ""
+
+#. if we get to here, just put everything on one line
+#: constrained-breaking.cc:225 constrained-breaking.cc:241
+#, fuzzy
+msgid "couldn't find line breaking that satisfies constraints"
+msgstr "impossible de trouver un saut de ligne qui satisfasse les contraintes"
+
+#: context-def.cc:123
+#, c-format
+msgid "program has no such type: `%s'"
+msgstr "le programme n'a pas de tel type : « %s »"
+
+#: context-def.cc:311
 #, c-format
-msgid "Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr=%ul"
-msgstr "Coherent_ligature_engraver: fixé `spacing-increment = 0.01': ptr=%ul"
+msgid "can't find: `%s'"
+msgstr "impossible de trouver : « %s »"
+
+#: context-property.cc:77
+msgid "need symbol arguments for \\override and \\revert"
+msgstr "nécessite des arguments symboliques pour \\override et \\revert"
+
+#: context.cc:160
+#, c-format
+msgid "can't find or create new `%s'"
+msgstr "impossible de trouver ou créer un nouveau « %s »"
 
-#: custos.cc:92
+#: context.cc:222
+#, c-format
+msgid "can't find or create `%s' called `%s'"
+msgstr "impossible de trouver ou créer « %s » appelé « %s »"
+
+#: context.cc:276
+#, c-format
+msgid "can't find or create: `%s'"
+msgstr "impossible de trouver ou créer : « %s »"
+
+#: custos.cc:77
 #, c-format
 msgid "custos `%s' not found"
-msgstr "custos `%s' non repéré"
+msgstr "custos « %s » non trouvé"
+
+#: dynamic-engraver.cc:181 span-dynamic-performer.cc:84
+msgid "can't find start of (de)crescendo"
+msgstr "impossible de repérer le début du (de)crescendo"
+
+#: dynamic-engraver.cc:190
+msgid "already have a decrescendo"
+msgstr "decrescendo déjà présent"
+
+#: dynamic-engraver.cc:192
+msgid "already have a crescendo"
+msgstr "crescendo déjà présent"
+
+#: dynamic-engraver.cc:195
+msgid "cresc starts here"
+msgstr "le crescendo débute ici"
+
+#: dynamic-engraver.cc:318
+msgid "unterminated (de)crescendo"
+msgstr "(de)crescendo non terminé"
+
+#: event-chord-iterator.cc:53 output-property-music-iterator.cc:31
+#, c-format
+msgid "junking event: `%s'"
+msgstr "événement rebut : « %s »"
+
+#: extender-engraver.cc:131 extender-engraver.cc:140
+msgid "unterminated extender"
+msgstr "prolongation non terminée"
+
+#: folded-repeat-iterator.cc:63
+msgid "no one to print a repeat brace"
+msgstr "rien pour l'impression d'accolades de reprise"
+
+#: font-config.cc:28
+msgid "Initializing FontConfig..."
+msgstr "Initialisation de FontConfig..."
+
+#: font-config.cc:38
+#, c-format
+msgid "Rebuilding FontConfig cache %s. this may take a while..."
+msgstr ""
+
+#: font-config.cc:49 font-config.cc:51
+#, c-format
+msgid "adding font directory: %s"
+msgstr "ajout d'un répertoire de polices : « %s »"
+
+#: general-scheme.cc:161
+msgid "infinity or NaN encountered while converting Real number"
+msgstr "infini ou NaN rencontré lors de la conversion d'un nombre réel"
+
+#: general-scheme.cc:162
+msgid "setting to zero"
+msgstr "initialisation à zéro"
+
+#: glissando-engraver.cc:91
+msgid "unterminated glissando"
+msgstr "glissando non terminé"
+
+#: global-context-scheme.cc:50 global-context-scheme.cc:77
+msgid "no music found in score"
+msgstr "il n'y a pas de musique dans la partition"
+
+#: global-context-scheme.cc:68
+msgid "Interpreting music... "
+msgstr "Interprétation de la musique..."
+
+#: global-context-scheme.cc:88
+#, c-format
+msgid "elapsed time: %.2f seconds"
+msgstr "temps écoulé : %.2f secondes"
+
+#: global-context.cc:159
+#, c-format
+msgid "can't find `%s' context"
+msgstr "impossible de trouver le contexte « %s »"
+
+#: gourlay-breaking.cc:202
+#, c-format
+msgid "Optimal demerits: %f"
+msgstr "Démérites optimaux : %f"
+
+#: gourlay-breaking.cc:207
+msgid "no feasible line breaking found"
+msgstr "aucun saut de ligne faisable repéré"
+
+#: gourlay-breaking.cc:215
+msgid "can't find line breaking that satisfies constraints"
+msgstr "impossible de trouver un saut de ligne qui satisfasse les contraintes"
+
+#: gregorian-ligature-engraver.cc:61
+#, c-format
+msgid "\\%s ignored"
+msgstr "\\%s ignoré"
+
+#: gregorian-ligature-engraver.cc:66
+#, c-format
+msgid "implied \\%s added"
+msgstr "\\%s implicite ajouté"
+
+#. ligature may not start with 2nd head of pes or flexa
+#: gregorian-ligature-engraver.cc:214
+#, fuzzy
+msgid "can't apply `\\~' on first head of ligature"
+msgstr ""
+"Impossible d'appliquer '\\~' à la première tête de ligature ; '\\~' ignoré"
+
+#. (pitch == prev_pitch)
+#: gregorian-ligature-engraver.cc:226
+#, fuzzy
+msgid "can't apply `\\~' on heads with identical pitch"
+msgstr ""
+"impossible de appliquer '\\~' à des têtes ayant la même hauteur ; '\\~' "
+"ignoré"
+
+#: grob-interface.cc:48
+#, c-format
+msgid "Unknown interface `%s'"
+msgstr "Interface inconnue : « %s »"
+
+#: grob-interface.cc:59
+#, c-format
+msgid "Grob `%s' has no interface for property `%s'"
+msgstr ""
+"L'objet graphique (Grob) « %s » n'a pas d'interface pour la propriété « %s »"
+
+#: grob.cc:242
+#, fuzzy
+msgid "Infinity or NaN encountered"
+msgstr "infini ou NaN rencontré lors de la conversion d'un nombre réel"
+
+#: hairpin.cc:149
+msgid "decrescendo too small"
+msgstr "decrescendo trop court"
+
+#: hairpin.cc:150
+msgid "crescendo too small"
+msgstr "crescendo trop court"
+
+#: horizontal-bracket-engraver.cc:58
+msgid "don't have that many brackets"
+msgstr "n'a pas autant de crochets"
+
+#: horizontal-bracket-engraver.cc:67
+msgid "conflicting note group events"
+msgstr "événements de groupe de notes conflictuels"
+
+#: hyphen-engraver.cc:93
+msgid "removing unterminated hyphen"
+msgstr "retrait du trait d'union non terminé"
+
+#: hyphen-engraver.cc:107
+msgid "unterminated hyphen; removing"
+msgstr "retrait du trait d'union non terminé"
+
+#: includable-lexer.cc:53
+msgid "include files are not allowed in safe mode"
+msgstr "l'inclusion de fichiers n'est pas permise en mode sécurisé"
+
+#: includable-lexer.cc:60 lily-guile.cc:96 lily-parser-scheme.cc:104
+#, c-format
+msgid "can't find file: `%s'"
+msgstr "impossible de trouver le fichier : « %s »"
+
+#: input.cc:103 source-file.cc:153 source-file.cc:168
+msgid "position unknown"
+msgstr "position inconnue"
+
+#: ligature-engraver.cc:100
+msgid "can't find start of ligature"
+msgstr "impossible de trouver le début d'une ligature"
+
+#: ligature-engraver.cc:105
+msgid "no right bound"
+msgstr "pas de borne à droite"
+
+#: ligature-engraver.cc:127
+msgid "already have a ligature"
+msgstr "a déjà une ligature"
+
+#: ligature-engraver.cc:136
+msgid "no left bound"
+msgstr "pas de borne à gauche"
+
+#: ligature-engraver.cc:180
+msgid "unterminated ligature"
+msgstr "ligature non terminée"
+
+#: ligature-engraver.cc:209
+msgid "ignoring rest: ligature may not contain rest"
+msgstr "le silence est ignoré : une ligature ne peut contenir un silence"
+
+#: ligature-engraver.cc:210
+msgid "ligature was started here"
+msgstr "la ligature a débuté ici"
+
+#: lily-guile.cc:98
+#, c-format
+msgid "(load path: `%s')"
+msgstr "(chemin de chargement : « %s »)"
+
+#: lily-guile.cc:441
+#, c-format
+msgid "can't find property type-check for `%s' (%s)."
+msgstr "Vérification de type de propriété pour « %s » (%s) non trouvée."
+
+#: lily-guile.cc:444
+msgid "perhaps a typing error?"
+msgstr "peut-être avez-vous commis une faute de frappe ?"
+
+#: lily-guile.cc:450
+msgid "doing assignment anyway"
+msgstr "affectation faite malgré tout"
+
+#: lily-guile.cc:462
+#, c-format
+msgid "type check for `%s' failed; value `%s' must be of type `%s'"
+msgstr ""
+"la vérification du type de « %s » a échoué ; la valeur « %s » doit être du "
+"type « %s »"
+
+#: lily-lexer.cc:223
+#, c-format
+msgid "identifier name is a keyword: `%s'"
+msgstr "le nom de l'identificateur est un mot clé : « %s »"
+
+#: lily-lexer.cc:238
+#, c-format
+msgid "error at EOF: %s"
+msgstr "erreur à la fin du fichier (EOF) : %s"
+
+#: lily-parser-scheme.cc:29
+#, c-format
+msgid "deprecated function called: %s"
+msgstr "appel à une fonction obsolète : %s"
+
+#: lily-parser-scheme.cc:76
+#, fuzzy, c-format
+msgid "Changing working directory to `%s'"
+msgstr "impossible de changer de répertoire de travail vers : %s : %s"
+
+#: lily-parser-scheme.cc:96
+#, c-format
+msgid "can't find init file: `%s'"
+msgstr "impossible de trouver le fichier d'initialisation : « %s »"
+
+#: lily-parser-scheme.cc:114
+#, c-format
+msgid "Processing `%s'"
+msgstr "Traitement de « %s »"
+
+#: lily-parser.cc:97
+msgid "Parsing..."
+msgstr "Analyse syntaxique..."
+
+#: lily-parser.cc:126
+msgid "braces don't match"
+msgstr "accolades non pairées"
+
+#: lyric-combine-music-iterator.cc:256
+#, c-format
+msgid "cannot find Voice `%s'"
+msgstr "impossible de repérer la Voix %s"
+
+#: main.cc:116
+#, 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 ""
+"Ce logiciel est libre. Il est couvert par la licence GNU General Public "
+"License,\n"
+"et vous êtes libre de le modifier et/ou d'en distribuer des copies sous "
+"certaines conditions\n"
+"Invoquez « %s --warranty » pour plus d'informations.\n"
+
+#: main.cc:122
+msgid ""
+"    This program is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License version 2\n"
+"as published by the Free Software Foundation.\n"
+"\n"
+"    This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
+"General Public License for more details.\n"
+"\n"
+"    You should have received a copy (refer to the file COPYING) of the\n"
+"GNU General Public License along with this program; if not, write to\n"
+"the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
+"Boston, MA 02111-1307, USA.\n"
+msgstr ""
+"    Ce logiciel est libre ; vous pouvez le redistribuer et/ou le modifier\n"
+"sous les termes de la licence GNU General Public License version 2\n"
+"tel que publiée par la Free Software Foundation.\n"
+"\n"
+"    Ce logiciel est distribué dans l'espoir qu'il soit utile\n"
+"mais sans AUCUNE GARANTIE ; sans aucune garantie implicite\n"
+"COMMERCIALE ou D'ADÉQUATION À UN BESOIN PARTICULIER. Consulter\n"
+"la licence GNU General Public License pour plus de détails.\n"
+"\n"
+"    Vous devriez avoir reçu une copie (consulter le fichier COPYING) de la\n"
+"licence GNU General Public License accompagnant ce logiciel ; sinon écrire "
+"à\n"
+"la Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
+"02111-1307,\n"
+"USA.\n"
+
+#: main.cc:153
+msgid "BACK"
+msgstr "BACK"
+
+#: main.cc:153
+#, fuzzy
+msgid ""
+"use backend BACK (gnome, ps,eps,\n"
+"scm, svg, tex, texstr)\n"
+"default: PS"
+msgstr ""
+"utiliser le support BACK (gnome, ps [par défaut],\n"
+"                                                  scm, svg, tex, texstr)"
+
+#: main.cc:155
+msgid "SYM=VAL"
+msgstr ""
+
+#: main.cc:156
+msgid ""
+"set a Scheme program option. Uses #t if VAL is not specified\n"
+"Try -dhelp for help."
+msgstr ""
 
-#: dimensions.cc:13
-msgid "NaN"
-msgstr "NaN"
+#: main.cc:159
+msgid "EXPR"
+msgstr "EXPR"
 
-#: dynamic-engraver.cc:204 span-dynamic-performer.cc:82
-msgid "can't find start of (de)crescendo"
-msgstr "ne peut repérer le début du (de)crescendo"
+#: main.cc:159
+msgid "evaluate scheme code"
+msgstr ""
 
-#: dynamic-engraver.cc:216
-msgid "already have a crescendo"
-msgstr "crescendo déjà présent"
+#. Bug in option parser: --output =foe is taken as an abbreviation
+#. for --output-format.
+#: main.cc:162
+msgid "FORMATs"
+msgstr "FORMATs"
 
-#: dynamic-engraver.cc:217
-msgid "already have a decrescendo"
-msgstr "decrescendo déjà présent"
+#: main.cc:162
+msgid "dump FORMAT,...  Also as separate options:"
+msgstr "produire FORMAT,... Aussi comme options séparées :"
 
-#: dynamic-engraver.cc:220
-msgid "Cresc started here"
-msgstr "Crescendo a débuté ici"
+#: main.cc:163
+msgid "generate DVI (tex backend only)"
+msgstr "générer le DVI (uniquement pour tex)"
 
-#: dynamic-engraver.cc:323
-msgid "unterminated (de)crescendo"
-msgstr "(de)crescendo n'est pas terminé"
+#: main.cc:164
+msgid "relocate using directory of lilypond program"
+msgstr ""
 
-#: event.cc:49
-#, c-format
-msgid "Transposition by %s makes alteration larger than two"
-msgstr "Transposition faite par %s crée des altérations plus grande que deux"
+#: main.cc:165
+msgid "generate PDF (default)"
+msgstr "générer le PDF (par défaut)"
 
-#: event-chord-iterator.cc:76 output-property-music-iterator.cc:27
-#, c-format
-msgid "Junking event: `%s'"
-msgstr "Événement rebut: « %s »"
+#: main.cc:166
+msgid "generate PNG"
+msgstr "générer le PNG"
 
-#: extender-engraver.cc:94
-msgid "unterminated extender"
-msgstr "prolongation non terminée"
+#: main.cc:167
+msgid "generate PostScript"
+msgstr "générer le PostScript"
 
-#: extender-engraver.cc:106
-msgid "Nothing to connect extender to on the left.  Ignoring extender event."
-msgstr "Rien à relier à la prolongation sur la gauche. Requête de prolongation ignorée."
+#: main.cc:168
+msgid "generate TeX (tex backend only)"
+msgstr "générer le TeX (uniquement pour tex)"
 
-#: folded-repeat-iterator.cc:88
-msgid "no one to print a repeat brace"
-msgstr "aucun pour l'impression d'accolades répétées"
+#: main.cc:169
+msgid "print this help"
+msgstr "afficher cet aide-mémoire"
 
-#: font-interface.cc:239
-msgid "couldn't find any font satisfying "
-msgstr "ne peut repérer aucune fonte satisfaisante"
+#: main.cc:170
+msgid "FIELD"
+msgstr "CHAMP"
 
-#: glissando-engraver.cc:100
-msgid "Unterminated glissando."
-msgstr "glissando non terminée"
+#: main.cc:170
+#, fuzzy
+msgid "dump a header field to file BASENAME.FIELD"
+msgstr "écrire un champ d'en-tête dans BASENAME.CHAMP"
 
-#: gourlay-breaking.cc:188
-#, c-format
-msgid "Optimal demerits: %f"
-msgstr "Démérites optionnels: %f"
+#: main.cc:171
+msgid "DIR"
+msgstr "RÉPERTOIRE"
 
-#: gourlay-breaking.cc:193
-msgid "No feasible line breaking found"
-msgstr "Aucun morcèlement de ligne faisable repéré"
+#: main.cc:171
+msgid "add DIR to search path"
+msgstr "ajouter le RÉPERTOIRE au chemin de recherche"
 
-#: gregorian-ligature-engraver.cc:59
-#, c-format
-msgid "\\%s ignored"
-msgstr "\\%s ignoré"
+#: main.cc:172
+msgid "use FILE as init file"
+msgstr "utiliser le FICHIER comme fichier d'initialisation"
 
-#: gregorian-ligature-engraver.cc:64
-#, c-format
-msgid "implied \\%s added"
-msgstr "\\%s implicite ajouté"
+#: main.cc:174
+msgid "USER,GROUP,JAIL,DIR"
+msgstr "UTILISATEUR,GROUPE,CAGE,RÉPERTOIRE"
 
-#.
-#. 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
+#: main.cc:174
+#, fuzzy
 msgid ""
-"Skipped something?\n"
-"Grob %s ended before I expected it to end."
+"chroot to JAIL, become USER:GROUP\n"
+"and cd into DIR"
 msgstr ""
-"Quelque chose a été escamoté?\n"
-"%s terminé avant la fin attendue."
-
-#: hairpin.cc:98
-msgid "decrescendo too small"
-msgstr "decrescendo trop petit"
-
-#: hairpin.cc:99
-msgid "crescendo too small"
-msgstr "crescendo trop petit"
+"chroot dans CAGE, devenir UTILISATEUR:GROUPE\n"
+"                                        et cd dans RÉPERTOIRE"
 
-#: horizontal-bracket-engraver.cc:64
-msgid "Don't have that many brackets."
-msgstr "N'a pas autant de crochets."
+#: main.cc:177
+msgid "do not generate printed output"
+msgstr "ne pas générer la sortie imprimée"
 
-#: horizontal-bracket-engraver.cc:73
-msgid "Conflicting note group events."
-msgstr "Événements de groupe de notes conflictuels."
+#: main.cc:178
+msgid "write output to FILE (suffix will be added)"
+msgstr "produire la sortie dans le FICHIER (adjonction automatique du suffixe)"
 
-#: hyphen-engraver.cc:87
-msgid "unterminated hyphen"
-msgstr "trait d'union non terminé"
+#: main.cc:179
+msgid "generate a preview of the first system"
+msgstr "produire une image du premier système"
 
-#: hyphen-engraver.cc:99
-msgid "Nothing to connect hyphen to on the left.  Ignoring hyphen event."
-msgstr "Rien à connecter au trait d'union sur la gauche. Requête de trait d'union ignoré"
-
-#: input.cc:99
-msgid "non fatal error: "
-msgstr "pas une erreur fatale: "
+#: main.cc:180
+msgid "disallow unsafe Scheme and PostScript operations"
+msgstr ""
 
-#: input.cc:107 source-file.cc:146 source-file.cc:239
-msgid "position unknown"
-msgstr "position inconnue"
+#: main.cc:181
+msgid "print version number"
+msgstr "afficher le numéro de version"
 
-#: input-file-results.cc:72 source-file.cc:54 streams.cc:38
+#: main.cc:221
 #, c-format
-msgid "can't open file: `%s'"
-msgstr "ne peut ouvrir le fichier: « %s »"
-
-#: input-file-results.cc:132
-msgid "Score contains errors; will not process it"
-msgstr "La feuille de musique contient des erreurs; elle ne sera pas traitée"
+msgid ""
+"Copyright (c) %s by\n"
+"%s  and others."
+msgstr ""
+"Copyright © %s écrit par\n"
+"%s et autres."
 
-#: input-file-results.cc:172
+#. No version number or newline here.  It confuses help2man.
+#: main.cc:248
 #, c-format
-msgid "Now processing: `%s'"
-msgstr "Maintenant en traitement: « %s »"
-
-#: key-performer.cc:96
-msgid "FIXME: key change merge"
-msgstr "FIXME: changement de fusion de clés"
+msgid "Usage: %s [OPTION]... FILE..."
+msgstr "Utilisation : %s [OPTIONS]... FICHIER..."
 
-#: kpath.cc:76
+#: main.cc:250
 #, c-format
-msgid "Kpathsea couldn't find TFM file `%s'"
-msgstr "Kpathsea ne peut repérer le fichier TFM: « %s »"
-
-#: ligature-engraver.cc:159
-msgid "can't find start of ligature"
-msgstr "ne peut repérer le début d'une ligature"
-
-#: ligature-engraver.cc:165
-msgid "no right bound"
-msgstr "pas de borne à droite"
+msgid "Typeset music and/or produce MIDI from FILE."
+msgstr "Composer la musique et/ou produire du MIDI à partir du FICHIER"
 
-#: ligature-engraver.cc:191
-msgid "already have a ligature"
-msgstr "a déjà une ligature"
+#: main.cc:252
+#, c-format
+msgid "LilyPond produces beautiful music notation."
+msgstr "LilyPond produit une jolie notation musicale."
 
-#: ligature-engraver.cc:207
-msgid "no left bound"
-msgstr "pas de borne à gauche"
+#: main.cc:254
+#, c-format
+msgid "For more information, see %s"
+msgstr "Pour plus d'informations, voir %s"
 
-#: ligature-engraver.cc:258
-msgid "unterminated ligature"
-msgstr "ligature non terminée"
+#: main.cc:256
+#, c-format
+msgid "Options:"
+msgstr "Options :"
 
-#: ligature-engraver.cc:282
-msgid "ligature may not contain rest; ignoring rest"
-msgstr "ligature ne peut contenir une pause; pause ignorée"
+#: main.cc:260
+#, fuzzy, c-format
+msgid "Report bugs via %s"
+msgstr "Rapporter toute anomalie à %s."
 
-#: ligature-engraver.cc:283
-msgid "ligature was started here"
-msgstr "ligature a débuté ici"
+#: main.cc:306
+#, fuzzy, c-format
+msgid "expected %d arguments with jail, found: %u"
+msgstr "attendait %d arguments avec la cage, %d trouvés"
 
-#: lily-guile.cc:88
+#: main.cc:320
 #, c-format
-msgid "(load path: `%s')"
-msgstr "(chemin de chargement: « %s »)"
+msgid "no such user: %s"
+msgstr "utilisateur inconnu : « %s »"
 
-#: lily-guile.cc:576
+#: main.cc:322
 #, c-format
-msgid "Can't find property type-check for `%s' (%s)."
-msgstr "Ne peut repérer la propriété de vérification de type pour « %s » (%s)."
-
-#: lily-guile.cc:579
-msgid "Perhaps you made a typing error?"
-msgstr "Peut-être avez-vous commis une erreur?"
-
-#: lily-guile.cc:585
-msgid "Doing assignment anyway."
-msgstr "Affectation faite malgré tout."
+msgid "can't get user id from user name: %s: %s"
+msgstr ""
+"impossible de repérer l'id d'utilisateur à partir du nom d'utilisateur : %"
+"s : %s"
 
-#: lily-guile.cc:599
+#: main.cc:337
 #, c-format
-msgid "Type check for `%s' failed; value `%s' must be of type `%s'"
-msgstr "Vérification de type pour « %s » a échoué; la valeur « %s » doit être de type « %s »"
-
-#: lookup.cc:173
-msgid "round filled box horizontal extent smaller than blot; decreasing blot"
-msgstr "largeur horizontale de la boîte plus petite que le diamètre du coin; réduction du diamètre du coin"
+msgid "no such group: %s"
+msgstr "groupe inconnu : %s"
 
-#: lookup.cc:178
-msgid "round filled box vertical extent smaller than blot; decreasing blot"
-msgstr "hauteur verticale de la boîte plus petite que le diamètre du coin; réduction du diamètre du coin"
+#: main.cc:339
+#, c-format
+msgid "can't get group id from group name: %s: %s"
+msgstr ""
+"impossible de repérer l'id de groupe à partir du nom de groupe : %s : %s"
 
-#: lyric-phrasing-engraver.cc:311
-msgid "lyrics found without any matching notehead"
-msgstr "paroles trouvées sans aucune concordance avec une note de tête"
+#: main.cc:347
+#, c-format
+msgid "can't chroot to: %s: %s"
+msgstr "impossible de chrooter dans : %s : %s"
 
-#: lyric-phrasing-engraver.cc:317
-msgid "Huh? Melismatic note found to have associated lyrics."
-msgstr "Euh? Note mélismatique repéré associé à des paroles"
+#: main.cc:354
+#, c-format
+msgid "can't change group id to: %d: %s"
+msgstr "impossible de changer d'id de groupe vers : %d : %s"
 
-#: main.cc:106
-msgid "EXPR"
-msgstr "EXPR"
+#: main.cc:360
+#, c-format
+msgid "can't change user id to: %d: %s"
+msgstr "impossible de changer l'id d'utilisateur vers : « %d » : « %s »"
 
-#: main.cc:107
-msgid "set options, use -e '(ly-option-usage)' for help"
-msgstr "options d'initialisation: utiliser -e '(ly-option-usage)' pour de l'aide"
+#: main.cc:366
+#, c-format
+msgid "can't change working directory to: %s: %s"
+msgstr "impossible de changer de répertoire de travail vers : %s : %s"
 
-#: main.cc:110
-msgid "use output format EXT"
-msgstr "utiliser le format de sortie EXT"
+#: main.cc:413
+#, c-format
+msgid "Evaluating %s"
+msgstr ""
 
-#: main.cc:112
-msgid "FIELD"
-msgstr "CHAMP"
+#: main.cc:627
+#, c-format
+msgid "exception caught: %s"
+msgstr ""
 
-#: main.cc:112
-msgid "write header field to BASENAME.FIELD"
-msgstr "écrire un champ d'en-tête dans BASENAME.FIELD"
+#. FIXME: constant error message.
+#: mark-engraver.cc:131
+msgid "rehearsalMark must have integer value"
+msgstr "rehearsalMark doit être un entier"
 
-#: main.cc:113
-msgid "add DIR to search path"
-msgstr "ajouter le RÉPERTOIRE au chemin de recherche"
+#: mark-engraver.cc:137
+msgid "mark label must be a markup object"
+msgstr "les étiquettes de marques doivent être des objets de type \"markup\""
 
-#: main.cc:114
-msgid "use FILE as init file"
-msgstr "utiliser le FICHIER comme fichier d'initialisation"
+#: mensural-ligature-engraver.cc:77
+msgid "ligature with less than 2 heads -> skipping"
+msgstr "ligature avec moins de 2 têtes -> escamotée"
 
-#: main.cc:118
-msgid "prepend DIR to dependencies"
-msgstr "ajouter en préfixe le RÉPERTOIRE aux dépendances"
+#: mensural-ligature-engraver.cc:104
+msgid "cannot determine pitch of ligature primitive -> skipping"
+msgstr ""
+"impossible de déterminer la hauteur de la primitive de la ligature -> "
+"escamotée"
 
-#.
-#. should audit again.
-#.
-#: main.cc:123
-msgid "inhibit file output naming and exporting"
-msgstr "inhiber la dénomination de nom de fichier et l'exportation"
+#: mensural-ligature-engraver.cc:118
+msgid "single note ligature - skipping"
+msgstr "ligature de note unique -> escamotée"
 
-#. No version number or newline here. It confuses help2man.
-#: main.cc:155
-#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
-msgstr "Usage: %s [OPTION]... FICHIER..."
+#: mensural-ligature-engraver.cc:130
+msgid "prime interval within ligature -> skipping"
+msgstr "premier intervalle dans la ligature -> escamoté"
 
-#: main.cc:157
-msgid "Typeset music and or play MIDI from FILE."
-msgstr "Composer la musique et/ou jouer en format MIDI à partir du FICHIER."
+#: mensural-ligature-engraver.cc:142
+msgid "mensural ligature: duration none of Mx, L, B, S -> skipping"
+msgstr "ligature mensurale : aucune durée parmi Mx, L, B, S -> escamotée"
 
-#: 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"
-msgstr ""
-"LilyPond est un logiciel de composition de musique. Il produit de jolies feuilles\n"
-"de musique en utilisant un fichier de description de haut niveau à l'entrée.\n"
-"LilyPond fait parti du projet GNU.\n"
+#: mensural-ligature-engraver.cc:190
+msgid "semibrevis must be followed by another one -> skipping"
+msgstr "une ronde doit être suivie d'une autre -> escamotée"
 
-#: main.cc:182
-#, c-format
+#: mensural-ligature-engraver.cc:201
 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"
+"semibreves can only appear at the beginning of a ligature,\n"
+"and there may be only zero or two of them"
 msgstr ""
-"Ce logiciel est libre. Il est couvert par la licence GNU General Public License,\n"
-"et vous êtes libre de le modifier et/ou distribuer sous certaines conditions\n"
-"Invoquer commme suit « %s --warranty » pour plus de détails.\n"
+"les rondes ne peuvent apparaître qu'en début de ligature,\n"
+"et il ne peut y en avoir que zéro ou deux."
 
-#: main.cc:198
-msgid "GNU LilyPond -- The music typesetter"
-msgstr "GNU LilyPond -- Le logiciel de composition de musique"
-
-#: main.cc:206
+#: mensural-ligature-engraver.cc:228
 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"
+"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 ""
-"    Ce logiciel est libre; vous pouvez le redistribuer et/ou le modifier\n"
-"sous les termes de la licence GNU General Public License version 2\n"
-"tel que publié par la Free Software Foundation.\n"
-"\n"
-"    Ce logiciel est distribué dans l'espoir qu'il soit utile\n"
-"mais sans AUCUNE GARANTIE;  sans aucune garantie implicites\n"
-"COMMERCIALES ou pour RÉPONDRE À UN BESOIN PARTICULIER.. Consulter\n"
-"la license GNU General Public License pour plus de détails.\n"
-"\n"
-"    Vous devriez avoir reçu une copie (consulter le fichier COPYING) de la\n"
-"license GNU General Public License accompagnant ce logiciel; si absente écrire à\n"
-"la Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
-"USA.\n"
-
-#: mensural-ligature.cc:153
-#, c-format
-msgid "Mensural_ligature:thickness undefined on flexa %d; assuming 1.4"
-msgstr "Mensural_ligature: épaisseur indéfinie sur flexa %d; 1.4 est assumé"
-
-#: mensural-ligature.cc:169
-#, c-format
-msgid "Mensural_ligature:delta-pitch undefined on flexa %d; assuming 0"
-msgstr "Mensural_ligature: croissance du ton (delta-pitch) indéfinie sur flexa %d; 0 est assumé"
-
-#: mensural-ligature.cc:182
-#, c-format
-msgid "Mensural_ligature:flexa-width undefined on flexa %d; assuming 2.0"
-msgstr "Mensural_ligature: largeur de flexa (flxe-width) indéfinie sur flexa %d; 2.0 est assumé"
-
-#: mensural-ligature.cc:215
-msgid "Mensural_ligature:unexpected case fall-through"
-msgstr "Mensural_ligature: cas inattendu sans interception"
+"terminaison de ligature invalide :\n"
+"lorsque la dernière note est une brève descendante,\n"
+"l'avant dernière note doit en être une autre,\n"
+"sinon la ligature doit être LB ou SSB"
 
-#: mensural-ligature.cc:225
-msgid "Mensural_ligature: (join_left == 0)"
-msgstr "Mensural_liguture: (joint_left == 0)"
-
-#: mensural-ligature-engraver.cc:248 mensural-ligature-engraver.cc:397
+#: mensural-ligature-engraver.cc:348
 msgid "unexpected case fall-through"
-msgstr "cas inattendu non intercepté"
-
-#: mensural-ligature-engraver.cc:259
-msgid "ligature with less than 2 heads -> skipping"
-msgstr "ligature avec moins que 2 tête -> escamoté"
-
-#: mensural-ligature-engraver.cc:279
-msgid "can not determine pitch of ligature primitive -> skipping"
-msgstr "ne peut déterminer le ton de la primitive de la ligature -> escamoté"
+msgstr "cas inattendu non interprétable"
 
-#: mensural-ligature-engraver.cc:302
-msgid "prime interval within ligature -> skipping"
-msgstr "premier interval dans la ligature -> escamoté"
+#: mensural-ligature.cc:141
+msgid "Mensural_ligature: unexpected case fall-through"
+msgstr "Ligature mensurale : cas inattendu non interprétable"
 
-#: mensural-ligature-engraver.cc:312
-msgid "mensural ligature: duration none of L, B, S -> skipping"
-msgstr "Mensural_ligature: aucune durée parmie L, B, S -> escomatée"
+#: mensural-ligature.cc:192
+msgid "Mensural_ligature: (join_right == 0)"
+msgstr "Mensural_ligature : (join_right == 0)"
 
-#: midi-item.cc:148
+#: midi-item.cc:152
 #, c-format
-msgid "no such instrument: `%s'"
-msgstr "pas un tel instrument: « %s »"
-
-#: midi-item.cc:238
-msgid "silly duration"
-msgstr "durée ridicule"
+msgid "no such MIDI instrument: `%s'"
+msgstr "instrument MIDI inconnu : « %s »"
 
-#: midi-item.cc:251
+#: midi-item.cc:264
 msgid "silly pitch"
-msgstr "ton bizarre"
+msgstr "hauteur étrange"
 
-#: music-output-def.cc:111
+#: midi-item.cc:280
 #, c-format
-msgid "can't find `%s' context"
-msgstr "ne peut repérer le contexte « %s »"
+msgid "experimental: temporarily fine tuning (of %d cents) a channel."
+msgstr "expérimental : ajustement temporaire (de %d centièmes) du canal."
 
-#: my-lily-lexer.cc:169
+#: midi-stream.cc:28
 #, c-format
-msgid "Identifier name is a keyword: `%s'"
-msgstr "Le nom de l'identificateur est un mot clé: « %s »"
+msgid "can't open for write: %s: %s"
+msgstr "impossible d'ouvrir le fichier en écriture : %s : %s"
 
-#: my-lily-lexer.cc:191
+#: midi-stream.cc:44
 #, c-format
-msgid "error at EOF: %s"
-msgstr "erreur à la fin du fichier (EOF): %s"
+msgid "can't write to file: `%s'"
+msgstr "impossible d'écrire dans le fichier : « %s »"
 
-#: my-lily-parser.cc:44
-msgid "Parsing..."
-msgstr "Analyse..."
+#: music.cc:140
+#, c-format
+msgid "octave check failed; expected %s, found: %s"
+msgstr "la vérification d'octave a échoué; attendait %s, a obtenu : %s"
+
+#: music.cc:203
+#, c-format
+msgid "transposition by %s makes alteration larger than double"
+msgstr "La transposition de %s crée des altérations supérieures aux doubles"
 
-#: my-lily-parser.cc:54
-msgid "Braces don't match"
-msgstr "Accolades non pairées"
+#: new-fingering-engraver.cc:84
+msgid "can't add text scripts to individual note heads"
+msgstr ""
+"impossible d'ajouter du texte complexe à des têtes de notes individuelles"
 
 #.
 #. music for the softenon children?
 #.
-#: new-fingering-engraver.cc:143
+#: new-fingering-engraver.cc:153
 msgid "music for the martians."
 msgstr "musique pour les martiens."
 
-#: new-tie-engraver.cc:166 tie-engraver.cc:217
-msgid "lonely tie"
-msgstr "lien isolé"
+#: new-fingering-engraver.cc:261
+msgid "no placement found for fingerings"
+msgstr "aucun emplacement repéré pour des doigtés"
+
+#: new-fingering-engraver.cc:262
+msgid "placing below"
+msgstr "on les place en dessous"
+
+#: note-collision.cc:405
+msgid "ignoring too many clashing note columns"
+msgstr "trop de notes se chevauchent. On les ignore."
 
-#: note-collision.cc:340
-msgid "Too many clashing notecolumns.  Ignoring them."
-msgstr "Trop de note-colonnes qui se heurtent. On les ignore."
+#: note-column.cc:123
+msgid "can't have note heads and rests together on a stem"
+msgstr "superposition d'une note et d'un silence impossible"
 
-#: note-head.cc:127
+#: note-head.cc:67
 #, c-format
 msgid "note head `%s' not found"
-msgstr "tête de note `%s' non repérée"
+msgstr "tête de note « %s » non repérée"
 
-#: paper-def.cc:96
+#: note-heads-engraver.cc:84
+msgid "NoteEvent without pitch"
+msgstr ""
+
+#: open-type-font.cc:33
+#, fuzzy, c-format
+msgid "can't allocate %lu bytes"
+msgstr "impossible d'allouer %d octets"
+
+#: open-type-font.cc:37
 #, c-format
-msgid "paper output to `%s'..."
-msgstr "sortie sur papier vers « %s »..."
+msgid "can't load font table: %s"
+msgstr "impossible de charger la table de police : %s"
 
-#: paper-score.cc:78
+#: open-type-font.cc:108
 #, c-format
-msgid "Element count %d (spanners %d) "
-msgstr "Éléments dénombrés %d (spanners %d) "
+msgid "unsupported font format: %s"
+msgstr "format de police non supporté : %s"
 
-#: paper-score.cc:83
-msgid "Preprocessing graphical objects..."
-msgstr "Pré-traitement des éléments graphiques..."
+#: open-type-font.cc:110
+#, c-format
+msgid "unknown error: %d reading font file: %s"
+msgstr "erreur non répertoriée : %d à la lecture du fichier de police %s"
+
+#: open-type-font.cc:183 open-type-font.cc:307
+#, c-format
+msgid "FT_Get_Glyph_Name() returned error: %d"
+msgstr "FT_Get_Glyph_Name() a renvoyé l'erreur : %d"
 
-#: paper-score.cc:116
-msgid "Outputting Score, defined at: "
-msgstr "Production d'une feuille de musique, définie à: "
+#: pango-font.cc:157
+#, c-format
+msgid "no PostScript font name for font `%s'"
+msgstr "aucun nom de police PostScript correspondant à %s"
 
-#: parse-scm.cc:79
-msgid "GUILE signaled an error for the expression begining here"
-msgstr "GUILE a signalé une erreur pour l'expression débutant ici"
+#: pango-font.cc:205
+msgid "FreeType face has no PostScript font name"
+msgstr "Caractère FreeType sans nom de police PostScript"
 
-#.
-#. 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
+#: paper-outputter-scheme.cc:33
 #, c-format
-msgid "I'm one myself: `%s'"
-msgstr "J'en sui sun moi-même: « %s »"
+msgid "Layout output to `%s'..."
+msgstr "Sortie mise en page vers « %s »..."
 
-#: part-combine-music-iterator.cc:142
+#: paper-score.cc:104
 #, c-format
-msgid "none of these in my family: `%s'"
-msgstr "aucun de ceux-ci dans ma famille: « %s »"
+msgid "Element count %d (spanners %d) "
+msgstr "%d éléments dénombrés (extenseurs %d) "
+
+#: paper-score.cc:108
+msgid "Preprocessing graphical objects..."
+msgstr "Prétraitement des éléments graphiques..."
 
-#: percent-repeat-engraver.cc:109
-msgid "Don't know how to handle a percent repeat of this length."
-msgstr "Ne sait comment traiter la répétition de pourcent de cette longueur."
+#: parse-scm.cc:83
+msgid "GUILE signaled an error for the expression beginning here"
+msgstr "GUILE a signalé une erreur pour l'expression débutant ici"
 
-#: percent-repeat-engraver.cc:163
+#: percent-repeat-engraver.cc:209
 msgid "unterminated percent repeat"
-msgstr "pourcentage de répétition non terminé"
+msgstr "répétition en pourcent non terminée"
 
-#: percent-repeat-iterator.cc:65
+#: percent-repeat-iterator.cc:52
 msgid "no one to print a percent"
-msgstr "aucun pour l'impression de pourcent"
+msgstr "rien pour l'impression de pourcent"
 
-#: performance.cc:51
-msgid "Track ... "
-msgstr "Piste ... "
+#: performance.cc:46
+msgid "Track..."
+msgstr "Piste... "
 
-#: performance.cc:83
+#: performance.cc:70
+msgid "MIDI channel wrapped around"
+msgstr "Bouclage du canal MIDI"
+
+#: performance.cc:71
+msgid "remapping modulo 16"
+msgstr "réaffectation modulo 16"
+
+#: performance.cc:90
 msgid "Creator: "
-msgstr "Créateur: "
+msgstr "Créateur : "
 
-#: performance.cc:103
+#: performance.cc:110
 msgid "at "
-msgstr "à "
-
-#: performance.cc:114
-#, c-format
-msgid "from musical definition: %s"
-msgstr "à partir de la définition musicale: %s"
+msgstr "à "
 
-#: performance.cc:169
+#: performance.cc:162
 #, c-format
 msgid "MIDI output to `%s'..."
-msgstr "Sortie MIDI vers « %s »..."
+msgstr "Sortie MIDI vers Â« %s Â»..."
 
-#: phrasing-slur-engraver.cc:123
+#: phrasing-slur-engraver.cc:170
 msgid "unterminated phrasing slur"
-msgstr "phrase de liaison non terminée"
+msgstr "liaison de phrasé non terminée"
 
-#: phrasing-slur-engraver.cc:141
-msgid "can't find start of phrasing slur"
-msgstr "ne peut repérer le début d'une phrase de liaison"
+#: piano-pedal-engraver.cc:223
+#, fuzzy, c-format
+msgid "expect 3 strings for piano pedals, found: %ld"
+msgstr ""
+"nécessite 3 cordes pour les pédales du piano, mais seulement %d trouvées"
 
-#: piano-pedal-engraver.cc:235 piano-pedal-engraver.cc:250
-#: piano-pedal-engraver.cc:305 piano-pedal-performer.cc:82
+#: piano-pedal-engraver.cc:238 piano-pedal-engraver.cc:249
+#: piano-pedal-performer.cc:82
 #, c-format
 msgid "can't find start of piano pedal: `%s'"
-msgstr "ne peut repérer le début de la pédale de piano: « %s »"
+msgstr "impossible de repérer le début de la pédale de piano : Â« %s Â»"
 
-#: piano-pedal-engraver.cc:410
-msgid "unterminated pedal bracket"
-msgstr "accolades des pédales non complétées"
+#: piano-pedal-engraver.cc:296
+#, c-format
+msgid "can't find start of piano pedal bracket: `%s'"
+msgstr ""
+"impossible de repérer le début du crochet de la pédale de piano : « %s »"
 
-#: property-iterator.cc:97
+#: program-option.cc:195
 #, c-format
-msgid "Not a grob name, `%s'."
-msgstr "N'est pas un nom de type grob, « %s »"
+msgid "no such internal option: %s"
+msgstr "option interne inconnue : %s"
 
-#: rest.cc:139
+#: property-iterator.cc:81
 #, c-format
-msgid "rest `%s' not found, "
-msgstr "symbole `%s' non repéré, "
+msgid "not a grob name, `%s'"
+msgstr "n'est pas un nom d'objet graphique (grob), « %s »"
 
-#: rest-collision.cc:199
-msgid "too many colliding rests"
-msgstr "trop de pauses en collision"
+#: quote-iterator.cc:255
+#, c-format
+msgid "in quotation: junking event %s"
+msgstr "entre guillemets : événement rebut « %s »"
+
+#: relative-octave-check.cc:39
+msgid "Failed octave check, got: "
+msgstr "Échec de la vérification de l'octave, a obtenu : "
 
-#: scm-option.cc:45
-msgid "lilypond -e EXPR means:"
-msgstr "lilypond -e EXPRESSION signifie:"
+#: relocate.cc:52
+#, fuzzy, c-format
+msgid "no such file: %s for %s"
+msgstr "symbole inexistant : %s : %s"
 
-#: scm-option.cc:47
-msgid "  Evalute the Scheme EXPR before parsing any .ly files."
-msgstr "Evaluer l'EXPRESSION Scheme avant d'analyser les fichiers .ly"
+#: relocate.cc:62 relocate.cc:80
+#, fuzzy, c-format
+msgid "no such directory: %s for %s"
+msgstr "symbole inexistant : %s : %s"
 
-#: scm-option.cc:49
-msgid "  Multiple -e options may be given, they will be evaluated sequentially."
-msgstr "Les options multiples -e peuvent être fournis, elles seront évaluées séquentiellement."
+#: relocate.cc:72
+#, c-format
+msgid "%s=%s (prepend)\n"
+msgstr ""
 
-#: scm-option.cc:51
-msgid "  The function ly-set-option allows for access to some internal variables."
-msgstr "L'option de la fonction ly-set-option permet l'accès à quelques variables internes."
+#: relocate.cc:104
+#, c-format
+msgid "Relocation: compile prefix=%s, new prefix=%s"
+msgstr ""
 
-#: scm-option.cc:53
-msgid "Usage: lilypond -e \"(ly-set-option SYMBOL VAL)\""
-msgstr "Usage: lilypond -e \"(ly-set-option SYMBOLE VALEUR)\""
+#: relocate.cc:130
+#, c-format
+msgid "Relocation: framework_prefix=%s"
+msgstr ""
 
-#: scm-option.cc:55
-msgid "Where SYMBOL VAL pair is any of:"
-msgstr "Où la paire SYMBOLE VALEUR peut prendre les options suivantes:"
+#: relocate.cc:212
+#, c-format
+msgid "Relocation: is absolute: argv0=%s"
+msgstr ""
 
-#: scm-option.cc:128
-msgid "Unknown internal option!"
-msgstr "Option interne inconnue!"
+#: relocate.cc:219
+#, c-format
+msgid "Relocation: from cwd: argv0=%s"
+msgstr ""
 
-#: score.cc:85
-msgid "Interpreting music..."
-msgstr "Interprétation de la musique..."
+#: relocate.cc:228
+#, c-format
+msgid ""
+"Relocation: from PATH=%s\n"
+"argv0=%s"
+msgstr ""
 
-#: score.cc:97
-msgid "Need music in a score"
-msgstr "Musique manquante pour produire la feuille de musique"
+#: rest-collision.cc:149
+msgid "can't resolve rest collision: rest direction not set"
+msgstr ""
 
-#. should we? hampers debugging.
-#: score.cc:111
-msgid "Errors found/*, not processing score*/"
-msgstr "Erreurs trouvées/*, pas de traitement de la feuille de musique*/"
+#: rest-collision.cc:163 rest-collision.cc:208
+msgid "too many colliding rests"
+msgstr "trop de silences en collision"
 
-#: score.cc:118
+#: rest.cc:143
 #, c-format
-msgid "elapsed time: %.2f seconds"
-msgstr "temps écoulé: %.2f seconds"
+msgid "rest `%s' not found"
+msgstr "silence « %s » non repéré"
 
-#: score-engraver.cc:99
+#: score-engraver.cc:67
 #, c-format
-msgid "can't find `%s'"
-msgstr "ne peut trouver « %s »"
+msgid "cannot find `%s'"
+msgstr "impossible de trouver Â« %s Â»"
 
-#: score-engraver.cc:100
-msgid "Fonts have not been installed properly.  Aborting"
-msgstr "Les fontes n'ont pas été installées correctement. Abandon"
+#: score-engraver.cc:69
+msgid "Music font has not been installed properly."
+msgstr "Les polices musicales n'ont pas été installées correctement."
 
-#: score-engraver.cc:205
+#: score-engraver.cc:71
 #, c-format
-msgid "unbound spanner `%s'"
-msgstr "clef sans borne « %s »"
+msgid "Search path `%s'"
+msgstr "Chemin de recherche : Â« %s Â»"
 
-#: script-engraver.cc:90
-#, c-format
-msgid "Don't know how to interpret articulation `%s'"
-msgstr "Ne sait comment interpréter l'articulation « %s »"
+#: score.cc:211
+msgid "already have music in score"
+msgstr "il y a déjà de la musique dans la partition"
+
+#: score.cc:212
+msgid "this is the previous music"
+msgstr "voici la musique précédente"
 
-#. 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"
-msgstr "Separation_item:  cela ne devrait pas se produire mais..."
+#: score.cc:217
+msgid "errors found, ignoring music expression"
+msgstr "erreur repérée dans l'expression musicale. Elle sera ignorée."
 
-#: simple-spacer.cc:248
+#. FIXME:
+#: script-engraver.cc:105
+msgid "don't know how to interpret articulation: "
+msgstr "ne sait comment interpréter l'articulation : "
+
+#: script-engraver.cc:106
+msgid "scheme encoding: "
+msgstr "encodage Scheme : "
+
+#: simple-spacer.cc:406
 #, c-format
 msgid "No spring between column %d and next one"
 msgstr "Pas de tension entre la colonne %d et la suivante"
 
-#: slur-engraver.cc:141
+#: slur-engraver.cc:176
 msgid "unterminated slur"
-msgstr "liaison non terminée"
+msgstr "liaison non terminée"
 
-#. 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"
-msgstr "ne peut repérer le début d'une liaison"
+#: slur-engraver.cc:185
+msgid "can't end slur"
+msgstr "impossible de terminer la liaison"
 
-#: source-file.cc:67
+#: source-file.cc:74
 #, c-format
-msgid "Huh?  Got %d, expected %d characters"
-msgstr "Euh?  Obtenu %d caractères, on s'attendait à %d"
+msgid "expected to read %d characters, got %d"
+msgstr "était censé lire %d caractères ; il y en a %d"
 
-#: spacing-spanner.cc:379
+#: spacing-spanner.cc:48
 #, c-format
-msgid "Global shortest duration is %s\n"
-msgstr "La plus petite durée globale est %s\n"
+msgid "Global shortest duration is %s"
+msgstr "La plus courte durée globale est %s"
+
+#: stem-engraver.cc:93
+msgid "tremolo duration is too long"
+msgstr "durée du trémolo trop longue"
 
-#: spring-smob.cc:32
+#. FIXME:
+#: stem-engraver.cc:130
 #, c-format
-msgid "#<spring smob d= %f>"
-msgstr "#<spring smob d= %f>"
+msgid "adding note head to incompatible stem (type = %d)"
+msgstr "ajout d'une tête de note à une hampe incompatible (type = %d)"
 
-#: staff-symbol.cc:61
-msgid "staff symbol: indentation yields beyond end of line"
-msgstr "symbole staff: l'indentation a cédé avant la fin de la ligne"
+#: stem-engraver.cc:132
+msgid "maybe input should specify polyphonic voices"
+msgstr "la source devrait peut-être spécifier des voix polyphoniques"
 
-#: stem.cc:118
-msgid "Weird stem size; check for narrow beams"
-msgstr "Taille bizarre de hampe de not; vérifier pour des faisceaux étroits"
+#: stem.cc:98
+msgid "weird stem size, check for narrow beams"
+msgstr "taille de hampe bizarre ; vérifiez la présence de liens étroits"
 
-#: stem.cc:611
+#: stem.cc:592
 #, c-format
 msgid "flag `%s' not found"
-msgstr "fanion `%s' non repéré"
+msgstr "crochet `%s' non repéré"
 
-#: stem.cc:624
+#: stem.cc:603
 #, c-format
 msgid "flag stroke `%s' not found"
-msgstr "force du fanion `%s' non repéré"
+msgstr "crochet `%s' non repéré"
 
-#: stem-engraver.cc:96
-msgid "tremolo duration is too long"
-msgstr "durée du tremolo est trop longue"
-
-#: stem-engraver.cc:124
-#, c-format
-msgid "Adding note head to incompatible stem (type = %d)"
-msgstr "Ajout d'une note de tête à une hampe incompatible (type = %d)"
-
-#: stem-engraver.cc:125
-msgid "Don't you want polyphonic voices instead?"
-msgstr "Ne désirez-vous pas de voix polyphoniques à la place?"
-
-#: streams.cc:34
-#, c-format
-msgid "can't create directory: `%s'"
-msgstr "ne peut créer le répertoire: « %s »"
-
-#: streams.cc:48
-msgid "Error syncing file (disk full?)"
-msgstr "Erreur de synchronisation du fichier (disque plein?)"
-
-#: system.cc:125
+#: system.cc:181
 #, c-format
 msgid "Element count %d."
-msgstr "Éléments dénombrés %d."
+msgstr "%d éléments dénombrés"
 
-#: system.cc:372
+#: system.cc:268
 #, c-format
-msgid "Grob count %d "
-msgstr "Éléments de type grob dénombrés %d."
+msgid "Grob count %d"
+msgstr "%d objets graphiques (grobs) dénombrés"
 
-#: system.cc:386
+#: system.cc:289
 msgid "Calculating line breaks..."
-msgstr "Calcul des bris de lignes..."
+msgstr "Calcul des sauts de lignes..."
 
-#: text-spanner-engraver.cc:81
+#: text-spanner-engraver.cc:62
 msgid "can't find start of text spanner"
-msgstr "ne peut repérer le début du texte de clef"
+msgstr "impossible de repérer le point de départ de l'extension de texte"
 
-#: text-spanner-engraver.cc:95
+#: text-spanner-engraver.cc:74
 msgid "already have a text spanner"
-msgstr "a déjà un texte de clef"
+msgstr "a déjà une extension du texte"
 
-#: text-spanner-engraver.cc:164
+#: text-spanner-engraver.cc:134
 msgid "unterminated text spanner"
-msgstr "texte de clef non terminé"
-
-#: tfm.cc:83
-#, c-format
-msgid "can't find ascii character: %d"
-msgstr "ne peut repérer le caractère ascii: %d"
+msgstr "extension du texte non terminée"
 
 #. Not using ngettext's plural feature here, as this message is
 #. more of a programming error.
-#: tfm-reader.cc:108
+#: tfm-reader.cc:107
 #, c-format
 msgid "TFM header of `%s' has only %u word (s)"
-msgstr "L'en-tête TFM de « %s » n'a seulement que %u mot(s)"
+msgstr "L'en-tête TFM de « %s » a seulement %u mot(s)"
 
-#: tfm-reader.cc:142
+#: tfm-reader.cc:140
 #, c-format
 msgid "%s: TFM file has %u parameters, which is more than the %u I can handle"
-msgstr "%s: le fichier TFM a %u paramètres qui sont plus que %u pouvant être traités"
+msgstr ""
+"%s : le fichier TFM a %u paramètres, soit plus que les %u pouvant être "
+"traités"
 
-#: tie-performer.cc:159
-msgid "No ties were created!"
-msgstr "Aucun lien n'a été créé!"
+#: tfm.cc:72
+#, c-format
+msgid "can't find ascii character: %d"
+msgstr "impossible de repérer le caractère ascii : %d"
 
-#: time-scaled-music-iterator.cc:25
-msgid "no one to print a tuplet start bracket"
-msgstr "aucun pour l'impression d'un tuplet d'accolades de départ"
+#: tie-engraver.cc:181
+msgid "lonely tie"
+msgstr "liaison de prolongation orpheline"
 
-#. 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"
-msgstr "symbole de la signature du temps `%s' non repéré; retour à un style numéroté"
+#: time-scaled-music-iterator.cc:24
+msgid "no one to print a tuplet start bracket"
+msgstr "début de l'accolade de n-olet indéterminé"
 
 #.
 #. Todo: should make typecheck?
 #.
 #. OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
 #.
-#: time-signature-engraver.cc:57
+#: time-signature-engraver.cc:63
+#, c-format
+msgid "strange time signature found: %d/%d"
+msgstr "chiffrage de mesure quelque peu étrange : %d/%d"
+
+#. If there is no such symbol, we default to the numbered style.
+#. (Here really with a warning!)
+#: time-signature.cc:82
 #, c-format
-msgid "Found strange time signature %d/%d."
-msgstr "Repérage d'étranges signature de temps %d/%d."
+msgid "time signature symbol `%s' not found; reverting to numbered style"
+msgstr ""
+"symbole de chiffrage de mesure « %s » non trouvé ; retour à un style "
+"numérique"
 
-#: translator-ctors.cc:53
+#: translator-ctors.cc:52
 #, c-format
 msgid "unknown translator: `%s'"
-msgstr "traducteur inconnu: « %s »"
+msgstr "traducteur inconnu : Â« %s Â»"
 
-#: translator-def.cc:105
-msgid "Program has no such type"
-msgstr "Programme ne peut traiter un tel type"
+#: trill-spanner-engraver.cc:71
+msgid "can't find start of trill spanner"
+msgstr "impossible de repérer le point de départ de l'extension de trille"
 
-#: translator-def.cc:111
-#, c-format
-msgid "Already contains: `%s'"
-msgstr "Contient déjà: « %s »"
+#: trill-spanner-engraver.cc:83
+msgid "already have a trill spanner"
+msgstr "a déjà une extension de trille"
 
-#: translator-def.cc:112
-#, c-format
-msgid "Not adding translator: `%s'"
-msgstr "Le traducteur n'est pas ajouté: « %s »"
+#: trill-spanner-engraver.cc:142
+msgid "unterminated trill spanner"
+msgstr "extension de trille non terminée"
 
-#: translator-def.cc:229
+#: vaticana-ligature-engraver.cc:347
 #, c-format
-msgid "can't find: `%s'"
-msgstr "ne peut trouver: « %s »"
+msgid ""
+"ignored prefix (es) `%s' of this head according to restrictions of the "
+"selected ligature style"
+msgstr ""
+"préfixe(s) ignoré(s) « %s » pour cette tête de note selon les restrictions "
+"du style de ligature sélectionné"
 
-#: translator-group.cc:158
+#: vaticana-ligature-engraver.cc:584
 #, c-format
-msgid "can't find or create `%s' called `%s'"
-msgstr "ne peut trouver ou créer « %s » qui a appelé « %s »"
+msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul"
+msgstr "Vaticana_ligature_engraver : fixé `spacing-increment = %f' : ptr=%ul"
 
-#: translator-group.cc:230
-#, c-format
-msgid "can't find or create: `%s'"
-msgstr "ne peut toruver ou créer: « %s »"
+#: vaticana-ligature.cc:84
+msgid "flexa-height undefined; assuming 0"
+msgstr "ligature vaticane : hauteur de flexe indéfinie ; j'applique 0"
 
-#: vaticana-ligature.cc:49
+#: vaticana-ligature.cc:89
 msgid "ascending vaticana style flexa"
-msgstr "vaticana ascendant de style flexa"
-
-#: vaticana-ligature.cc:219
-msgid "Vaticana_ligature:thickness undefined; assuming 1.4"
-msgstr "Vaticana_ligature: épaisseur indéfinie; 1.4 est assumé"
+msgstr "flexe de style vatican ascendant"
 
-#: vaticana-ligature.cc:233
-msgid "Vaticana_ligature:x-offset undefined; assuming 0.0"
-msgstr "Vaticana_ligature: décalage en X indéfinie; 0.0 est assumé"
+#: vaticana-ligature.cc:177
+msgid "Vaticana_ligature: zero join (delta_pitch == 0)"
+msgstr "Ligature vaticane : aucun joint (delta_pitch == 0)"
 
-#: vaticana-ligature.cc:258
-msgid "Vaticana_ligature: (delta_pitch == 0)"
-msgstr "Vaticana_liguture: (delta_pitch == 0)"
+#. fixme: be more verbose.
+#: volta-engraver.cc:142
+msgid "can't end volta spanner"
+msgstr "ne sait où terminer l'extension de reprise"
 
-#: vaticana-ligature.cc:271
-msgid "Vaticana_ligature:delta-pitch -> ignoring join"
-msgstr "Vaticana_ligature:delta-pitch -> joint ignoré"
+#: volta-engraver.cc:152
+msgid "already have a volta spanner, ending that one prematurely"
+msgstr "a déjà une extension de reprise, fin prématurée de celle-ci"
 
-#: vaticana-ligature-engraver.cc:477
-#, c-format
-msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr=%ul"
-msgstr "Vaticana_ligature_engraver: fixé `spacing-increment = %f': ptr=%ul"
+#: volta-engraver.cc:156
+msgid "also already have an ended spanner"
+msgstr "a déjà une extension terminée"
 
-#: volta-engraver.cc:112
-msgid "No volta spanner to end"
-msgstr "Aucune clef volta pour terminer"
+#. no longer valid with dashes in \paper{} block.
+#: parser.yy:535
+msgid "identifier should have alphabetic characters only"
+msgstr "l'identificateur doit contenir des caractères alphabétiques seulement"
 
-#: volta-engraver.cc:123
-msgid "Already have a volta spanner.  Stopping that one prematurely."
-msgstr "A déjà une clef volta. Arrêt de celle-ci prématurément."
+#: parser.yy:705
+msgid "\\paper cannot be used in \\score, use \\layout instead"
+msgstr "dans la section \\score, utiliser \\layout au lieu de \\paper"
 
-#: volta-engraver.cc:127
-msgid "Also have a stopped spanner.  Giving up."
-msgstr "A aussi une clef arrêtée. Abandon."
+#: parser.yy:729
+msgid "need \\paper for paper block"
+msgstr "\\paper est nécessaire pour définir les paramètres du papier"
 
-#: parser.yy:480
-msgid "Identifier should have alphabetic characters only"
-msgstr "L'identificateur doit contenir des caractères alphabétiques seulement"
+#: parser.yy:879
+msgid "more alternatives than repeats"
+msgstr "plus d'alternatives que de répétitions"
 
-#: parser.yy:779
-msgid "More alternatives than repeats.  Junking excess alternatives."
-msgstr "Plus d'alternatives que de répétitions. Rebuts dépasse la limite des alternatives."
+#: parser.yy:916
+#, c-format
+msgid "expect 2 elements for Chord tremolo, found %d"
+msgstr "un trémolo d'accords nécessite 2 éléments, il y en a %d"
 
-#: parser.yy:861 parser.yy:868
-msgid "\applycontext takes function argument"
-msgstr "\applycontext nécessite un argument de fonction"
+#: parser.yy:1316
+msgid "Grob name should be alphanumeric"
+msgstr "Un nom de Grob devrait être alphanumérique"
 
-#: parser.yy:877
-msgid "Second argument must be a symbol"
-msgstr "Le second argument doit être un symbole"
+#: parser.yy:1681
+msgid "second argument must be pitch list"
+msgstr "le second argument doit être une liste de hauteurs"
 
-#: parser.yy:882
-msgid "First argument must be a procedure taking one argument"
-msgstr "Le premier argument doit être une procédure n'acceptant qu'un argument"
+#: parser.yy:1724 parser.yy:1729 parser.yy:2235
+msgid "have to be in Lyric mode for lyrics"
+msgstr "doit être en mode Lyric pour des paroles"
 
-#: parser.yy:1009
-msgid "\apply takes function argument"
-msgstr "\apply nécessite un argument de fonction"
+#: parser.yy:1822
+msgid "expecting string as script definition"
+msgstr "un script doit être défini par une chaîne ; ce n'est pas le cas"
 
-#: parser.yy:1501
-msgid "Expecting string as script definition"
-msgstr "Chaîne attendue comme définition de script"
+#: parser.yy:1981 parser.yy:2031
+#, c-format
+msgid "not a duration: %d"
+msgstr "n'est pas une durée : %d"
 
-#: parser.yy:1598
-msgid "Expecting musical-pitch value"
-msgstr "Valeur du ton musical attendu"
+#: parser.yy:2154
+msgid "have to be in Note mode for notes"
+msgstr "doit être en mode Note pour des notes"
 
-#: parser.yy:1609
-msgid "Must have duration object"
-msgstr "Doit avoir une durée pour l'objet"
+#: parser.yy:2248
+msgid "have to be in Chord mode for chords"
+msgstr "doit être en mode Chord pour des accords"
 
-#: parser.yy:1618 parser.yy:1626
-msgid "Have to be in Lyric mode for lyrics"
-msgstr "Doit être en mode Lyric pour les paroles"
+#: parser.yy:2730
+msgid "music head function must return Music object"
+msgstr "une fonction musicale primitive devrait renvoyer un objet Music"
 
-#: parser.yy:1798 parser.yy:1853
-#, c-format
-msgid "not a duration: %d"
-msgstr "n'est pas une durée: %d"
+#: lexer.ll:158
+msgid "stray UTF-8 BOM encountered"
+msgstr ""
 
-#: parser.yy:1949
-msgid "Have to be in Note mode for notes"
-msgstr "Doit être en mode Note pour les notes"
+#: lexer.ll:162
+msgid "Skipping UTF-8 BOM"
+msgstr ""
 
-#: parser.yy:2032
-msgid "Have to be in Chord mode for chords"
-msgstr "Doit être en mode Chord pour les choeurs"
+#: lexer.ll:206
+#, c-format
+msgid "Renaming input to: `%s'"
+msgstr "La source a été renommée en « %s »"
 
-#: parser.yy:2171
-msgid "need integer number arg"
-msgstr "A besoin d'un nombre entier pour l'argument"
+#: lexer.ll:214
+msgid "quoted string expected after \\version"
+msgstr "\\version doit être suivi d'une chaîne entre guillemets"
 
-#: parser.yy:2316
-msgid "Suspect duration found following this beam"
-msgstr "Durée suspecte repéré après ce faisceau"
+#: lexer.ll:218
+msgid "quoted string expected after \\sourcefilename"
+msgstr "\\sourcefilename doit être suivi d'une chaîne entre guillemets"
 
-#: lexer.ll:186
+#: lexer.ll:231
 msgid "EOF found inside a comment"
-msgstr "Fin de fichier (EOF) à l'intérieur du commentaire"
+msgstr "Fin de fichier (EOF) à l'intérieur d'un commentaire"
 
-#: lexer.ll:200
-msgid "\\maininput disallowed outside init files"
-msgstr "\\maininput désactivé en dehord des fichiers init"
+#: lexer.ll:246
+msgid "\\maininput not allowed outside init files"
+msgstr "\\maininput n'est pas permis en dehors des fichiers d'initialisation"
 
-#: lexer.ll:224
+#: lexer.ll:270
 #, c-format
 msgid "wrong or undefined identifier: `%s'"
-msgstr "identificateur erroné ou non défini: « %s »"
-
-#. backup rule
-#: lexer.ll:233
-msgid "Missing end quote"
-msgstr "Caractère de fin de citation manquant"
+msgstr "identificateur erroné ou non défini : « %s »"
 
 #. backup rule
-#: lexer.ll:255 lexer.ll:259
-msgid "white expected"
-msgstr "blanche attendue"
-
-#: lexer.ll:268
-msgid "Can't evaluate Scheme in safe mode"
-msgstr "Ne peut évaluer le Schème de façon sûre"
+#: lexer.ll:279
+msgid "end quote missing"
+msgstr "absence de guillemet fermant"
 
-#: lexer.ll:397 lexer.ll:487
+#: lexer.ll:441
 msgid "Brace found at end of lyric.  Did you forget a space?"
-msgstr "Accolade repérée à la fin des paroles. Avez-vous oublié un espace?"
+msgstr "Accolade repérée à la fin d'une parole. Avez-vous oublié un espace ?"
 
-#: lexer.ll:574
+#: lexer.ll:540
+msgid "Brace found at end of markup.  Did you forget a space?"
+msgstr ""
+"Accolade repérée à la fin d'un \"markup\". Avez-vous oublié un espace ?"
+
+#: lexer.ll:640
 #, c-format
 msgid "invalid character: `%c'"
-msgstr "caractère invalide: « %c »"
+msgstr "caractère invalide : Â« %c Â»"
 
-#: lexer.ll:651
+#: lexer.ll:727
 #, c-format
 msgid "unknown escaped string: `\\%s'"
-msgstr "chaîne d'échappement inconnue: « \\%s »"
+msgstr "chaîne d'échappement inconnue : Â« \\%s Â»"
 
-#: lexer.ll:742
+#: lexer.ll:824
 #, c-format
 msgid "Incorrect lilypond version: %s (%s, %s)"
-msgstr "Version de lilypond incorrecte: %s (%s, %s)"
+msgstr "Version de LilyPond incorrecte : %s (%s, %s)"
 
-#: lexer.ll:743
+#: lexer.ll:825
 msgid "Consider updating the input with the convert-ly script"
-msgstr "Considérer la mise à jour de l'entrée à l'aide du script convert-ly"
-
-#~ msgid "Run LilyPond using LaTeX for titling"
-#~ msgstr "Exécuter LilyPond en utilisant LaTeX pour le « titling »"
+msgstr "Envisager la mise à jour de la source à l'aide du script convert-ly"
+
+#. TODO: print location
+#: lexer.ll:945
+msgid "can't find signature for music function"
+msgstr "signature d'une fonction musicale non repérée"
+
+#: backend-library.scm:19 lily.scm:439 ps-to-png.scm:88
+#, lisp-format
+msgid "Invoking `~a'..."
+msgstr "Invocation de « ~a »..."
+
+#: backend-library.scm:24
+#, lisp-format
+msgid "`~a' failed (~a)"
+msgstr "« ~a » a mis (~a) en échec"
+
+#: backend-library.scm:84 framework-tex.scm:339 framework-tex.scm:364
+#, lisp-format
+msgid "Converting to `~a'..."
+msgstr "Conversion en « ~a »..."
+
+#: backend-library.scm:100
+#, lisp-format
+msgid "Converting to ~a..."
+msgstr "Conversion en ~a..."
+
+#: backend-library.scm:145
+#, lisp-format
+msgid "Writing header field `~a' to `~a'..."
+msgstr "Écriture du champ d'en-tête « ~a » dans « ~a »..."
+
+#: define-context-properties.scm:13 define-grob-properties.scm:10
+#: define-music-properties.scm:10
+#, lisp-format
+msgid "symbol ~S redefined"
+msgstr "symbole ~S redéfini"
+
+#: define-markup-commands.scm:251
+msgid "no systems found in \\score markup, does it have a \\layout block?"
+msgstr ""
+"pas de système trouvé dans le bloc \\score, contient-il un bloc \\layout ?"
+
+#: define-markup-commands.scm:1205
+#, lisp-format
+msgid "not a valid duration string: ~a"
+msgstr "chaîne de durée invalide : ~a"
+
+#: define-music-types.scm:738
+#, lisp-format
+msgid "symbol expected: ~S"
+msgstr "symbole attendu : ~S"
+
+#: define-music-types.scm:741
+#, lisp-format
+msgid "can't find music object: ~S"
+msgstr "impossible de trouver l'objet de type musique : ~S"
+
+#: define-music-types.scm:761
+#, lisp-format
+msgid "unknown repeat type `~S'"
+msgstr "type de répétition inconnu : « ~S »"
+
+#: define-music-types.scm:762
+msgid "See music-types.scm for supported repeats"
+msgstr "Consulter music-types.scm pour les répétitions admises"
+
+#: document-backend.scm:91
+#, lisp-format
+msgid "pair expected in doc ~s"
+msgstr "le document ~s devrait contenir une paire"
+
+#: document-backend.scm:135
+#, lisp-format
+msgid "can't find interface for property: ~S"
+msgstr "impossible de trouver l'interface pour la propriété ~S"
+
+#: document-backend.scm:145
+#, fuzzy, lisp-format
+msgid "unknown Grob interface: ~S"
+msgstr "interface inconnue : « ~S »"
+
+#: documentation-lib.scm:45
+#, lisp-format
+msgid "Processing ~S..."
+msgstr "Traitement de ~S..."
+
+#: documentation-lib.scm:150
+#, lisp-format
+msgid "Writing ~S..."
+msgstr "Écriture de « ~S »..."
+
+#: documentation-lib.scm:172
+#, fuzzy, lisp-format
+msgid "can't find description for property ~S (~S)"
+msgstr "impossible de trouver une description pour la propriété ~S"
+
+#: framework-eps.scm:71 framework-eps.scm:72
+#, lisp-format
+msgid "Writing ~a..."
+msgstr "Écriture de « ~a »..."
+
+#: framework-ps.scm:275
+#, lisp-format
+msgid "can't embed ~S=~S"
+msgstr ""
 
-#~ msgid "Fetch and rebuild from latest source package"
-#~ msgstr "Repérer et reconstruire depuis les sources du dernier package"
+#: framework-ps.scm:326
+#, lisp-format
+msgid "can't extract file matching ~a from ~a"
+msgstr ""
 
-#~ msgid "unpack and build in DIR [%s]"
-#~ msgstr "dépaqueter et construire dans le RÉPERTOIRE [%s]"
+#: framework-ps.scm:343
+#, lisp-format
+msgid "don't know how to embed ~S=~S"
+msgstr ""
 
-#~ msgid "execute COMMAND, subtitute:"
-#~ msgstr "exécuter la COMMANDE de substitution:"
+#: framework-ps.scm:373
+#, fuzzy, lisp-format
+msgid "don't know how to embed font ~s ~s ~s"
+msgstr "ne sait comment interpréter l'articulation : "
 
-#~ msgid "%b: build root"
-#~ msgstr "%b: construit la racine"
+#: framework-ps.scm:579
+#, lisp-format
+msgid "can't convert <stdout> to ~S"
+msgstr "impossible de convertir <stdout> en ~S"
 
-#~ msgid "%n: package name"
-#~ msgstr "%n: nom du package"
+#: framework-ps.scm:596 framework-ps.scm:599
+#, lisp-format
+msgid "can't generate ~S using the postscript back-end"
+msgstr "impossible de générer ~S à l'aide du support postscript"
 
-#~ msgid "%r: release directory"
-#~ msgstr "%r: répertoire de production de version"
+#: framework-ps.scm:606
+msgid ""
+"nThe PostScript backend does not support the 'classic'\n"
+"framework. Use the EPS backend instead,\n"
+"\n"
+"  lilypond -b eps <file>\n"
+"\n"
+"or remove the lilypond-book specific settings from the input.\n"
+msgstr ""
 
-#~ msgid "%t: tarball"
-#~ msgstr "%t: tarball"
+#: framework-tex.scm:356
+#, lisp-format
+msgid "TeX file name must not contain whitespace: `~a'"
+msgstr "un nom de fichier Tex ne peut contenir des espaces : « ~a »"
+
+#: layout-beam.scm:29
+#, lisp-format
+msgid "Error in beam quanting.  Expected (~S,~S) found ~S."
+msgstr "Erreur de définition du lien : attendait (~S,~S), ~S trouvé."
+
+#: layout-beam.scm:46
+#, lisp-format
+msgid "Error in beam quanting.  Expected ~S 0, found ~S."
+msgstr "Erreur de définition du lien : attendait ~S 0, repéré ~S."
+
+#: layout-page-layout.scm:439
+msgid "Calculating page breaks..."
+msgstr "Calcul des sauts de page..."
+
+#: lily-library.scm:458
+#, lisp-format
+msgid "unknown unit: ~S"
+msgstr "unité inconnue : « ~S »"
+
+#: lily-library.scm:491
+#, lisp-format
+msgid "no \\version statement found,  add~afor future compatibility"
+msgstr ""
+"pas de déclaration \\version trouvée, ajoutez ~a pour une compatibilité "
+"future"
+
+#: lily-library.scm:498
+msgid "old relative compatibility not used"
+msgstr "compatibilité avec l'ancien mode relatif non utilisée"
+
+#: lily.scm:172
+#, lisp-format
+msgid "wrong type for argument ~a.  Expecting ~a, found ~s"
+msgstr "type d'argument erroné pour ~a. Attendait ~a, a trouvé ~s"
+
+#: lily.scm:377 lily.scm:429
+#, lisp-format
+msgid "failed files: ~S"
+msgstr "erreur sur les fichiers : ~S"
+
+#: lily.scm:419
+#, fuzzy, lisp-format
+msgid "Redirecting output to ~a..."
+msgstr "Conversion en ~a..."
+
+#: markup.scm:88
+#, lisp-format
+msgid "Wrong number of arguments.  Expect: ~A, found ~A: ~S"
+msgstr "Nombre d'arguments erroné. Attendu : ~A, trouvé ~A : ~S"
+
+#: markup.scm:94
+#, lisp-format
+msgid "Invalid argument in position ~A.  Expect: ~A, found: ~S."
+msgstr "Argument invalide à la position ~A. Attendu : ~A, trouvé : ~S"
+
+#: music-functions.scm:533
+#, lisp-format
+msgid "music expected: ~S"
+msgstr "attendait une expression musicale : ~S"
+
+#. FIXME: uncomprehensable message
+#: music-functions.scm:584
+#, lisp-format
+msgid "Bar check failed.  Expect to be at ~a, instead at ~a"
+msgstr ""
+"Échec du contrôle de barre de mesure. Aurait dû se trouver à ~a au lieu de ~a"
 
-#~ msgid "%v: package version"
-#~ msgstr "%v: version du package"
+#: music-functions.scm:739
+#, lisp-format
+msgid "can't find quoted music `~S'"
+msgstr "impossible de trouver la citation de musique '~S'"
 
-#~ msgid "keep all output, and name the directory %s"
-#~ msgstr "conserver toutes les sorties et nommer le répertoire %s"
+#: music-functions.scm:947
+#, lisp-format
+msgid "unknown accidental style: ~S"
+msgstr "style d'altération inconnu : ~S"
 
-#~ msgid "upon failure notify EMAIL[,EMAIL]"
-#~ msgstr "lors d'un échec aviser par EMAIL[,EMAIL]"
+#: output-ps.scm:282
+#, fuzzy
+msgid "utf-8-string encountered in PS backend"
+msgstr "le support PS a rencontré une chaîne utf8"
 
-#~ msgid "remove previous build"
-#~ msgstr "enlever la construction précédente"
+#: output-svg.scm:41
+#, lisp-format
+msgid "undefined: ~S"
+msgstr "~S indéfini"
 
-#~ msgid "fetch and build URL [%s]"
-#~ msgstr "rechercher et construire le URL [%s]"
+#: output-svg.scm:121
+#, lisp-format
+msgid "can't decypher Pango description: ~a"
+msgstr "la description de Pango ne peut être déchiffrée : ~a"
 
-#~ msgid "Listing `%s'..."
-#~ msgstr "Listage de « %s »..."
+#: output-tex.scm:98
+#, lisp-format
+msgid "can't find ~a in ~a"
+msgstr "impossible de trouver ~a dans ~a"
 
-#~ msgid "latest is: %s"
-#~ msgstr "le plus à jour est: %s"
+#: paper.scm:69
+msgid "Not in toplevel scope"
+msgstr "N'est pas au niveau de portée globale"
 
-#~ msgid "relax, %s is up to date"
-#~ msgstr "relaxer, %s est à jour"
+#: paper.scm:114
+#, lisp-format
+msgid "This is not a \\layout {} object, ~S"
+msgstr "~S n'est pas un objet de \\layout {}"
 
-#~ msgid "Fetching `%s'..."
-#~ msgstr "Recherche de « %s »..."
+#. TODO: should raise (generic) exception with throw, and catch
+#. that in parse-scm.cc
+#: paper.scm:142
+msgid "Must use #(set-paper-size .. ) within \\paper { ... }"
+msgstr "#(set-paper-size ..) doit être dans la section \\paper { ... }"
 
-#~ msgid "Building `%s'..."
-#~ msgstr "Construction de « %s »..."
+#: parser-clef.scm:124
+#, lisp-format
+msgid "unknown clef type `~a'"
+msgstr "type de clef inconnu : `~a'"
 
-#~ msgid "invalid subtraction: not part of chord: %s"
-#~ msgstr "soustraction invalide: ne fait pas partie de l'accord: %s"
+#: parser-clef.scm:125
+msgid "see scm/clef.scm for supported clefs"
+msgstr "consulter scm/clef.scm pour les clefs reconnues"
 
-#~ msgid "invalid inversion pitch: not part of chord: %s"
-#~ msgstr "inversion de tons invalide: ne fait pas parti de l'accord: %s"
+#: ps-to-png.scm:97
+#, fuzzy, lisp-format
+msgid "~a exited with status: ~S"
+msgstr "%s a terminé avec l'état : %d"
 
-#~ msgid "This was the other key definition."
-#~ msgstr "C'était l'autre définition de clé"
+#: to-xml.scm:190
+msgid "assertion failed"
+msgstr "erreur d'assertion"
 
-#~ msgid ", at "
-#~ msgstr ", à "
+#~ msgid "lilylib module"
+#~ msgstr "module lilylib"
 
-#~ msgid "Pitch arguments out of range"
-#~ msgstr "Arguments des tons hors gamme"
+#~ msgid "Usage: %s [OPTIONS]... FILE"
+#~ msgstr "Utilisation : %s [OPTIONS]... FICHIER"
 
-#~ msgid "(left_head == 0)"
-#~ msgstr "(left_head == 0)"
+#~ msgid "Binary %s has version %s, looking for version %s"
+#~ msgstr "Binaire %s de version %s, recherche de la version %s"
 
-#~ msgid "undefined left_head"
-#~ msgstr "left_head indéfini"
+#~ msgid "Opening pipe `%s'"
+#~ msgstr "Ouverture du tube « %s »"
 
-#~ msgid "(right_head == 0)"
-#~ msgstr "(right_head == 0)"
+#~ msgid "`%s' failed (%s)"
+#~ msgstr "« %s » a échoué (%s)"
 
-#~ msgid "undefined right_head"
-#~ msgstr "right_head indéfini"
+#~ msgid "(ignored)"
+#~ msgstr "(ignoré)"
 
-#~ msgid "junking lonely porrectus"
-#~ msgstr "porrectus rebut isolé"
+#~ msgid "Cleaning %s..."
+#~ msgstr "Nettoyage de %s..."
 
-#~ msgid "porrectus style undefined; using mensural"
-#~ msgstr "style porrectus indéfini; utilisation du mensural"
+#~ msgid "Usage: %s [OPTION]... [FILE]..."
+#~ msgstr "Utilisation : %s [OPTIONS]... [FICHIER]..."
 
-#~ msgid "stack size cur %d, max %d\n"
-#~ msgstr "taille de la pile courante %d, max %d\n"
+#~ msgid ""
+#~ "  -e, --edit             edit in place\n"
+#~ "  -f, --from=VERSION     start from VERSION [default: \\version found in "
+#~ "file]\n"
+#~ "  -h, --help             print this help\n"
+#~ "  -n, --no-version       do not add \\version command if missing\n"
+#~ "  -s, --show-rules       print rules [default: --from=0, --"
+#~ "to=@TOPLEVEL_VERSION@]\n"
+#~ "  -t, --to=VERSION       convert to VERSION [default: "
+#~ "@TOPLEVEL_VERSION@]\n"
+#~ "  -v, --version          print program version"
+#~ msgstr ""
+#~ "-e, --edit             éditer le fichier d'origine\n"
+#~ "-f, --from=VERSION     à partir de la VERSION [défaut : \\version trouvée "
+#~ "dans le fichier]\n"
+#~ "-h, --help             afficher cet aide-mémoire\n"
+#~ "-n, --no-version       ne pas ajouter la commande \\version si absente\n"
+#~ "-s, --show-rules       afficher les règles [défaut : --from=0, "
+#~ "to=@TOPLEVEL_VERSION@]\n"
+#~ "-t, --to=VERSION       mettre au niveau de la VERSION [défaut : "
+#~ "@TOPLEVEL_VERSION@]\n"
+#~ "-v, --version          afficher la version du programme"
 
-#~ msgid "Putting slur over rest."
-#~ msgstr "Mise en place d'un liaison par-dessus une pause."
+#~ msgid "%s: skipping: `%s'"
+#~ msgstr "%s : escamotage : « %s »"
 
-#~ msgid "Slur over rest?"
-#~ msgstr "Liaison par-dessus une pause?"
+#~ msgid "FMT"
+#~ msgstr "FMT"
 
-#~ msgid "Text_spanner too small"
-#~ msgstr "Text_spanner trop petit"
+#~ msgid "print version information"
+#~ msgstr "afficher les informations de version"
 
-#~ msgid "Can't specify direction for this request"
-#~ msgstr "Ne peut spécifier une direction pour cette requête"
+#~ msgid "getopt says: `%s'"
+#~ msgstr "getopt() indique : « %s »"
 
-#~ msgid "Generate .dvi with LaTeX for LilyPond"
-#~ msgstr "Générer un fichier .dvi à l'aide de LaTeX pour LilyPond"
+#~ msgid "Not in FILE:LINE:COL format: "
+#~ msgstr "N'est pas dans le format : FICHIER:LIGNE:COLONNE"
 
-#~ msgid " % logstr))"
-#~ msgstr " % logstr))"
+#~ msgid "Command failed: `%s' (status %d)"
+#~ msgstr "Échec de la commande : %s (état d'exécution %d)."
 
-#~ msgid "can't map file"
-#~ msgstr "ne peut produire le fichier map"
+#~ msgid "command exited with value %d"
+#~ msgstr "fin de la commande avec l'état %d"
 
-#~ msgid "This binary was compiled with the following options:"
-#~ msgstr "Ce binaire a été compilé avec les options suivantes:"
+#~ msgid "Example:"
+#~ msgstr "Exemple :"
 
-#~ msgid "Expecting %d arguments"
-#~ msgstr "%d arguments attendus"
+#~ msgid "Convert mup to LilyPond source."
+#~ msgstr "Convertir du format mup au format source LilyPond"
 
-#~ msgid "%s is far from completed.  Not all constructs are recognised."
-#~ msgstr "%s est loin d'être complet. Tous les construits n'ont pas été reconnus."
+#~ msgid "debug"
+#~ msgstr "débogue"
 
-#~ msgid "EOF in a string"
-#~ msgstr "Fin de fichier (EOF) dans la chaîne"
+#~ msgid "define macro NAME [optional expansion EXP]"
+#~ msgstr "définit la macro NOM [expansion optionnelle EXP]"
 
-#~ msgid "<stdin>"
-#~ msgstr "<stdin>"
+#~ msgid "only pre-process"
+#~ msgstr "pré-traitement seulement"
 
-#~ msgid "programming error: "
-#~ msgstr "erreur de programmation: "
+#~ msgid "no such context: %s"
+#~ msgstr "contexte inexistant : %s"
 
-#~ msgid "can't find start of beam"
-#~ msgstr "ne peut repérer le début du faisceau"
+#~ msgid "Processing `%s'..."
+#~ msgstr "Traitement de « %s »..."
 
-#~ msgid "weird beam vertical offset"
-#~ msgstr "décalage bizarre vertical de faisceau"
+#~ msgid "Convert PostScript to PNG image."
+#~ msgstr "Convertir le PostScript en image PNG"
 
-#~ msgid "unknown spacing pair `%s', `%s'"
-#~ msgstr "paire d'espacements inconnue « %s », « %s »"
+#~ msgid "PAPER"
+#~ msgstr "PAPIER"
 
-#~ msgid "no Grace context available"
-#~ msgstr "Aucun contexte disponible pour la note d'ornement"
+#~ msgid "use papersize PAPER"
+#~ msgstr "utiliser le format PAPIER"
 
-#~ msgid "Unattached grace notes.  Attaching to last musical column."
-#~ msgstr "Notes d'ornement non attachées. On les rattache à la dernière colonne musicale."
+#~ msgid "RES"
+#~ msgstr "RES"
 
-#~ msgid "evalute EXPR as Scheme after .scm init is read"
-#~ msgstr "évaluer EXPR comme un Schème après la lecture de initialisation .scm"
+#~ msgid "set the resolution of the preview to RES"
+#~ msgstr "définir la résolution de la prévisualisation à RES"
 
-#~ msgid "ly_get_mus_property (): Not a Music"
-#~ msgstr "ly_get_mus_property (): n'est pas de la musique"
+#~ msgid "Wrote `%s'"
+#~ msgstr "« %s » écrit"
 
-#~ msgid "ly_set_mus_property (): Not a symbol"
-#~ msgstr "ly_set_mus_property (): n'est pas un symbole"
+#~ msgid "can't dlopen: %s: %s"
+#~ msgstr "impossible d'ouvrir le fichier par dlopen : %s : %s"
 
-#~ msgid "ly_set_mus_property ():  not of type Music"
-#~ msgstr "ly_set_mus_property ():  n'est pas un type de musique"
+#~ msgid "install package: %s or %s"
+#~ msgstr "installer le paquetage : %s ou %s"
 
-#~ msgid "ly_make_music (): Not a string"
-#~ msgstr "ly_make_music (): n'est pas une chaîne"
+#~ msgid "error opening kpathsea library"
+#~ msgstr "erreur d'ouverture de la bibliothèque kpathsea"
 
-#~ msgid "ly_music_name (): Not a music expression"
-#~ msgstr "ly_music_name (): n'est pas une expression musicale"
+#~ msgid "aborting"
+#~ msgstr "abandon"
 
-#~ msgid "writing header field `%s' to `%s'..."
-#~ msgstr "écriture du champ d'en-tête « %s » dans « %s »..."
+#~ msgid "parsing AFM file: `%s'"
+#~ msgstr "analyse syntaxique du fichier AFM : « %s »"
 
-#~ msgid ""
-#~ "`%s' is deprecated.  Use\n"
-#~ " \\property %s.%s \\override #'%s = #%s"
+#~ msgid "checksum mismatch for font file: `%s'"
 #~ msgstr ""
-#~ "« %s » est déprécié.  Utiliser\n"
-#~ " \\propriété %s.%s \\pour écraser #'%s = #%s"
+#~ "la somme de contrôle ne concorde pas pour le fichier de police : « %s »"
 
-#~ msgid "Wrong type for property: %s, type: %s, value found: %s, type: %s"
-#~ msgstr "Type erroné pour la propriété: %s, type: %s, valeur trouvée: %s, type: %s"
+#~ msgid "does not match: `%s'"
+#~ msgstr "ne concorde pas : « %s »"
 
-#~ msgid "too many notes for rest collision"
-#~ msgstr "trop de notes pour la pause en collision"
-
-#~ msgid "Scheme options:"
-#~ msgstr "Option de schèmes:"
-
-#~ msgid "ly-get-trans-property: expecting a Translator_group argument"
-#~ msgstr "ly-get-trans-property: s'attendait à un argument de type Translator_group"
-
-#~ msgid "Oldest supported input version: %s"
-#~ msgstr "Version supportant les plus vieux formats: %s"
-
-#~ msgid "#32 in quarter: %d"
-#~ msgstr "#32 dans le quart: %d"
+#~ msgid "Rebuild all .afm files, and remove all .pk and .tfm files."
+#~ msgstr ""
+#~ "Reconstruire tous les fichiers .afm et enlever tous les fichiers .pk et ."
+#~ "tfm."
 
-#~ msgid "LY output to `%s'..."
-#~ msgstr "LY produit la sortie vers « %s »..."
+#~ msgid "Rerun with -V to show font paths."
+#~ msgstr ""
+#~ "Ré-exécuter avec l'option -V pour afficher les chemins vers les polices."
 
-#~ msgid "track %d:"
-#~ msgstr "piste %d:"
+#~ msgid "A script for removing font-files is delivered with the source-code:"
+#~ msgstr ""
+#~ "Un script enlevant les fichiers de polices est livré avec le code source :"
 
-#~ msgid "Processing..."
-#~ msgstr "Traitement..."
+#~ msgid "beam has less than two visible stems"
+#~ msgstr "le lien a moins de deux hampes visibles"
 
-#~ msgid "Creating voices..."
-#~ msgstr "Création des voix..."
+#~ msgid "initializing FontConfig"
+#~ msgstr "initialisation de FontConfig"
 
-#~ msgid "track "
-#~ msgstr "piste "
+#~ msgid "adding lilypond directory: %s"
+#~ msgstr "ajout du répertoire lilypond : %s"
 
-#~ msgid "NOT Filtering tempo..."
-#~ msgstr "Pas de filtrage du tempo..."
+#~ msgid ""
+#~ "set scheme option, for help use\n"
+#~ "                                       -e '(ly:option-usage)'"
+#~ msgstr ""
+#~ "définir l'option scheme ; pour de l'aide, utiliser\n"
+#~ "                                       -e '(ly:option-usage)"
 
-#~ msgid "NOT Quantifying columns..."
-#~ msgstr "Pas de quantification des colonnes..."
+#~ msgid "run in safe mode"
+#~ msgstr "exécuter en mode sécurisé"
 
-#~ msgid "Quantifying columns..."
-#~ msgstr "Quantification des colonnes..."
+#~ msgid "can't handle a percent repeat of length: %s"
+#~ msgstr ""
+#~ "ne sait comment traiter la répétition en pourcent sur une longueur de %s"
 
-#~ msgid "Settling columns..."
-#~ msgstr "Initialisation des colonnes"
+#~ msgid "rest direction not set.  Cannot resolve collision."
+#~ msgstr ""
+#~ "direction du silence non déterminée. Impossible de résoudre la collision."
 
-#~ msgid "% MIDI copyright:"
-#~ msgstr "% MIDI copyright:"
+#~ msgid "lilypond -e EXPR means:"
+#~ msgstr "lilypond -e EXPRESSION signifie :"
 
-#~ msgid "% MIDI instrument:"
-#~ msgstr "% MIDI instrument:"
+#~ msgid "  Evalute the Scheme EXPR before parsing any .ly files."
+#~ msgstr ""
+#~ "  Évaluer l'expression Scheme EXPR avant d'analyser les fichiers .ly"
 
-#~ msgid "lily indent level: %d"
-#~ msgstr "niveau d'indentation de lily: %d"
+#~ msgid ""
+#~ "  Multiple -e options may be given, they will be evaluated sequentially."
+#~ msgstr ""
+#~ "  De multiples options -e peuvent être fournies, elles seront évaluées "
+#~ "séquentiellement."
 
-#~ msgid "% Creator: "
-#~ msgstr "% Créateur: "
+#~ msgid ""
+#~ "  The function ly:set-option allows for access to some internal variables."
+#~ msgstr ""
+#~ "  La fonction ly:set-option permet l'accès à quelques variables internes."
 
-#~ msgid "% Automatically generated"
-#~ msgstr "% Automatiquement généré"
+#~ msgid "Usage: lilypond -e \"(ly:set-option SYMBOL VAL)\""
+#~ msgstr "Utilisation : lilypond -e \"(ly-set-option SYMBOLE VALEUR)\""
 
-# msgstr "% à partir du fichier d'entrée: "
-#~ msgid "% from input file: "
-#~ msgstr "% à partir du fichier d'entrée: "
+#~ msgid "Use help as SYMBOL to get online help."
+#~ msgstr "Utiliser help comme SYMBOLE pour obtenir de l'aide en ligne."
 
-#~ msgid "write exact durations, e.g.: a4*385/384"
-#~ msgstr "écrire les durées exactes i.e.: a4*385/384"
+#~ msgid "Separation_item:  I've been drinking too much"
+#~ msgstr "Separation_item :  J'ai dû trop boire..."
 
-#~ msgid "enable debugging output"
-#~ msgstr "autoriser la mise au point de sortie"
+#~ msgid "removing tuplet bracket across linebreak"
+#~ msgstr "effacement des accolades de n-olet pour saut de ligne"
 
-#~ msgid "don't output tuplets, double dots or rests, smallest is 32"
-#~ msgstr "ne pas produire les tuplets, les doubles pointées ou les pauses, plus petits que 32"
+#~ msgid "tag must be symbol or list of symbols"
+#~ msgstr "l'étiquette doit être un symbole ou une liste de symboles"
 
-#~ msgid "set FILE as default output"
-#~ msgstr "définir le FICHIER comme étant la sortie par défaut"
+#~ msgid "need integer number arg"
+#~ msgstr "l'argument doit être un nombre entier"
 
-#~ msgid "be quiet"
-#~ msgstr "travailler en silence"
+#~ msgid "suspect duration in beam: %s"
+#~ msgstr "durée suspecte à l'intérieur du lien : %s"
 
-#~ msgid "don't output rests or skips"
-#~ msgstr "ne pas produire les pauses ou les sauts"
+#~ msgid "syntax error: cannot back up"
+#~ msgstr "erreur de syntaxe : impossible de revenir en arrière"
 
-#~ msgid "set smallest duration"
-#~ msgstr "définir la plus petite durée"
+#~ msgid "Stack now"
+#~ msgstr "Empilement"
 
-#~ msgid "don't timestamp the output"
-#~ msgstr "ne pas dater la sortie"
+#~ msgid "Reducing stack by rule %d (line %u), "
+#~ msgstr "Réduction de la pile par la règle %d (ligne %u), "
 
-#~ msgid "assume no double dotted notes"
-#~ msgstr "assumer aucune note double pointée"
+#~ msgid "parser stack overflow"
+#~ msgstr "saturation de la pile de l'analyseur syntaxique"
 
-#~ msgid "Usage: %s [OPTION]... [FILE]"
-#~ msgstr "Usage: %s [OPTION]... [FICHIER]"
+#~ msgid "Stack size increased to %lu\n"
+#~ msgstr "La taille de la pile est passée à %lu\n"
 
-#~ msgid "Translate MIDI-file to lilypond"
-#~ msgstr "Traduire un fichier en format MIDI au format lilypond"
+#~ msgid "Entering state %d\n"
+#~ msgstr "Passe à l'état %d\n"
 
-#~ msgid "no_double_dots: %d\n"
-#~ msgstr "no_double_dots: %d\n"
+#~ msgid "Reading a token: "
+#~ msgstr "Lecture d'un jeton :"
 
-#~ msgid "no_rests: %d\n"
-#~ msgstr "no_rests: %d\n"
+#~ msgid "Now at end of input.\n"
+#~ msgstr "Fin de la source atteinte.\n"
 
-#~ msgid "no_quantify_b_s: %d\n"
-#~ msgstr "no_quantify_b_s: %d\n"
+#~ msgid "Next token is"
+#~ msgstr "Le jeton suivant est "
 
-#~ msgid "no_smaller_than: %d (1/%d)\n"
-#~ msgstr "no_smaller_than: %d (1/%d)\n"
+#~ msgid "Shifting"
+#~ msgstr "Décalage en cours"
 
-#~ msgid "no_tuplets: %d\n"
-#~ msgstr "no_tuplets: %d\n"
+#~ msgid "syntax error, unexpected %s"
+#~ msgstr "erreur de syntaxe : %s inattendu."
 
-#~ msgid "zero length string encountered"
-#~ msgstr "chaîne de longueur zéro rencontrée"
+#~ msgid "syntax error, unexpected %s, expecting %s"
+#~ msgstr "erreur de syntaxe : %s inattendu, au lieu de %s"
 
-#~ msgid "MIDI header expected"
-#~ msgstr "En-tête de format MIDI attendue"
+#~ msgid "syntax error, unexpected %s, expecting %s or %s"
+#~ msgstr "erreur de syntaxe : %s inattendu, au lieu de %s ou %s"
 
-#~ msgid "invalid header length"
-#~ msgstr "longueur invalide d'en-tête"
+#~ msgid "syntax error, unexpected %s, expecting %s or %s or %s"
+#~ msgstr "erreur de syntaxe : %s inattendu, au lieu de %s ou %s ou %s"
 
-#~ msgid "invalid MIDI format"
-#~ msgstr "format MIDI invalide"
+#~ msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
+#~ msgstr "erreur de syntaxe : %s inattendu, au lieu de %s ou %s ou %s ou %s"
 
-#~ msgid "invalid number of tracks"
-#~ msgstr "nombre invalide de pistes"
+#~ msgid "syntax error; also memory exhausted"
+#~ msgstr "erreur de syntaxe, et épuisement de la mémoire..."
 
-#~ msgid "can't handle non-metrical time"
-#~ msgstr "ne peut traiter des temps non métriques"
+#~ msgid "syntax error"
+#~ msgstr "erreur de syntaxe"
 
-#~ msgid "Junking note-end event: channel = %d, pitch = %d"
-#~ msgstr "Mise au rebut d'un événement de fin de note: canal = %d, ton = %d"
+#~ msgid "Error: popping"
+#~ msgstr "Erreur : dépile"
 
-#~ msgid "invalid running status"
-#~ msgstr "état d'exécution invalide"
+#~ msgid "Error: discarding"
+#~ msgstr "Erreur, mise au rebut"
 
-#~ msgid "unimplemented MIDI meta-event"
-#~ msgstr "méta-événement MIDI non implanté"
+#~ msgid "Error: discarding lookahead"
+#~ msgstr "Erreur, abandon"
 
-#~ msgid "invalid MIDI event"
-#~ msgstr "événement MIDI invalide"
+#~ msgid "Could not find bounding box of `~a'"
+#~ msgstr "Conteneur pour '~a' non repéré"
 
-#~ msgid "MIDI track expected"
-#~ msgstr "piste MIDI attendue"
+#~ msgid "can't find CFF/PFA/PFB font ~S=~S"
+#~ msgstr "impossible de trouver la police CFF/PFA/PFB ~S=~S"
 
-#~ msgid "invalid track length"
-#~ msgstr "longueur de piste invalide"
+#~ msgid "unknown bar glyph: `~S'"
+#~ msgstr "forme de barre inconnue : '~S'"