Archived
1
0

Adds an author field to the settings

This commit is contained in:
Jip J. Dekker 2016-03-21 22:39:27 +01:00
parent ad824be859
commit 84290e82ad

View File

@ -26,6 +26,7 @@ import (
// of a Ponder library
type Settings struct {
Name string // Name of the Ponder library
Author string // Author 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