Help for the pitch search field in Themefinder

Guidelines for searching by pitch:

Examples:

 

Extended guidelines for searching by pitch:



Advanced pitch searching:
.
To search for an unknown or arbitrary pitch, use the dot to represent any one pitch. Example:
    (G# . B) will match to (G# E  B)
    (G# A# B)
    (G# E- B)
    (G# C-- B)
    etc.
?
To indicate an optional note, append a question mark. Examples:
    (F#? A) will match to (F#  A), or (  A)

    (.? G) will match to (E  G)
    (C    G)
    (F# G)
    etc.
*
To indicate any number of optional notes, insert an asterisk. Example:
    (* A) will match to (   A)
    (G  A)
    (B G  A)
    (B F# G  A)
    etc.
+
To indicate any number of repeated notes, append a plus sign. Example:
    (G+ E) will match to (G E)
    (G G E)
    (G G G E)
    etc.
^
A caret appended to a note indicates an arbitrary accidental. Examples:
    (E^ G) will match to (E  G)
    (E# G)
    (E- G)
    (Ex G)
    (E-- G)