From f12030530f2558cb4c84c5ad93f8b8b1502f6b50 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 21 Oct 2009 13:37:37 +0200 Subject: [PATCH] Translated docs: clean out obsolete copies of macros files --- Documentation/fr/common-macros.itexi | 220 ------------------ Documentation/fr/general/common-macros.itexi | 41 ---- Documentation/fr/general/macros.itexi | 133 ----------- Documentation/nl/common-macros.itexi | 220 ------------------ Documentation/nl/general/common-macros.itexi | 41 ---- Documentation/nl/general/macros.itexi | 133 ----------- Documentation/nl/learning/common-macros.itexi | 39 ---- Documentation/nl/learning/macros.itexi | 124 ---------- Documentation/nl/notation/common-macros.itexi | 39 ---- Documentation/nl/notation/macros.itexi | 124 ---------- Documentation/nl/usage/common-macros.itexi | 39 ---- Documentation/nl/usage/macros.itexi | 124 ---------- 12 files changed, 1277 deletions(-) delete mode 100644 Documentation/fr/common-macros.itexi delete mode 100644 Documentation/fr/general/common-macros.itexi delete mode 100644 Documentation/fr/general/macros.itexi delete mode 100644 Documentation/nl/common-macros.itexi delete mode 100644 Documentation/nl/general/common-macros.itexi delete mode 100644 Documentation/nl/general/macros.itexi delete mode 100644 Documentation/nl/learning/common-macros.itexi delete mode 100644 Documentation/nl/learning/macros.itexi delete mode 100644 Documentation/nl/notation/common-macros.itexi delete mode 100644 Documentation/nl/notation/macros.itexi delete mode 100644 Documentation/nl/usage/common-macros.itexi delete mode 100644 Documentation/nl/usage/macros.itexi diff --git a/Documentation/fr/common-macros.itexi b/Documentation/fr/common-macros.itexi deleted file mode 100644 index a852227bcf..0000000000 --- a/Documentation/fr/common-macros.itexi +++ /dev/null @@ -1,220 +0,0 @@ -@c -*- coding: utf-8; mode: texinfo; -*- - - -@c Don't replace quotes with directed quotes. - -@set txicodequoteundirected -@set txicodequotebacktick - - -@c ***** Displaying text ***** - -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. - -@macro bs -\\ -@end macro - - -@ifnotinfo - -@macro notation{TEXT} -@var{\TEXT\} -@end macro - -@end ifnotinfo - -@ifinfo - -@macro notation{TEXT} -\TEXT\ -@end macro - -@end ifinfo - - -@macro smallspace -@sp 1 -@end macro - - -@c ***** Displaying images not generated by lilypond-book ***** - -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. - -@ifnotinfo - -@macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT} -@image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@end macro - -@end ifnotinfo - -@ifinfo - -@macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT} -@image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@end macro - -@end ifinfo - - -@c ***** Headers ***** - -@ifclear snippets-sections -@macro lydoctitle {TEXT} -@need 600 -@emph{\TEXT\} -@end macro -@end ifclear - -@c ***** Indexing ***** - -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. - -@macro funindex {TEXT} -@findex \TEXT\ -@kindex \TEXT\ -@c -@end macro - - -@c ***** Macros specific to translated docs ***** - -@c ugh, cannot set/define global variable 'translationof' in any way :-( - -@iftex - -@macro translationof{TEXT} -@end macro - -@end iftex - -@ifinfo - -@macro translationof{TEXT} -@set translationof \TEXT\ -@end macro - -@end ifinfo - -@ifhtml - -@ifset bigpage -@macro untranslated -@end macro -@end ifset - -@ifclear bigpage -@macro untranslated -UNTRANSLATED NODE: IGNORE ME -@end macro -@end ifclear - -@end ifhtml - -@ifnothtml - -@macro untranslated -@end macro - -@end ifnothtml - - -@c ***** Macros specific to the web site ***** - -@ifset web - -@macro help{TEXT} -@html -
- - Help wanted: - \TEXT\ -
-@end html -@end macro - -@macro divId {ID} -@html -
-@end html -@end macro - -@macro divClass {CLASS} -@html -
-@end html -@end macro - -@macro divEnd -@c keep the space for proper nesting of

