Skip to content

Commit

Permalink
Add meanings of punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Aug 11, 2024
1 parent c2dec36 commit 72c329d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ module.exports = grammar({
"'", // raise octave
',', // lower octave
'?', // cautionary accidental
'!', // reminder accidental, figured-bass natural
'!', // reminder accidental, staccatissimo, figured-bass natural
'.', // property access, staccato
'*', // multiplication
'-', // place neutrally, figured-bass flat
'^', // place above
'_', // place below
'-', // place neutrally, tenuto, figured-bass flat
'^', // place above, marcato
'_', // place below, portato
'>', // accent
'+', // figured-bass sharp
'~', // tie
Expand Down

0 comments on commit 72c329d

Please sign in to comment.