]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-break-visibility.ly
Doc-ca: texinfo.tex and txi-ca from upstream to fix problem with Catalan interpunct
[lilypond.git] / input / regression / footnote-break-visibility.ly
index fb49e84841245ab43e4cbe5d0de7c0aa3798afec..4e0821ab633e26df69f16a1753c66aa3d6128c3a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.17.6"
 \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) "bar" Staff.TimeSignature
     \time 3/4
     \break \pageBreak
     c2.
-    \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t)
-    \footnote "foo" #'(0 . 2) #'TimeSignature "bar"
+    \once \override Score.FootnoteItem.break-visibility = ##(#f #f #t)
+    \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature
     \time 4/4
     \break \pageBreak
     c1 \bar "|."