I am a little unclear as to the extent to which this tool is used; I have already discovered that it can find, for example, all notes C#3 of a duration of, for example, 2 beats; however, it would be of far more use if it could be used to find *all* occurrences of C#3, regardless of duration. If it can do this, I have not yet discovered how to do it.
You might go and see https://forum.noteworthycomposer.com/?topic=2135.
The magic string for C#3 is:
|Note*|PitchPos:C#3
and not, if you tried it, |PitchPos:C#3
Search string must start with
|N*
or
|Note
and then replace the unwanted stuff by a '*'.
You can ignore the end of the search string (no need to add a last star)
Hope this helps!
Correction. the
|N
at the beginning is not *needed* (it works too), as correctly written in https://forum.noteworthycomposer.com/?topic=2135.msg11949#msg11949
Sorry :)