Skip to content

Commit

Permalink
👍 Fix a definition of statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnSky1010 committed Mar 14, 2024
1 parent 0c5acbf commit ae55589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoundMaker/ScoreData/SMSC/SMSC.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tuplet ::= 'tup' '(' <length> ',' {<scale> '.'?}|{'rest' '.'?}|<tie> {',' {<scal
endOfStatement ::= ';'|\n|\r|\r\n

# 文の定義 - Sentence definition
statement ::= { <note>|<rest>|<tie>|<tuplet> }?<endOfStatement>
statement ::= { <note>|<rest>|<tie>|<tuplet> }? <endOfStatement>

# SMSC(SoundMaker SCore)データ - SMSC(SoundMaker SCore) data
smsc ::= <statement>*

0 comments on commit ae55589

Please sign in to comment.