Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1040)

Unified Diff: input/regression/footnote-footer-padding.ly

Issue 6195098: Make \footnote work via \tweak (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Rebase, include issue 2450 work Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: input/regression/footnote-footer-padding.ly
diff --git a/input/regression/footnote-footer-padding.ly b/input/regression/footnote-footer-padding.ly
index 3011b07331ae71ea2acfcf3e64ec39b6ad99ee7f..2af561c42c7c09380200c00e1ba8053fbdce39ed 100644
--- a/input/regression/footnote-footer-padding.ly
+++ b/input/regression/footnote-footer-padding.ly
@@ -3,26 +3,28 @@
texidoc = "The padding between a footnote and the footer can be tweaked."
}
+% TODO: then why isn't it tweaked?
+
#(set-default-paper-size "a6")
\book {
\relative c' {
- <>\footnote
+ \footnote
\markup { \tiny 1 }
- #'(1 . -1) #'NoteHead
+ #'(1 . -1)
\markup { 1. Tiny space below. }
e1
- <>\footnote
+ \footnote
\markup { \tiny 2 }
- #'(1 . -1) #'NoteHead
+ #'(1 . -1)
\markup { 2. Tiny space below. }
e1
- <>\footnote
+ \footnote
\markup { \tiny 3 }
- #'(1 . -1) #'NoteHead
+ #'(1 . -1)
\markup { 3. Big space below. }
e1
}}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b