- -@html -
-@end html -@end macro - - -@c not strictly necessary, but it makes things easier for updating news -@macro newsItem -@html -
-@end html -@end macro - -@macro newsEnd -@c keep the space for proper nesting of

- -@html -
-@end html -@end macro - - - -@macro imageClickable{IMAGE-FILE, MORE-TEXT, CLICK-FILE, POSITION} -@html -
- - \IMAGE-FILE\ - -

- \MORE-TEXT\ -

-
-@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@macro imageFloat{IMAGE-FILE, POSITION} -@html -\IMAGE-FILE\ -@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@macro imageId{ID, IMAGE-FILE, ALT} -@html -
- \ALT\ -
-@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@end ifset diff --git a/Documentation/fr/general/common-macros.itexi b/Documentation/fr/general/common-macros.itexi deleted file mode 100644 index 9e8764d4f6..0000000000 --- a/Documentation/fr/general/common-macros.itexi +++ /dev/null @@ -1,41 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- -@c This file is part of general.texi -@ignore - Translation of GIT committish: dab17828471057f4e12c0d80777ff9bb4c5b2309 - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: utf-8; mode: texinfo; -*- -@c Don't replace quotes with directed quotes. -@set txicodequoteundirected -@set txicodequotebacktick -@c ***** Displaying text ***** -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. -@c ***** Displaying images not generated by lilypond-book ***** -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. -@image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@c ***** Headers ***** -@c ***** Indexing ***** -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. -@c -@c ***** Macros specific to translated docs ***** -@c ugh, cannot set/define global variable 'translationof' in any way :-( -@set translationof \TEXT\ -@c ***** Macros specific to the web site ***** -@c keep the space for proper nesting of

-@c not strictly necessary, but it makes things easier for updating news -@c keep the space for proper nesting of

