commit e9db9d36441ef892ea4540a108879e193984be24
Author: Thibaut Cuvelier <[email protected]>
Date:   Mon Sep 27 01:46:01 2021 +0200

    DocBook copy: add links to bug reports.
---
 lib/scripts/docbook_copy.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/scripts/docbook_copy.py b/lib/scripts/docbook_copy.py
index 7cb68dc..8148b85 100644
--- a/lib/scripts/docbook_copy.py
+++ b/lib/scripts/docbook_copy.py
@@ -85,6 +85,7 @@ class DocBookCopier:
         #     looking_for_end_programlisting = False
         #     for line in f_before:
         #         # TODO: find an efficient way to distinguish those 
left-overs.
+        # https://lists.gnu.org/archive/html/bug-lilypond/2021-09/msg00040.html
 
     def call_lilypond(self):
         # LilyPond requires that its input file has the .lyxml extension (plus 
bugs in LilyPond).
@@ -97,7 +98,8 @@ class DocBookCopier:
             os.environ['PATH'] += os.pathsep + self.lilypond_folder
 
         # Make LilyPond believe it is working from the temporary LyX 
directory. Otherwise, it tries to find files
-        # starting from LyX's working directory... LilyPond bug.
+        # starting from LyX's working directory... LilyPond bug, most likely.
+        # https://lists.gnu.org/archive/html/bug-lilypond/2021-09/msg00041.html
         os.chdir(self.in_folder)
 
         # Start LilyPond on the copied file. First test the binary, then check 
if adding Python helps.
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to