]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-translation.scm
typo
[lilypond.git] / scm / document-translation.scm
index 538bee10a5864ece8bc7d48bd69a01cfd06da593..1671171dd3b2fbe55f2a333c98a2436700560e88 100644 (file)
 
        (if (and (pair? props) (not (null? props)))
           (string-append
-           "\n\nThis context sets the following properties:\n"
+           "\n\nThis context sets the following properties:\n\n"
            "@itemize @bullet\n"
            (apply string-append (map document-property-operation props))
            "@end itemize\n")