From 3c5bdf4e2a9a8fcf065a84b53f2f742794b00b69 Mon Sep 17 00:00:00 2001 From: David Nalesnik Date: Wed, 25 Mar 2015 12:36:22 -0500 Subject: [PATCH] Issue 4331: make pretty-print available in ly files --- ly/init.ly | 1 + 1 file changed, 1 insertion(+) diff --git a/ly/init.ly b/ly/init.ly index 8265d171cf..d014a401ab 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -35,6 +35,7 @@ #(use-modules (scm clip-region)) #(use-modules (srfi srfi-1)) +#(use-modules (ice-9 pretty-print)) $(if (ly:get-option 'include-settings) (ly:parser-include-string parser -- 2.39.2