From 0597ef878ce3f34e33f0b04d0d4deb534d0916fc Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Thu, 17 Mar 2016 15:53:19 +0100 Subject: [PATCH] Adds output directory to the settings structure --- settings/settings.go | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/settings.go b/settings/settings.go index b2d228b..647515a 100644 --- a/settings/settings.go +++ b/settings/settings.go @@ -20,4 +20,5 @@ type Settings struct { Name string // Name of the Ponder library IgnoreDirs []string // Directories to be ignored on search LilypondIncludes []string // Directories to be included when running the lilypond compiler + OutputDir string // Directory in which all complete file are stored }