alda-lang / alda-core

The core machinery of Alda
80 stars 26 forks source link

Adding missing spaces to marker offset unclear error message #85

Closed dhpiggott closed 4 years ago

dhpiggott commented 4 years ago

Currently the following example:

  piano/guitar "pg":

  pg.guitar:
    c

  pg:
    %marker

Results in the following error: ERROR Can't place marker"marker"- offset unclear.

But I think it should be: ERROR Can't place marker "marker" - offset unclear.