{
	// JAW's Chord Pro Settings for a "Song Select" look and feel.
	// Original Jan 2026 Last edited Feb 2026
    "settings": {"columns": 1},

    "pdf": {
        "papersize": "a4",
        "even-odd-pages": false,
        "margintop": 70,
        "marginbottom": 30,
        "marginleft": 40,
        "marginright": 20,
        "headspace": 60,
        "footspace": 20,
        "fontdir": [ "C:\\Windows\\Fonts" ],
        "fontconfig": {
            "Verdana": {
                "": "verdana.ttf",
                "bold": "verdanab.ttf",
                "italic": "verdanai.ttf",
                "bolditalic": "verdanaz.ttf"
            }
        },

        "fonts": {
            "title":          { "description": "Verdana bold", "size": 23 },
            "subtitle":       { "description": "Verdana", "size": 11 },
            "text":           { "description": "Verdana", "size": 14 },
            "chord":          { "description": "Verdana bold", "size": 14, "color": "black" },
            "comment":        { "description": "Verdana italic", "size": 14, "background": null },
            "label":          { "description": "Verdana italic", "size": 14, "background": null },
            "footer":         { "description": "Verdana", "size": 11 },
            "annotation":     { "description": "Verdana bold", "size": 12 },
			"tab": 			  { "description": "Courier", "size": 14 },
            "comment_italic": { "description": "Verdana italic", "size": 12 }
        },

        "labels": {
            "width": 0,
            "align": "left"
        },

        "chorus": {
            "indent": 60,
            "bar": {
                "width": 0
            }
        },

        "spacing": {
            "title": 0.7,
            "chords": 1.2,
            "lyrics": 1.2,
            "empty": 1.0
        },

        "formats": {
            "default": {
                "title": [ "", "", "<span size='10pt'>%{title}  |  Page %{page}/%{pages}</span>" ],
                "footer": [ "", "", "" ],
                "headspace": 20
            },
            "title": {
                "title": [ "%{title}", "", "" ],
                "subtitle": [ 
                    "%{artist}", 
                    "", 
                    "Key: %{key}  |  Time: %{time}  |  Tempo: %{tempo}" 
                ]
            }
        },

        "diagrams": {
            "show": "right",
            "vcells": 4,
            "linewidth": 0.1
        }
    }
}