]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-spanner.ly
Revert "Merge branch 'footnote' into HEAD"
[lilypond.git] / input / regression / footnote-spanner.ly
index 58ce06a92b26a86b6f985db95c2c8624fb367bfe..c550eae244be1989b4b769ba91f259d827cc17c7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.39"
+\version "2.15.25"
 \header {
   texidoc = "Footnotes are annotated at the correct place, and the
 annotation goes to the correct page."
@@ -13,7 +13,7 @@ annotation goes to the correct page."
 \book {
 
 \relative c'' {
-<>\footnote
+\footnote
               \markup { \tiny "1." }
               #'(0.5 . 0.5) #'Hairpin
               \markup { 1. \justify { Goes to the first broken spanner. } }
@@ -37,7 +37,7 @@ b c d a
 b c d a\!
 
 \once \override FootnoteSpanner #'spanner-placement = #RIGHT
-<>\footnote
+\footnote
               \markup { \tiny "2." }
               #'(0.5 . 0.5) #'Hairpin
               \markup { 2. \justify { Goes to the last broken spanner. } }