]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-break-visibility.ly
Run scripts/auxiliar/update-with-convert-ly
[lilypond.git] / input / regression / footnote-break-visibility.ly
index fb49e84841245ab43e4cbe5d0de7c0aa3798afec..b7d045798bfdb659e33d44e91698d2f9421425dc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "With grobs that have break visibility, footnotes will
 automatically take the break visibility of the grob being footnoted.
@@ -14,12 +14,12 @@ This behavior can be overridden.
 {
   \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 "|."