X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-translation.scm;h=8de267f6d94f7e6b6ae27bcbb84620f1c8687146;hb=dd9cdec4d7fb538b3a201f3b82a10b5ac9ef5f79;hp=442c2659bbc6b412af9e12ffef2c8e9bece10bd4;hpb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;p=lilypond.git diff --git a/scm/document-translation.scm b/scm/document-translation.scm index 442c2659bb..8de267f6d9 100644 --- a/scm/document-translation.scm +++ b/scm/document-translation.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2014 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2015 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -143,8 +143,7 @@ (path (cdr args))) (string-append - (format #f "@item Set grob-property @code{~a} " - (string-join (map symbol->string path) " ")) + (format #f "@item Set grob-property @code{~{~a~^.~}} " path) (format #f "in @ref{~a} to" context-sym) (if (pretty-printable? value) (format #f ":~a\n" (scm->texi value)) @@ -166,6 +165,7 @@ (accepts (assoc-get 'accepts context-desc)) (consists (assoc-get 'consists context-desc)) (props (assoc-get 'property-ops context-desc)) + (defaultchild (assoc-get 'default-child context-desc)) (grobs (context-grobs context-desc)) (grob-refs (map ref-ify (sort grobs ly:string-ci