From: Neil Puttock Date: Thu, 24 Jul 2008 18:47:05 +0000 (+0100) Subject: Layout nitpicks for notime fragment option. X-Git-Tag: release/2.11.54-1~5^2~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e34180ddaac6136e39cd649617ddf06398527a3;p=lilypond.git Layout nitpicks for notime fragment option. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 8e14256ccb..630f6067de 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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" }''', },