// Configuration for Roman Numbers Notation System.

{
    // Printing chord grids.
    "diagrams" : {
        "show"     :  "none",
    },

    // Layout definitions for PDF output.

    "pdf" : {

	// Fonts.

	"fonts" : {

	    // For Roman numbers chord notation, it is best to use
	    // a serif font.
	    // FreeSerif is advised since it has additional glyphs for
	    // flat and sharp.
	    "chord" : {
		"name" : "Times-Roman",
//		"file" : "/usr/share/fonts/gnu-free/FreeSerif.ttf",
		"size" : 10,
	    },
	},

    },
}
// End of config.