Re: [translations] Doubt about @ref{Align} in text.itely of the notationn manual |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: walter.garcia@xxxxxxx
- Subject: Re: [translations] Doubt about @ref{Align} in text.itely of the notationn manual
- From: Federico Bruni <fede@xxxxxxxxxxxxx>
- Date: Mon, 10 Jul 2017 10:34:24 +0200
- Cc: Translations Lilypond <translations@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1499675733; bh=pDgZRDHX/gQcXpQWFq+HWkHyi3uTBPsVv7BJq9lIt7U=; h=Date:From:Subject:To:Cc:In-Reply-To:References; b=ZEuEC1JhfMZAzy3OtHTaaZo5R9tVV66BwJd/pbufL6NTjf/RdeGuqlxcF5MyrDF00 QN1QnAfHCcXMz+GIuCIBHegdiu/6scyF1hybl9sDI0j74XRhDjyptwHIhloVNPJAE5 LSTZWRsWRUMZ7UebTgKVNXiN6YhW0Vs7rkPaz5qQ=
Il giorno lun 10 lug 2017 alle 7:54, Walter Garcia-Fontes
<walter.garcia@xxxxxxx> ha scritto:
There are some "@ref{Align}" in text.itely of the Notation
Manual in several languages (for instance in Spanish and
Italian). But I can't find a node called like that in the English
documentation or any other language.
Has this been changed in the English manual? Why doesn't it cause an
error when compiling the documentation?
It's a link to the appendix:
http://lilypond.org/doc/v2.19/Documentation/notation/align
If you look at Documentation/notation/notation-appendices.itely, you'll
see that some lists of commands are included from an external file:
```
@node Text markup commands
@appendixsec Text markup commands
@include markup-commands.tely
@node Text markup list commands
@appendixsec Text markup list commands
The following commands can all be used with @code{\markuplist}:
@include markup-list-commands.tely
```
If you search these files, you'll find them in the build directories:
$ find . -name markup-commands.tely
../Documentation/out-www/markup-commands.tely
../Documentation/out/markup-commands.tely
As they are generated automatically by lilypond, there's no way to
translate them.
Probably a comment would have helped translators...