Mercurial > hg > syncopation-dataset
diff Syncopation models/text_bnf_syntax.txt @ 8:2c5df6a4a22f
updated music objects, removed old bar definition from rhythm
parser
author | christopherh <christopher.harte@eecs.qmul.ac.uk> |
---|---|
date | Thu, 02 Apr 2015 00:06:57 +0100 |
parents | ac882f5e6a11 |
children | 7a1730bbf15a |
line wrap: on
line diff
--- a/Syncopation models/text_bnf_syntax.txt Wed Apr 01 22:17:32 2015 +0100 +++ b/Syncopation models/text_bnf_syntax.txt Thu Apr 02 00:06:57 2015 +0100 @@ -5,9 +5,9 @@ <ticks per quarter> ::= "TPQ{" <digits> "}" -<line> ::= [<bars>] ["#" <comment-text>] "\n" +<line> ::= [<barlist>] ["#" <comment-text>] "\n" -<bars> ::= <time-info> | [<time-info>] <bar> | <bars> <bar> +<barlist> ::= <time-info> | [<time-info>] <bar> | <barlist> <bar> <time-info> ::= [<timesig>] [<ticks per quarter>] [<tempo>]