]> git.donarmstrong.com Git - lilypond.git/commit
lys-to-tely: If a .i?te(ly|xi) file is passed to the script, include it
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 16 Nov 2008 15:03:58 +0000 (16:03 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 16 Nov 2008 17:16:12 +0000 (18:16 +0100)
commit303dabf513faaa6364150da8e159a4e997437d95
tree40e22ed9221f76cb3df52198785b626ee2e1e094
parent4681aa8f55d829e119b4c6dc630375e6d1234e4c
lys-to-tely: If a .i?te(ly|xi) file is passed to the script, include it

lsy-to-tely simply creates one texinfo page from a list of snippets. If
one wants to insert some texinfo code in between some snippets,
that's currently not really possible (only as texidoc header field of
some dummy snippet, that will create an empty image and display the
dummy file name). This patch allows *.i?te(ly|xi) files to be passed
to lys-to-tely, too, which will simply be include via
@include ${filename}
in the .tely file. All other files are still treated as lilypond snippets
with no difference to the current state.

lys-to-tely will use the same order of files as passed on the command line,
so by sorting the file names appropriately, one can now insert
arbitrary texinfo code somewhere in between some snippets (or at beginning
or end of the file).
buildscripts/lys-to-tely.py