Possible Duplicate:
How to make \left, \right pairs of delimiter work over multiple lines?
I would like to type something like this:
\begin{equation}
\begin{split}
\left( ba ba ba \\
ba ba ba \right)
\end{split}
\end{equation}
But it contains error; I think it's because \left( and \right) should be in the same line. How can I type something like this, but in different lines? I think one of the solution is replaced \left( and \right) by \Big( and \Big). But I am not satisfied with it since \Big( is not "big" enough compared to \left(.

\biggl( ... \biggr)or\Biggl( ... \Biggr)? – Torbjørn T. Mar 29 '12 at 6:00