Comment #2 on issue 4052 by [email protected]: Document more details on Staff
Group Hierarchy
http://code.google.com/p/lilypond/issues/detail?id=4052
If we get an issue for this, I should probably point out how this graph has
been generated.
I ran the following:
#(with-output-to-file "/tmp/hier.dot"
(lambda ()
(display "digraph {\n")
(for-each
(lambda (cd)
(format #t "~:{~s -> ~s\n~}"
(zip (circular-list (symbol->string (car cd)))
(map symbol->string
(ly:context-def-lookup (cdr cd) 'accepts)))))
(ly:output-find-context-def #{ \layout { } #}))
(display "}\n")))
in order to produce hier.dot, then ran
patchwork hier.dot|dot -Tpdf -o hier.pdf
in order to produce the PDF from the connection list.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings