https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right):
https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) On 2015/03/24 21:58:28, thomasmorley651 wrote:
I always regretted that (ice-9 pretty-print) is not included per
default.
Is there any reason not to do so?
Looks like all that needs to be done is to add (use-modules (ice-9 pretty-print)) to ly/init.ly Then, pretty-print is available to ly files, including within music functions. Shall I submit a patch? https://codereview.appspot.com/217260043/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel