Delta Between Two Patch Sets: input/regression/markup-special-characters.ly
Issue 4553056 :
New alist to replace special characters. (Closed)
Left Patch Set: Special characters dropped
Right Patch Set: Partially reverting one of Neil's changes.
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
Documentation/changes.tely
Documentation/included/special-characters.ly
Documentation/notation/input.itely
Documentation/notation/notation-appendices.itely
Documentation/notation/vocal.itely
input/regression/markup-special-characters.ly
lily/lexer.ll
lily/text-interface.cc
ly/paper-defaults-init.ly
ly/text-replacements.ly
scm/define-grob-properties.scm
scm/define-markup-commands.scm
scm/lily.scm
scm/text.scm
LEFT RIGHT
(no file at all) 1 \version "2.15.13"
2 \header {
3 texidoc = "
4 A list of special character ASCII aliases can be easily included.
5 This works for markups and lyrics.
6 "
7 }
8
9 \paper {
10 #(include-special-characters)
11 indent = 0
12 }
13
14 \markup \column {
15 \bold "Markup example:"
16 "Input:"
17 \override #'(replacement-alist . ()) \typewriter \justify {
18 №2 – &OE;dipe…
19 }
20 "Output:"
21 \italic \justify {
22 №2 – &OE;dipe…
23 }
24 \vspace #0.5
25 \bold "Lyric example:"
26 }
27 \new Lyrics \lyricmode {
28 Ce&s;16 -- &s;ez In -- fi -- dè -- les, un c&oe;ur in -- no -- cent
29 ne craint rien&nnbsp;;
30 }
LEFT RIGHT