From: Thomas Morley Date: Mon, 10 Oct 2016 15:07:19 +0000 (+0200) Subject: Issue 4982 Fix unescaped markup-commands in table-example X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=4f1f11f41f1c1be7a7dc15da4cc1e5935843a9dd;p=lilypond.git Issue 4982 Fix unescaped markup-commands in table-example Oversight from Issue 4757 --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index a6c84b8f6e..bf9b9b4dd4 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -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