Adds an author field to the settings
This commit is contained in:
parent
ad824be859
commit
84290e82ad
@ -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
|
||||
|
Reference in New Issue
Block a user