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

Delta Between Two Patch Sets: input/regression/footnote-auto-numbering-page-reset.ly

Issue 6195098: Make \footnote work via \tweak (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Compatibility behavior by adding \default, cf footnote-break-visibility.ly Created 12 years, 11 months ago
Right Patch Set: Rebase, include issue 2450 work Created 12 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 \version "2.15.39" 1 \version "2.15.39"
2 \header { 2 \header {
3 texidoc = "This is an example of automatic footnote numbering 3 texidoc = "This is an example of automatic footnote numbering
4 where the number is reset on each page. It uses the symbol-footnotes 4 where the number is reset on each page. It uses the symbol-footnotes
5 numbering function, which assigns the symbols *, †, ‡, § and ¶ to 5 numbering function, which assigns the symbols *, †, ‡, § and ¶ to
6 successive footnotes, doubling up on the symbol after five footnotes 6 successive footnotes, doubling up on the symbol after five footnotes
7 have been reached. 7 have been reached.
8 " 8 "
9 } 9 }
10 10
11 \paper { 11 \paper {
12 footnote-numbering-function = #symbol-footnotes 12 footnote-numbering-function = #symbol-footnotes
13 } 13 }
14 14
15 #(set-default-paper-size "a6") 15 #(set-default-paper-size "a6")
16 \book { 16 \book {
17 17
18 \markup { 18 \markup {
19 a \auto-footnote b c 19 a \auto-footnote b c
20 \auto-footnote d e 20 \auto-footnote d e
21 \auto-footnote f g 21 \auto-footnote f g
22 } 22 }
23 23
24 \markup { h i } 24 \markup { h i }
25 25
26 \relative c' { 26 \relative c' {
27 \footnote #'(1 . -1) #'NoteHead \markup { j } 27 \footnote #'(1 . -1) #'NoteHead \markup { j } \default
28 a b c d } 28 a b c d }
29 29
30 \pageBreak 30 \pageBreak
31 31
32 \markup { k \auto-footnote l m } 32 \markup { k \auto-footnote l m }
33 33
34 \relative c' { a1 } 34 \relative c' { a1 }
35 35
36 \relative c' { 36 \relative c' {
37 d4 e 37 d4 e
38 < f \footnote #'(1 . -1) \markup { n } a c > 38 < f \footnote #'(1 . -1) \markup { n } a c >
39 a8-\footnote #'(1 . 1) \markup { p } \< 39 a8-\footnote #'(1 . 1) \markup { p } \<
40 -\footnote #'(1 . 1) \markup { o } [ b c d ] a4 b c | 40 -\footnote #'(1 . 1) \markup { o } [ b c d ] a4 b c |
41 d a b c | 41 d a b c |
42 d a b c | 42 d a b c |
43 d a b c\f | 43 d a b c\f |
44 }} 44 }}
LEFTRIGHT

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