]> git.donarmstrong.com Git - lilypond.git/commitdiff
Turn off sourcefileline, fixes images.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 21 Nov 2006 19:45:53 +0000 (20:45 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 12 Dec 2006 15:06:14 +0000 (16:06 +0100)
Documentation/fr/user/tutorial.itely
scripts/lilypond-book.py

index 89846e60d6f6a9d6a37d11e725213dbf0e5864d8..dc8d7f4601a0adfbffee5869ea75ab16e1c8e730 100644 (file)
@@ -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
 
index a99ceb49e4416d5f4c31793cd843354ad174e3ab..8c87e9768635d2d375cb34a97357905a8f84d090 100644 (file)
@@ -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))