]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-interface.cc
* scm/define-markup-commands.scm (wordwrap-string): use
[lilypond.git] / lily / text-interface.cc
index 18ec49f8746fab8bddb11a1b14d92c79caa53856..cb0b6e1ab2ab70a2ae3ac21ff5812a064cdee637 100644 (file)
@@ -92,5 +92,9 @@ Text_interface::is_markup (SCM x)
 
 ADD_INTERFACE (Text_interface, "text-interface",
               "A scheme markup text, see @usermanref{Text markup}.",
-              "baseline-skip direction text word-space");
+              "baseline-skip "
+              "text "
+              "word-space "
+              "text-direction "
+              );