]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
* lily/slur-scoring.cc (move_away_from_staffline): robustness,
[lilypond.git] / scripts / lilypond-book.py
index 49c0a46565ba81e50d2ecbc9cb849287b3f8b880..e123e8b6b5f71af85e2e641bbe5d329494a6ea72 100644 (file)
@@ -418,7 +418,12 @@ ly_options = {
 
        ##
        LAYOUT: {
-               NOTIME: r'''\context {
+               NOTIME: r'''
+  \context {
+    \Score
+    timing = ##f
+  }
+  \context {
     \Staff
     \remove Time_signature_engraver
   }''',
@@ -1350,7 +1355,7 @@ def write_if_updated (file_name, lines):
                oldstr = f.read ()
                new_str = string.join (lines, '')
                if oldstr == new_str:
-                       ly.progress (_ ("%s is up to date."))
+                       ly.progress (_ ("%s is up to date.") % file_name)
                        ly.progress ('\n')
                        return
        except: