]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-special-characters.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / markup-special-characters.ly
1 \version "2.17.19"
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   \combine \null \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 }