]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-break-visibility.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / footnote-break-visibility.ly
index b7d045798bfdb659e33d44e91698d2f9421425dc..5d688dcbc639d441c8de485d893a71ddce92d08c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.39"
+\version "2.19.21"
 \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" \default
+  \relative {
+    c'1
+    \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature
     \time 3/4
     \break \pageBreak
     c2.
-    \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t)
-    \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default
+    \once \override Score.FootnoteItem.break-visibility = ##(#f #f #t)
+    \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature
     \time 4/4
     \break \pageBreak
     c1 \bar "|."