]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Lilypond_file_snippet.ly): strip
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 27 May 2006 17:42:06 +0000 (17:42 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 27 May 2006 17:42:06 +0000 (17:42 +0000)
\version from lilypond file snippet.
(Lilypond_file_snippet.ly): oops. typo.
(find_toplevel_snippets): urgh. again.

ChangeLog
scripts/lilypond-book.py

index d382a9d5aeee9583ea27760a8a135db606249356..554b5e46a3735d4b4afc9d7d403055cec1230f31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
        \version from lilypond file snippet.
        (Lilypond_file_snippet.ly): oops. typo.
+       (find_toplevel_snippets): urgh. again.
 
        * lily/system.cc (get_paper_systems): uniq all_elements_ , to
        prevent duplicated broken items in output.
index a9eaeaf149abd6bc4f2f8e15d79004f4388e6ff1..e288335fbb006fd275bb3e6c931ee7e935e248de 100644 (file)
@@ -1264,7 +1264,7 @@ def find_toplevel_snippets (s, types):
 
     snippets = []
     index = 0
-    found = dict ((t, None) for t in types))
+    found = dict ((t, None) for t in types)
 
     line_starts = find_linestarts (s)
     line_start_idx = 0