From: Jan Nieuwenhuizen Date: Tue, 21 Nov 2006 19:45:53 +0000 (+0100) Subject: Turn off sourcefileline, fixes images. X-Git-Tag: release/2.11.2-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b7677442bf3af050d08da8a0734ddb061dc565d;p=lilypond.git Turn off sourcefileline, fixes images. --- 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))