Hi,

On 10/02/2008, Németh Pál wrote:

> How can I unhide the time signature in the first bar?
> Thanks!

Try putting this code inside the \layout statement:
\context
{
    \Score
        \override TimeSignature #'stencil = ##f
}

Or specify \override Score.TimeSignature #'stencil = ##f in your music.

I hope this is what you're looking for.

-Risto


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to