{r,t,\phi,\theta}::Coordinate; 
{\mu,\nu,\rho,\sigma,\lambda,\kappa,\chi,\gamma}::Indices(values={t,r,\phi,\theta}, position=fixed); 
\partial{#}::PartialDerivative; 
g_{\mu\nu}::Metric;
g^{\mu\nu}::InverseMetric;
\delta_{\nu}^{\mu}::KroneckerDelta;
f:=\partial_{\mu}{t};
How can I get 1 as an answer for f? 
Thank you!