]> git.donarmstrong.com Git - lilypond.git/commitdiff
Layout nitpicks for notime fragment option.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 24 Jul 2008 18:47:05 +0000 (19:47 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 24 Jul 2008 18:47:05 +0000 (19:47 +0100)
scripts/lilypond-book.py

index 8e14256ccb8a96712a83b05ab235f1d389a7c26d..630f6067decdd6b878aa8c7ddda34b956288f1fe 100644 (file)
@@ -572,12 +572,12 @@ ly_options = {
     LAYOUT: {
         NOTIME: r'''
  \context {
-  \Score
-  timing = ##f
+   \Score
+   timing = ##f
  }
  \context {
-  \Staff
-  \remove Time_signature_engraver
+   \Staff
+   \remove "Time_signature_engraver"
  }''',
     },