From 3f0f59297670174562e7d66ae7dd8d73a04be6f8 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 25 May 2012 18:41:46 +0200 Subject: [PATCH] Issue 1773: move Footnote_engraver to Score context --- input/regression/footnote-break-visibility.ly | 4 ++-- ly/engraver-init.ly | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/input/regression/footnote-break-visibility.ly b/input/regression/footnote-break-visibility.ly index b7d045798b..0f88e2df27 100644 --- a/input/regression/footnote-break-visibility.ly +++ b/input/regression/footnote-break-visibility.ly @@ -1,4 +1,4 @@ -\version "2.15.39" +\version "2.15.40" \header { texidoc = "With grobs that have break visibility, footnotes will automatically take the break visibility of the grob being footnoted. @@ -10,7 +10,7 @@ This behavior can be overridden. \book { -\new Staff \with { \consists "Footnote_engraver" } +\new Staff { \relative c' { c1 diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index c4ecf261aa..6eecb0031d 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -230,7 +230,6 @@ multiple voices on the same staff." \consists "Dots_engraver" \consists "Rest_engraver" \consists "Tweak_engraver" - \consists "Footnote_engraver" %% switch on to make stem directions interpolate for the %% center line. @@ -556,6 +555,7 @@ automatically when an output definition (a @code{\score} or \consists "Parenthesis_engraver" \consists "Concurrent_hairpin_engraver" \consists "Beam_collision_engraver" + \consists "Footnote_engraver" \defaultchild "Staff" -- 2.39.2