What is the scope of a defined name? If I write, for instance:

tune = { a b c d }

Is the scope of the name "tune" the whole compilation unit, the smallest enclosing book, book part, score, bracketed expression ...? Can it be redefined in an inner or in a parallel scope?

I have not spotted this issue being addressed in NR.

Reply via email to