From 5b7677442bf3af050d08da8a0734ddb061dc565d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 21 Nov 2006 20:45:53 +0100 Subject: [PATCH] Turn off sourcefileline, fixes images. --- Documentation/fr/user/tutorial.itely | 2 +- scripts/lilypond-book.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/fr/user/tutorial.itely b/Documentation/fr/user/tutorial.itely index 89846e60d6..dc8d7f4601 100644 --- a/Documentation/fr/user/tutorial.itely +++ b/Documentation/fr/user/tutorial.itely @@ -28,7 +28,7 @@ générer cette image. Essayez sur cette image @lilypond[fragment,quote,ragged-right,relative=2] -c-\markup { \bold \huge { Cliquer ici. } } +c-\markup { \bold \huge { Click here. } } @end lilypond @end ifhtml diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index a99ceb49e4..8c87e97686 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -887,6 +887,8 @@ class Lilypond_snippet (Snippet): def ly (self): contents = self.substring ('code') + return contents + # FIXME: translation foo return ('\\sourcefileline %d\n%s' % (self.line_number - 1, contents)) -- 2.39.5