-@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} - -@c -- SKELETON FILE -- diff --git a/Documentation/fr/general/macros.itexi b/Documentation/fr/general/macros.itexi deleted file mode 100644 index 91044d9fd9..0000000000 --- a/Documentation/fr/general/macros.itexi +++ /dev/null @@ -1,133 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- -@c This file is part of general.texi -@ignore - Translation of GIT committish: dab17828471057f4e12c0d80777ff9bb4c5b2309 - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: us-ascii; mode: texinfo; -*- -@include version.itexi -@include common-macros.itexi -@c ***** Displaying text ***** -@c To get decent quotes in `foo' and ``foo''. -@c artouche -@quotation -@quotation -@c artouche -@end quotation -@end quotation -@c ***** Headings in a doc subsection ***** -@c Don't insert an empty line after @predefined! Right now -@c it doesn't matter, but a future implementation will probably -@c add some code which needs this restriction. -@subsubheading Predefined commands -@c The next macro is a dummy currently since texinfo doesn't -@c provide a real ragged-right environment yet. -@c -@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) -@c the macro must not be empty. -@c -@subsubheading Selected Snippets -@c Don't insert an empty line after @seealso! Otherwise we get -@c unwanted extra vertical space in the PDF output. -@subsubheading See also -@subsubheading Known issues and warnings -@c ***** Links and references ***** -@c Definitions for references: -@c -@c @rgeneral -@c @ressay -@c @rglos -@c @rinternals -@c @rlearning -@c @rlsr -@c @rprogram -@c @ruser -@c -@c All these also have a @...named version which allows to specify the -@c displayed text for the reference as second argument. -@c -@c ***** HTML + bigpage is a special case (other manual names); all other -@c formats are treated similarly. -@c *** not TeX *** -@ifnottex -@c ** bigpage ** -@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,,learning-big-page,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} -@ref{\TEXT\,,,notation-big-page,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} -@ref{\TEXT\,,,general-big-page,General Information} -@ref{\TEXT\,,\DISPLAY\,general-big-page,General Information} -@ref{\TEXT\,,,essay-big-page,Essay} -@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} -@ref{\TEXT\,,,application-big-page,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage} -@ref{\TEXT\,,,snippets-big-page,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} -@ref{\TEXT\,,,internals-big-page,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} -@c ** not bigpage ** -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,general,General Information} -@ref{\TEXT\,,\DISPLAY\,general,General Information} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} -@ref{\TEXT\,,,lilypond-general,General Information} -@ref{\TEXT\,,\DISPLAY\,lilypond-general, General Information} -@ref{\TEXT\,,,lilypond-essay,Essay} -@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} -@ref{\TEXT\,,,lilypond-application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage} -@ref{\TEXT\,,,lilypond-snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} -@end ifnottex -@c *** TeX *** -@c All commands below should work in the middle of the line; -@c we thus must not use @vindex directly since it works only if placed -@c on a line of its own. To overcome this problem, we define a -@c replacement macro using the internal definition of @vindex which -@c delimits arguments in the standard way (i.e., with braces). -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,general,General Information} -@ref{\TEXT\,,\DISPLAY\,general,General Information} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@c ***** Macros specific to the web site ***** -@c LEGALESE - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/common-macros.itexi b/Documentation/nl/common-macros.itexi deleted file mode 100644 index a852227bcf..0000000000 --- a/Documentation/nl/common-macros.itexi +++ /dev/null @@ -1,220 +0,0 @@ -@c -*- coding: utf-8; mode: texinfo; -*- - - -@c Don't replace quotes with directed quotes. - -@set txicodequoteundirected -@set txicodequotebacktick - - -@c ***** Displaying text ***** - -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. - -@macro bs -\\ -@end macro - - -@ifnotinfo - -@macro notation{TEXT} -@var{\TEXT\} -@end macro - -@end ifnotinfo - -@ifinfo - -@macro notation{TEXT} -\TEXT\ -@end macro - -@end ifinfo - - -@macro smallspace -@sp 1 -@end macro - - -@c ***** Displaying images not generated by lilypond-book ***** - -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. - -@ifnotinfo - -@macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT} -@image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@end macro - -@end ifnotinfo - -@ifinfo - -@macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT} -@image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@end macro - -@end ifinfo - - -@c ***** Headers ***** - -@ifclear snippets-sections -@macro lydoctitle {TEXT} -@need 600 -@emph{\TEXT\} -@end macro -@end ifclear - -@c ***** Indexing ***** - -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. - -@macro funindex {TEXT} -@findex \TEXT\ -@kindex \TEXT\ -@c -@end macro - - -@c ***** Macros specific to translated docs ***** - -@c ugh, cannot set/define global variable 'translationof' in any way :-( - -@iftex - -@macro translationof{TEXT} -@end macro - -@end iftex - -@ifinfo - -@macro translationof{TEXT} -@set translationof \TEXT\ -@end macro - -@end ifinfo - -@ifhtml - -@ifset bigpage -@macro untranslated -@end macro -@end ifset - -@ifclear bigpage -@macro untranslated -UNTRANSLATED NODE: IGNORE ME -@end macro -@end ifclear - -@end ifhtml - -@ifnothtml - -@macro untranslated -@end macro - -@end ifnothtml - - -@c ***** Macros specific to the web site ***** - -@ifset web - -@macro help{TEXT} -@html -
- - Help wanted: - \TEXT\ -
-@end html -@end macro - -@macro divId {ID} -@html -
-@end html -@end macro - -@macro divClass {CLASS} -@html -
-@end html -@end macro - -@macro divEnd -@c keep the space for proper nesting of

- -@html -
-@end html -@end macro - - -@c not strictly necessary, but it makes things easier for updating news -@macro newsItem -@html -
-@end html -@end macro - -@macro newsEnd -@c keep the space for proper nesting of

- -@html -
-@end html -@end macro - - - -@macro imageClickable{IMAGE-FILE, MORE-TEXT, CLICK-FILE, POSITION} -@html -
- - \IMAGE-FILE\ - -

- \MORE-TEXT\ -

-
-@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@macro imageFloat{IMAGE-FILE, POSITION} -@html -\IMAGE-FILE\ -@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@macro imageId{ID, IMAGE-FILE, ALT} -@html -
- \ALT\ -
-@end html -@ifnothtml -FIXME: broken image -@c @image{\IMAGE-FILE\} -@end ifnothtml -@end macro - -@end ifset diff --git a/Documentation/nl/general/common-macros.itexi b/Documentation/nl/general/common-macros.itexi deleted file mode 100644 index fafde5aee3..0000000000 --- a/Documentation/nl/general/common-macros.itexi +++ /dev/null @@ -1,41 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of general.texi -@ignore - Translation of GIT committish: dab17828471057f4e12c0d80777ff9bb4c5b2309 - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: utf-8; mode: texinfo; -*- -@c Don't replace quotes with directed quotes. -@set txicodequoteundirected -@set txicodequotebacktick -@c ***** Displaying text ***** -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. -@c ***** Displaying images not generated by lilypond-book ***** -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. -@image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\} -@c ***** Headers ***** -@c ***** Indexing ***** -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. -@c -@c ***** Macros specific to translated docs ***** -@c ugh, cannot set/define global variable 'translationof' in any way :-( -@set translationof \TEXT\ -@c ***** Macros specific to the web site ***** -@c keep the space for proper nesting of

-@c not strictly necessary, but it makes things easier for updating news -@c keep the space for proper nesting of

-@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/general/macros.itexi b/Documentation/nl/general/macros.itexi deleted file mode 100644 index d081a11535..0000000000 --- a/Documentation/nl/general/macros.itexi +++ /dev/null @@ -1,133 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of general.texi -@ignore - Translation of GIT committish: dab17828471057f4e12c0d80777ff9bb4c5b2309 - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: us-ascii; mode: texinfo; -*- -@include version.itexi -@include common-macros.itexi -@c ***** Displaying text ***** -@c To get decent quotes in `foo' and ``foo''. -@c artouche -@quotation -@quotation -@c artouche -@end quotation -@end quotation -@c ***** Headings in a doc subsection ***** -@c Don't insert an empty line after @predefined! Right now -@c it doesn't matter, but a future implementation will probably -@c add some code which needs this restriction. -@subsubheading Predefined commands -@c The next macro is a dummy currently since texinfo doesn't -@c provide a real ragged-right environment yet. -@c -@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) -@c the macro must not be empty. -@c -@subsubheading Selected Snippets -@c Don't insert an empty line after @seealso! Otherwise we get -@c unwanted extra vertical space in the PDF output. -@subsubheading See also -@subsubheading Known issues and warnings -@c ***** Links and references ***** -@c Definitions for references: -@c -@c @rgeneral -@c @ressay -@c @rglos -@c @rinternals -@c @rlearning -@c @rlsr -@c @rprogram -@c @ruser -@c -@c All these also have a @...named version which allows to specify the -@c displayed text for the reference as second argument. -@c -@c ***** HTML + bigpage is a special case (other manual names); all other -@c formats are treated similarly. -@c *** not TeX *** -@ifnottex -@c ** bigpage ** -@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,,learning-big-page,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} -@ref{\TEXT\,,,notation-big-page,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} -@ref{\TEXT\,,,general-big-page,General Information} -@ref{\TEXT\,,\DISPLAY\,general-big-page,General Information} -@ref{\TEXT\,,,essay-big-page,Essay} -@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} -@ref{\TEXT\,,,application-big-page,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage} -@ref{\TEXT\,,,snippets-big-page,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} -@ref{\TEXT\,,,internals-big-page,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} -@c ** not bigpage ** -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,general,General Information} -@ref{\TEXT\,,\DISPLAY\,general,General Information} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} -@ref{\TEXT\,,,lilypond-general,General Information} -@ref{\TEXT\,,\DISPLAY\,lilypond-general, General Information} -@ref{\TEXT\,,,lilypond-essay,Essay} -@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} -@ref{\TEXT\,,,lilypond-application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage} -@ref{\TEXT\,,,lilypond-snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} -@end ifnottex -@c *** TeX *** -@c All commands below should work in the middle of the line; -@c we thus must not use @vindex directly since it works only if placed -@c on a line of its own. To overcome this problem, we define a -@c replacement macro using the internal definition of @vindex which -@c delimits arguments in the standard way (i.e., with braces). -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,general,General Information} -@ref{\TEXT\,,\DISPLAY\,general,General Information} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@c ***** Macros specific to the web site ***** -@c LEGALESE - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/learning/common-macros.itexi b/Documentation/nl/learning/common-macros.itexi deleted file mode 100644 index 325f7a8c57..0000000000 --- a/Documentation/nl/learning/common-macros.itexi +++ /dev/null @@ -1,39 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of learning.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: utf-8; mode: texinfo; -*- -@c Don't replace quotes with directed quotes. -@set txicodequoteundirected -@set txicodequotebacktick -@c ***** Displaying text ***** -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. -@c ***** Displaying images not generated by lilypond-book ***** -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. -@c ***** Headers ***** -@c ***** Indexing ***** -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. -@c -@c ***** Macros specific to translated docs ***** -@c ugh, cannot set/define global variable 'translationof' in any way :-( -@set translationof \TEXT\ -@c ***** Macros specific to the web site ***** -@c keep the space for proper nesting of

-@c not strictly necessary, but it makes things easier for updating news -@c keep the space for proper nesting of

-@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/learning/macros.itexi b/Documentation/nl/learning/macros.itexi deleted file mode 100644 index 2fe6bd260f..0000000000 --- a/Documentation/nl/learning/macros.itexi +++ /dev/null @@ -1,124 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of learning.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: us-ascii; mode: texinfo; -*- -@include version.itexi -@include common-macros.itexi -@c ***** Displaying text ***** -@c To get decent quotes in `foo' and ``foo''. -@c artouche -@quotation -@quotation -@c artouche -@end quotation -@end quotation -@c ***** Headings in a doc subsection ***** -@c Don't insert an empty line after @predefined! Right now -@c it doesn't matter, but a future implementation will probably -@c add some code which needs this restriction. -@subsubheading Predefined commands -@c The next macro is a dummy currently since texinfo doesn't -@c provide a real ragged-right environment yet. -@c -@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) -@c the macro must not be empty. -@c -@subsubheading Selected Snippets -@c Don't insert an empty line after @seealso! Otherwise we get -@c unwanted extra vertical space in the PDF output. -@subsubheading See also -@subsubheading Known issues and warnings -@c ***** Links and references ***** -@c Definitions for references: -@c -@c @rglos -@c @rlearning -@c @ruser -@c @ressay -@c @rprogram -@c @rlsr -@c @rinternals -@c -@c All these also have a @...named version which allows to specify the -@c displayed text for the reference as second argument. -@c -@c ***** HTML + bigpage is a special case (other manual names); all other -@c formats are treated similarly. -@c *** not TeX *** -@ifnottex -@c ** bigpage ** -@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,,learning-big-page,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} -@ref{\TEXT\,,,notation-big-page,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} -@ref{\TEXT\,,,essay-big-page,Essay} -@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} -@ref{\TEXT\,,,application-big-page,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage} -@ref{\TEXT\,,,snippets-big-page,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} -@ref{\TEXT\,,,internals-big-page,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} -@c ** not bigpage ** -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} -@ref{\TEXT\,,,lilypond-essay,Essay} -@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} -@ref{\TEXT\,,,lilypond-application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage} -@ref{\TEXT\,,,lilypond-snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} -@end ifnottex -@c *** TeX *** -@c All commands below should work in the middle of the line; -@c we thus must not use @vindex directly since it works only if placed -@c on a line of its own. To overcome this problem, we define a -@c replacement macro using the internal definition of @vindex which -@c delimits arguments in the standard way (i.e., with braces). -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@c ***** Macros specific to the web site ***** -@c LEGALESE - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/notation/common-macros.itexi b/Documentation/nl/notation/common-macros.itexi deleted file mode 100644 index a77262f80c..0000000000 --- a/Documentation/nl/notation/common-macros.itexi +++ /dev/null @@ -1,39 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of notation.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: utf-8; mode: texinfo; -*- -@c Don't replace quotes with directed quotes. -@set txicodequoteundirected -@set txicodequotebacktick -@c ***** Displaying text ***** -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. -@c ***** Displaying images not generated by lilypond-book ***** -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. -@c ***** Headers ***** -@c ***** Indexing ***** -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. -@c -@c ***** Macros specific to translated docs ***** -@c ugh, cannot set/define global variable 'translationof' in any way :-( -@set translationof \TEXT\ -@c ***** Macros specific to the web site ***** -@c keep the space for proper nesting of

-@c not strictly necessary, but it makes things easier for updating news -@c keep the space for proper nesting of

-@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/notation/macros.itexi b/Documentation/nl/notation/macros.itexi deleted file mode 100644 index 7d21b6e922..0000000000 --- a/Documentation/nl/notation/macros.itexi +++ /dev/null @@ -1,124 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of notation.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: us-ascii; mode: texinfo; -*- -@include version.itexi -@include common-macros.itexi -@c ***** Displaying text ***** -@c To get decent quotes in `foo' and ``foo''. -@c artouche -@quotation -@quotation -@c artouche -@end quotation -@end quotation -@c ***** Headings in a doc subsection ***** -@c Don't insert an empty line after @predefined! Right now -@c it doesn't matter, but a future implementation will probably -@c add some code which needs this restriction. -@subsubheading Predefined commands -@c The next macro is a dummy currently since texinfo doesn't -@c provide a real ragged-right environment yet. -@c -@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) -@c the macro must not be empty. -@c -@subsubheading Selected Snippets -@c Don't insert an empty line after @seealso! Otherwise we get -@c unwanted extra vertical space in the PDF output. -@subsubheading See also -@subsubheading Known issues and warnings -@c ***** Links and references ***** -@c Definitions for references: -@c -@c @rglos -@c @rlearning -@c @ruser -@c @ressay -@c @rprogram -@c @rlsr -@c @rinternals -@c -@c All these also have a @...named version which allows to specify the -@c displayed text for the reference as second argument. -@c -@c ***** HTML + bigpage is a special case (other manual names); all other -@c formats are treated similarly. -@c *** not TeX *** -@ifnottex -@c ** bigpage ** -@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,,learning-big-page,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} -@ref{\TEXT\,,,notation-big-page,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} -@ref{\TEXT\,,,essay-big-page,Essay} -@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} -@ref{\TEXT\,,,application-big-page,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage} -@ref{\TEXT\,,,snippets-big-page,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} -@ref{\TEXT\,,,internals-big-page,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} -@c ** not bigpage ** -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} -@ref{\TEXT\,,,lilypond-essay,Essay} -@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} -@ref{\TEXT\,,,lilypond-application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage} -@ref{\TEXT\,,,lilypond-snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} -@end ifnottex -@c *** TeX *** -@c All commands below should work in the middle of the line; -@c we thus must not use @vindex directly since it works only if placed -@c on a line of its own. To overcome this problem, we define a -@c replacement macro using the internal definition of @vindex which -@c delimits arguments in the standard way (i.e., with braces). -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@c ***** Macros specific to the web site ***** -@c LEGALESE - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/usage/common-macros.itexi b/Documentation/nl/usage/common-macros.itexi deleted file mode 100644 index 50e7b3d5e3..0000000000 --- a/Documentation/nl/usage/common-macros.itexi +++ /dev/null @@ -1,39 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of application.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: utf-8; mode: texinfo; -*- -@c Don't replace quotes with directed quotes. -@set txicodequoteundirected -@set txicodequotebacktick -@c ***** Displaying text ***** -@c We need this since @q{\} doesn't work with makeinfo 4.11 -- -@c say @q{@bs{}} instead. -@c ***** Displaying images not generated by lilypond-book ***** -@c Current installation setup of Info docs requires that all images are -@c expected to be found in the `lilypond/' subdirectory. `lilypond-book' -@c already generates proper @image commands for images of music; these -@c macro definitions do the same for other images. -@c ***** Headers ***** -@c ***** Indexing ***** -@c Don't remove the `@c' within the macro definition! See section 19.3, -@c `Macro Details and Caveats', in the texinfo info file for explanation. -@c -@c ***** Macros specific to translated docs ***** -@c ugh, cannot set/define global variable 'translationof' in any way :-( -@set translationof \TEXT\ -@c ***** Macros specific to the web site ***** -@c keep the space for proper nesting of

-@c not strictly necessary, but it makes things easier for updating news -@c keep the space for proper nesting of

-@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} -@c @image{\IMAGE-FILE\} - -@c -- SKELETON FILE -- diff --git a/Documentation/nl/usage/macros.itexi b/Documentation/nl/usage/macros.itexi deleted file mode 100644 index 89b8a91d0d..0000000000 --- a/Documentation/nl/usage/macros.itexi +++ /dev/null @@ -1,124 +0,0 @@ -\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- -@c This file is part of application.tely -@ignore - Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b - - When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore - - -@c -*- coding: us-ascii; mode: texinfo; -*- -@include version.itexi -@include common-macros.itexi -@c ***** Displaying text ***** -@c To get decent quotes in `foo' and ``foo''. -@c artouche -@quotation -@quotation -@c artouche -@end quotation -@end quotation -@c ***** Headings in a doc subsection ***** -@c Don't insert an empty line after @predefined! Right now -@c it doesn't matter, but a future implementation will probably -@c add some code which needs this restriction. -@subsubheading Predefined commands -@c The next macro is a dummy currently since texinfo doesn't -@c provide a real ragged-right environment yet. -@c -@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) -@c the macro must not be empty. -@c -@subsubheading Selected Snippets -@c Don't insert an empty line after @seealso! Otherwise we get -@c unwanted extra vertical space in the PDF output. -@subsubheading See also -@subsubheading Known issues and warnings -@c ***** Links and references ***** -@c Definitions for references: -@c -@c @rglos -@c @rlearning -@c @ruser -@c @ressay -@c @rprogram -@c @rlsr -@c @rinternals -@c -@c All these also have a @...named version which allows to specify the -@c displayed text for the reference as second argument. -@c -@c ***** HTML + bigpage is a special case (other manual names); all other -@c formats are treated similarly. -@c *** not TeX *** -@ifnottex -@c ** bigpage ** -@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} -@ref{\TEXT\,,,learning-big-page,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} -@ref{\TEXT\,,,notation-big-page,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} -@ref{\TEXT\,,,essay-big-page,Essay} -@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} -@ref{\TEXT\,,,application-big-page,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage} -@ref{\TEXT\,,,snippets-big-page,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} -@ref{\TEXT\,,,internals-big-page,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} -@c ** not bigpage ** -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-learning,Learning Manual} -@ref{\TEXT\,,,lilypond-notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} -@ref{\TEXT\,,,lilypond-essay,Essay} -@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} -@ref{\TEXT\,,,lilypond-application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage} -@ref{\TEXT\,,,lilypond-snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} -@end ifnottex -@c *** TeX *** -@c All commands below should work in the middle of the line; -@c we thus must not use @vindex directly since it works only if placed -@c on a line of its own. To overcome this problem, we define a -@c replacement macro using the internal definition of @vindex which -@c delimits arguments in the standard way (i.e., with braces). -@ref{\TEXT\,,,music-glossary,Music Glossary} -@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} -@ref{\TEXT\,,,learning,Learning Manual} -@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} -@ref{\TEXT\,,,notation,Notation Reference} -@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} -@ref{\TEXT\,,,essay,Essay} -@ref{\TEXT\,,\DISPLAY\,essay,Essay} -@ref{\TEXT\,,,application,Application Usage} -@ref{\TEXT\,,\DISPLAY\,application,Application Usage} -@ref{\TEXT\,,,snippets,Snippets} -@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} -@ref{\TEXT\,,,internals,Internals Reference} -@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} -@c ***** Macros specific to the web site ***** -@c LEGALESE - -@c -- SKELETON FILE -- -- 2.39.2