File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ User-created config file "notehead.config.txt" will overwrite any of the values
44Store the file in a folder called "script_settings" in the same location as the calling script.
55
66To change the shape (glyph) of a note, add to the config file a line of the form:
7- config. diamond.quarter.glyph = 0xea07 -- (SMuFL character)
7+ diamond.quarter.glyph = 0xea07 -- (SMuFL character)
88 OR
9- config. diamond.quarter.glyph = 173 -- (non-SMuFL character)
9+ diamond.quarter.glyph = 173 -- (non-SMuFL character)
1010
11- To change the size of a specific shape add a line:
12- config. diamond.half.size = 120
11+ To change the size of a specific shape add the line:
12+ diamond.half.size = 120
1313And for offset (horizontal - left/right):
14- config. diamond.whole.offset = -5 -- (offset 5 EVPU to the left)
14+ diamond.whole.offset = -5 -- (offset 5 EVPU to the left)
1515
1616Note that many of the shapes assumed in this file don't exist in Maestro but only in proper SMuFL fonts.
1717
18- version cv0.55 2022/11/01
18+ version cv0.55 2023/01/18
1919
2020## Functions
2121
You can’t perform that action at this time.
0 commit comments