]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 1773: move Footnote_engraver to Score context
authorDavid Kastrup <dak@gnu.org>
Fri, 25 May 2012 16:41:46 +0000 (18:41 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 29 May 2012 09:29:09 +0000 (11:29 +0200)
input/regression/footnote-break-visibility.ly
ly/engraver-init.ly

index b7d045798bfdb659e33d44e91698d2f9421425dc..0f88e2df276599a66ff346c58cdd521e31e1dec6 100644 (file)
@@ -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
index c4ecf261aa358dd79bcbd2ec7be99eae42fc3bd9..6eecb0031df6903417c1b307a30e43365b39a8bf 100644 (file)
@@ -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"