cknadler / marktab-c

Concise, machine readable guitar tabs
MIT License
36 stars 7 forks source link

Multipliers and transitions #26

Closed cknadler closed 9 years ago

cknadler commented 11 years ago

Another "how should this work" thread:

When you are using a multiplier on an object and then you follow that immediately with a transition, how should that work?

For example:

1:5 ^ 2 / 8

I'm assuming, in my current implementation, that this would result in:

1:5 1:5 / 1:8

/cc @russplaysguitar

russplaysguitar commented 11 years ago

I can't think of any other alternative to that, other than an error?

cknadler commented 11 years ago

Lets make it work like the example. Leaving open till I make some tests.

cknadler commented 11 years ago

I've changed my mind on this. I think you were right originally, this should result in a parse error. I think this falls in the same category as transitions from sequences (#28).

russplaysguitar commented 11 years ago

Yeah, an error would be best I think