]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4982 Fix unescaped markup-commands in table-example
authorThomas Morley <thomasmorley65@gmail.com>
Mon, 10 Oct 2016 15:07:19 +0000 (17:07 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Fri, 21 Oct 2016 22:07:03 +0000 (00:07 +0200)
Oversight from Issue 4757

scm/define-markup-commands.scm

index a6c84b8f6ee3b96c0c1398781ff0e5ecd2aedb5f..bf9b9b4dd428ef1dd1fc7590e1ff92aa239b3cd7 100644 (file)
@@ -4745,10 +4745,10 @@ Overriding @code{baseline-skip} to increase rows vertical distance.
     #'(0 1 0 -1)
     {
       \\underline { center-aligned right-aligned center-aligned left-aligned }
-      one \number 1 thousandth \number 0.001
-      eleven \number 11 hundredth \number 0.01
-      twenty \number 20 tenth \number 0.1
-      thousand \number 1000 one \number 1.0
+      one \\number 1 thousandth \\number 0.001
+      eleven \\number 11 hundredth \\number 0.01
+      twenty \\number 20 tenth \\number 0.1
+      thousand \\number 1000 one \\number 1.0
     }
 }
 @end lilypond