]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
thinko.
[lilypond.git] / scripts / lilypond-book.py
index 495c3683a7685aa4751f01c3c3811dea4bb61545..e9559cf20c1129d832408749cebcbd4b00ca9ecb 100644 (file)
@@ -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