]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-special-characters.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / markup-special-characters.ly
diff --git a/input/regression/markup-special-characters.ly b/input/regression/markup-special-characters.ly
new file mode 100644 (file)
index 0000000..8d3f2ce
--- /dev/null
@@ -0,0 +1,30 @@
+\version "2.16.0"
+\header {
+  texidoc = "
+  A list of special character ASCII aliases can be easily included.
+  This works for markups and lyrics.
+"
+}
+
+\paper {
+  #(include-special-characters)
+  indent = 0
+}
+
+\markup \column {
+  \bold "Markup example:"
+  "Input:"
+  \override #'(replacement-alist . ()) \typewriter \justify {
+    №2 – &OE;dipe…
+  }
+  "Output:"
+  \italic \justify {
+    №2 – &OE;dipe…
+  }
+  \vspace #0.5
+  \bold "Lyric example:"
+}
+\new Lyrics \lyricmode {
+  Ce&s;16 -- &s;ez In -- fi -- dè -- les, un c&oe;ur in -- no -- cent
+  ne craint rien&nnbsp;;
+}