Skip to content

Commit e233bc2

Browse files
chore: autopublish 2023-01-17T23:30:48Z
1 parent f0221da commit e233bc2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/library/notehead.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ User-created config file "notehead.config.txt" will overwrite any of the values
44
Store the file in a folder called "script_settings" in the same location as the calling script.
55

66
To 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
1313
And 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

1616
Note 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

0 commit comments

Comments
 (0)