From c411eebebe3c51daa90cfd0ce301c1b8579a0b75 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Mon, 28 Jul 2008 01:19:36 +0100 Subject: [PATCH] Reinstate headword time signatures. --- input/manual/keyboard-headword.ly | 4 ---- input/manual/repeats-headword.ly | 7 ------- input/manual/rhythms-headword.ly | 4 ---- 3 files changed, 15 deletions(-) diff --git a/input/manual/keyboard-headword.ly b/input/manual/keyboard-headword.ly index 6e453ffcb4..39d5bef22d 100644 --- a/input/manual/keyboard-headword.ly +++ b/input/manual/keyboard-headword.ly @@ -17,10 +17,6 @@ \Score \remove "Bar_number_engraver" } - \context { - \Staff - \remove "Time_signature_engraver" - } } fermataLong = \markup { diff --git a/input/manual/repeats-headword.ly b/input/manual/repeats-headword.ly index cc5820c27c..52a439e844 100644 --- a/input/manual/repeats-headword.ly +++ b/input/manual/repeats-headword.ly @@ -13,13 +13,6 @@ % Movt II, Andante con moto % Measures 9 - 16 -\layout { - \context { - \Staff - \remove "Time_signature_engraver" - } -} - \new PianoStaff << \new Staff = RH { diff --git a/input/manual/rhythms-headword.ly b/input/manual/rhythms-headword.ly index f0f4b11454..99c7cd2a16 100644 --- a/input/manual/rhythms-headword.ly +++ b/input/manual/rhythms-headword.ly @@ -20,10 +20,6 @@ #(ly:make-moment 1 40) %\override SpacingSpanner #'strict-grace-spacing = ##t } - \context { - \Staff - \remove "Time_signature_engraver" - } } \new PianoStaff << -- 2.39.2