]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/general/common-macros.itexi
Partially fix documentation translation generation
[lilypond.git] / Documentation / fr / general / common-macros.itexi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @c This file is part of general.texi
3 @ignore
4     Translation of GIT committish: dab17828471057f4e12c0d80777ff9bb4c5b2309
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10
11 @c -*- coding: utf-8; mode: texinfo; -*-
12 @c Don't replace quotes with directed quotes.
13 @set txicodequoteundirected
14 @set txicodequotebacktick
15 @c ***** Displaying text *****
16 @c We need this since @q{\} doesn't work with makeinfo 4.11 --
17 @c say @q{@bs{}} instead.
18 @c ***** Displaying images not generated by lilypond-book *****
19 @c Current installation setup of Info docs requires that all images are
20 @c expected to be found in the `lilypond/' subdirectory.  `lilypond-book'
21 @c already generates proper @image commands for images of music; these
22 @c macro definitions do the same for other images.
23 @image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
24 @image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
25 @c ***** Headers *****
26 @c ***** Indexing *****
27 @c Don't remove the `@c' within the macro definition!  See section 19.3,
28 @c `Macro Details and Caveats', in the texinfo info file for explanation.
29 @c
30 @c ***** Macros specific to translated docs *****
31 @c ugh, cannot set/define global variable 'translationof' in any way :-(
32 @set translationof \TEXT\
33 @c ***** Macros specific to the web site *****
34 @c keep the space for proper nesting of </p>
35 @c not strictly necessary, but it makes things easier for updating news
36 @c keep the space for proper nesting of </p>
37 @c @image{\IMAGE-FILE\}
38 @c @image{\IMAGE-FILE\}
39 @c @image{\IMAGE-FILE\}
40
41 @c -- SKELETON FILE --