Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(895)

Issue 8678: lys-to-tely: If a .i?te(ly|xi) file is passed to the script, include it (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by Reinhold
Modified:
14 years, 9 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

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).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M buildscripts/lys-to-tely.py View 2 chunks +9 lines, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b