Re: Change_iterator refuses to move a NullVoice into a Staff

2017-04-05 Thread Dan Eble
David Kastrup writes: > For something like > > \change StaffGroup = "what" > > the change iterator looks at the current context hierarchy upwards until > it finds a "StaffGroup" as a parent. The layer below that is the > context to move, and if it is significantly similar in specification to >

Re: Change_iterator refuses to move a NullVoice into a Staff

2017-04-05 Thread David Kastrup
David Kastrup writes: > Dan Eble writes: > >> %{ >> NullVoice is unlike a Voice in this respect: trying to move it to a >> different Staff with \change fails with this warning: >> >> Change_iterator::process (): NullVoice = `soprano': >> cannot change `Staff' to `S': not changing to sam

Re: Change_iterator refuses to move a NullVoice into a Staff

2017-04-05 Thread David Kastrup
Dan Eble writes: > %{ > NullVoice is unlike a Voice in this respect: trying to move it to a > different Staff with \change fails with this warning: > > Change_iterator::process (): NullVoice = `soprano': > cannot change `Staff' to `S': not changing to same context type: Staff > > Apart f