lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: docs broken; please fix


From: Francisco Vila
Subject: Re: docs broken; please fix
Date: Sun, 21 Sep 2008 01:09:20 +0200

2008/9/19 Graham Percival <address@hidden>:
> "Francisco Vila" <address@hidden> wrote:
>> BTW It surely would be better to include the content only, without
>> the @node commands, and keep the @node in the file so that
>> menus-update does its work and does not break the file.
>
> If that's possible, go ahead.

These included nodes are mentioned in scm/documentation-generate.scm :

(call-with-output-file "markup-commands.tely"
  (lambda (port)
    (dump-node (markup-doc-node) port 2)))

(call-with-output-file "markup-list-commands.tely"
  (lambda (port)
    (dump-node (markup-list-doc-node) port 2)))

I cannot change dump-node to anything else, so I think that the @node
will remain there forever (and out from the file that includes this),
I'll go ahead with the warning sign.
-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]