]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-backend.scm
Merge branch 'master' into nested-bookparts
[lilypond.git] / scm / document-backend.scm
index 02a09736b0927715bde6dfe74458599d14d300e8..8d7bb3bc25c001b99634efb1e47298ebd6843bf3 100644 (file)
 
      (if (pair? uprops)
         (string-append
-         "\n\n@unnumberedsubsubsec User settable properties:\n"
+         "\n\n@subsubheading User settable properties:\n"
          (description-list->texi user-propdocs #t))
         "")
 
      (if (pair? iprops)
         (string-append
-         "\n\n@unnumberedsubsubsec Internal properties:\n"
+         "\n\n@subsubheading Internal properties:\n"
          (description-list->texi internal-propdocs #t))
         ""))))