+++ /dev/null
-@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
-<div class="help">
-<strong>
- <span style="text-decoration:blink">Help wanted:</span>
-</strong> \TEXT\
-</div>
-@end html
-@end macro
-
-@macro divId {ID}
-@html
-<div id="\ID\">
-@end html
-@end macro
-
-@macro divClass {CLASS}
-@html
-<div class="\CLASS\">
-@end html
-@end macro
-
-@macro divEnd
-@c keep the space for proper nesting of </p>
-
-@html
-</div>
-@end html
-@end macro
-
-
-@c not strictly necessary, but it makes things easier for updating news
-@macro newsItem
-@html
-<div class="news-item">
-@end html
-@end macro
-
-@macro newsEnd
-@c keep the space for proper nesting of </p>
-
-@html
-</div>
-@end html
-@end macro
-
-
-
-@macro imageClickable{IMAGE-FILE, MORE-TEXT, CLICK-FILE, POSITION}
-@html
-<div class="float-\POSITION\">
- <a class="clickable" href="\CLICK-FILE\">
- <img src="\IMAGE-FILE\" alt="\IMAGE-FILE\">
- </a>
- <p style="text-align: center">
- \MORE-TEXT\
- </p>
-</div>
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@macro imageFloat{IMAGE-FILE, POSITION}
-@html
-<img class="float-\POSITION\" src="pictures/\IMAGE-FILE\" alt="\IMAGE-FILE\">
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@macro imageId{ID, IMAGE-FILE, ALT}
-@html
-<div id="\ID\">
- <img src="pictures/\IMAGE-FILE\" alt="\ALT\">
-</div>
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@end ifset
+++ /dev/null
-\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 </p>
-@c not strictly necessary, but it makes things easier for updating news
-@c keep the space for proper nesting of </p>
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-
-@c -- SKELETON FILE --
+++ /dev/null
-\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 --
+++ /dev/null
-@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
-<div class="help">
-<strong>
- <span style="text-decoration:blink">Help wanted:</span>
-</strong> \TEXT\
-</div>
-@end html
-@end macro
-
-@macro divId {ID}
-@html
-<div id="\ID\">
-@end html
-@end macro
-
-@macro divClass {CLASS}
-@html
-<div class="\CLASS\">
-@end html
-@end macro
-
-@macro divEnd
-@c keep the space for proper nesting of </p>
-
-@html
-</div>
-@end html
-@end macro
-
-
-@c not strictly necessary, but it makes things easier for updating news
-@macro newsItem
-@html
-<div class="news-item">
-@end html
-@end macro
-
-@macro newsEnd
-@c keep the space for proper nesting of </p>
-
-@html
-</div>
-@end html
-@end macro
-
-
-
-@macro imageClickable{IMAGE-FILE, MORE-TEXT, CLICK-FILE, POSITION}
-@html
-<div class="float-\POSITION\">
- <a class="clickable" href="\CLICK-FILE\">
- <img src="\IMAGE-FILE\" alt="\IMAGE-FILE\">
- </a>
- <p style="text-align: center">
- \MORE-TEXT\
- </p>
-</div>
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@macro imageFloat{IMAGE-FILE, POSITION}
-@html
-<img class="float-\POSITION\" src="pictures/\IMAGE-FILE\" alt="\IMAGE-FILE\">
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@macro imageId{ID, IMAGE-FILE, ALT}
-@html
-<div id="\ID\">
- <img src="pictures/\IMAGE-FILE\" alt="\ALT\">
-</div>
-@end html
-@ifnothtml
-FIXME: broken image
-@c @image{\IMAGE-FILE\}
-@end ifnothtml
-@end macro
-
-@end ifset
+++ /dev/null
-\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 </p>
-@c not strictly necessary, but it makes things easier for updating news
-@c keep the space for proper nesting of </p>
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-
-@c -- SKELETON FILE --
+++ /dev/null
-\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 --
+++ /dev/null
-\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 </p>
-@c not strictly necessary, but it makes things easier for updating news
-@c keep the space for proper nesting of </p>
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-
-@c -- SKELETON FILE --
+++ /dev/null
-\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 --
+++ /dev/null
-\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 </p>
-@c not strictly necessary, but it makes things easier for updating news
-@c keep the space for proper nesting of </p>
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-
-@c -- SKELETON FILE --
+++ /dev/null
-\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 --
+++ /dev/null
-\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 </p>
-@c not strictly necessary, but it makes things easier for updating news
-@c keep the space for proper nesting of </p>
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-@c @image{\IMAGE-FILE\}
-
-@c -- SKELETON FILE --
+++ /dev/null
-\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 --