X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcommon-macros.itexi;h=f3dac48c9189431e6ee92208a4d88d236177971d;hb=b293e2046fc5a4cedf01d602c77b55ff41376735;hp=ab45cbaf32cbd4fdd1af09c603977dd5b8ede136;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi index ab45cbaf32..f3dac48c91 100644 --- a/Documentation/common-macros.itexi +++ b/Documentation/common-macros.itexi @@ -10,6 +10,15 @@ @set txicodequoteundirected @set txicodequotebacktick +@c Trick to use with proper font mappings the same NCSB fonts as +@c LilyPond instead of those provided by TeX distribution +@tex +\ifpdf + \pdfmapfile{=lilypond.map} +\fi +@end tex + +@include cyrillic.itexi @c ***** Displaying text ***** @@ -69,6 +78,11 @@ @c ***** Headers ***** +@c For use as the Level 5 header +@macro subsubsubheading {TEXT} +@subsubheading @i{\TEXT\} +@end macro + @ifclear snippets-sections @macro lydoctitle {TEXT} @need 600 @@ -163,6 +177,28 @@ UNTRANSLATED NODE: IGNORE ME @end html @end macro +@ifclear web_version + @ifclear bigpage + @macro docLink{name,target,webLink} + @uref{../\target\, \name\} + @end macro + @end ifclear + @ifset bigpage + @macro docLink{name,target,webLink} + @uref{\target\, \name\} + @end macro + @end ifset +@end ifclear +@ifset web_version + @macro docLink{name,target,webLink} + \webLink\ + @end macro +@end ifset + +@macro miscLink{MISC-FILE,MISC-TEXT} +@uref{http://lilypond.org/website/misc/\MISC-FILE\,\MISC-TEXT\} +@end macro + @macro spanClass {CLASS} @html