lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: time signature


From: Risto Vääräniemi
Subject: Re: time signature
Date: Tue, 12 Feb 2008 10:58:16 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]