The lemma is of the form
Suppose X. If A, then B.
There are two different statements that might be called the converse, depending on context.
First:
Suppose X. If B, then A.
Second:
If $B$, then $A$ and $X$.
But it seems from the question that you are actually looking for the contrapositive, not the converse. The converse will not negate the conclusion - in this case, the converse will assume $h$ does vanish identically. In general the converse is the additional statement needed to turn an "only if" into an "if and only if".
For the contrapositive, based onthe form of the lemma, the two possibilities are
Suppose X. If not B then not A.
and
If not B then (not A or not X).
The first of those is more likely to be useful here. It would say
Suppose $h$ is a harmonic function that vanishes on two lines $L_1$ and $L_2$. If $h$ does not vanish identically, then the angle between the two lines is a rational multiple of $\pi$.
By the way, the reason that there are multiple options is that the original statement (like many) is not the most simple kind of "if/then"; it has a nested structure.