]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-break-visibility.ly
Issue 1773: move Footnote_engraver to Score context
[lilypond.git] / input / regression / footnote-break-visibility.ly
index 0176312e0ae342cb5e3f66c84c937ab9d921df8c..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,16 +10,16 @@ This behavior can be overridden.
 
 \book {
 
-\new Staff \with { \consists "Footnote_engraver" }
+\new Staff
 {
   \relative c' {
     c1
-    <>\footnote "foo" #'(0 . 2) #'TimeSignature "bar"
+    \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default
     \time 3/4
     \break \pageBreak
     c2.
     \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t)
-    <>\footnote "foo" #'(0 . 2) #'TimeSignature "bar"
+    \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default
     \time 4/4
     \break \pageBreak
     c1 \bar "|."