From: Han-Wen Nienhuys <hanwen@xs4all.nl> Date: Sun, 23 Mar 2008 07:32:16 +0000 (-0300) Subject: thinko. X-Git-Tag: release/2.11.43-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0494f44214c70e634b87d0a7bd03bdbf34af440b;p=lilypond.git thinko. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 495c3683a7..e9559cf20c 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1103,7 +1103,7 @@ class LilypondSnippet (Snippet): cs = self.get_checksum () # TODO: use xx/xxxxx directory layout. - name = 'lily-%s' % (cs[:2], cs[2:]) + name = 'lily-%s' % cs if global_options.lily_output_dir: name = os.path.join (global_options.lily_output_dir, name) return name