]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
docstrings for PaperColumn debugging stencils
[lilypond.git] / lily / paper-column.cc
index a7ca3116c0ce75ccbe88df7a8a96ed03975d6f58..f4721e92518f46f60ac101576d4f9940369ef1c1 100644 (file)
@@ -256,7 +256,13 @@ Paper_column::get_interface_extent (Grob *column, SCM iface, Axis a)
   to your score.
   Also, as of 2013-10-16 there's a switch in Frescobaldi that turns this on.
 */
-MAKE_SCHEME_CALLBACK (Paper_column, print, 1);
+MAKE_DOCUMENTED_SCHEME_CALLBACK (Paper_column, print, 1,
+                                 "Optional stencil for @code{PaperColumn} or"
+                                 "@code{NonMusicalPaperColumn}.\n"
+                                 "Draws the @code{rank number} of each column,"
+                                 " its moment in time, a blue arrow showing the"
+                                 " ideal distance, and a red arrow showing the"
+                                 " minimum distance between columns.");
 SCM
 Paper_column::print (SCM p)
 {