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

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 Created 13 years, 8 months ago
Right Patch Set: Partially reverting one of Neil's changes. Created 13 years, 5 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/notation/vocal.itely ('k') | lily/lexer.ll » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(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 }
LEFTRIGHT

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