LEFT | RIGHT |
(no file at all) | |
1 @c -*- coding: utf-8; mode: texinfo; -*- | 1 @c -*- coding: utf-8; mode: texinfo; -*- |
2 | 2 |
3 | 3 |
4 @c *********************************************** | 4 @c *********************************************** |
5 @c SEE MACRO DEFINITION GUIDELINES IN macros.itexi | 5 @c SEE MACRO DEFINITION GUIDELINES IN macros.itexi |
6 @c *********************************************** | 6 @c *********************************************** |
7 | 7 |
8 @c Don't replace quotes with directed quotes. | 8 @c Don't replace quotes with directed quotes. |
9 | 9 |
10 @set txicodequoteundirected | 10 @set txicodequoteundirected |
11 @set txicodequotebacktick | 11 @set txicodequotebacktick |
12 | |
13 @c Trick to use with proper font mappings the same NCSB fonts as | |
14 @c LilyPond instead of those provided by TeX distribution | |
15 @tex | |
16 \ifpdf | |
17 \pdfmapfile{=lilypond.map} | |
18 \fi | |
19 @end tex | |
20 | 12 |
21 @include cyrillic.itexi | 13 @include cyrillic.itexi |
22 | 14 |
23 @c ***** Displaying text ***** | 15 @c ***** Displaying text ***** |
24 | 16 |
25 @c We need this since @q{\} doesn't work with makeinfo 4.11 -- | 17 @c We need this since @q{\} doesn't work with makeinfo 4.11 -- |
26 @c say @q{@bs{}} instead. | 18 @c say @q{@bs{}} instead. |
27 | 19 |
28 @macro bs | 20 @macro bs |
29 \\ | 21 \\ |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 @end html | 261 @end html |
270 @iftex | 262 @iftex |
271 @image{pictures/\IMAGE-FILE\,,,\ALT\} | 263 @image{pictures/\IMAGE-FILE\,,,\ALT\} |
272 @end iftex | 264 @end iftex |
273 @ifinfo | 265 @ifinfo |
274 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\} | 266 @image{lilypond/pictures/\IMAGE-FILE\,,,\ALT\} |
275 @end ifinfo | 267 @end ifinfo |
276 @end macro | 268 @end macro |
277 | 269 |
278 @end ifset | 270 @end ifset |
LEFT | RIGHT |