lilypond-user
[Top][All Lists]
Advanced

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

Re: How to hide fingering in the output


From: Noeck
Subject: Re: How to hide fingering in the output
Date: Sun, 25 Jun 2017 20:15:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

Hi

Am 25.06.2017 um 17:54 schrieb Ivanov Dmitry:
> Would it be better to move:
> 
> \once \override Staff.TimeSignature #'stencil = ##f
> \override Staff.Clef #'stencil = ##f
> 
> to the layout block as well? Or keep it as is?

Fist, \omit is always equivalent to setting the stencil to false (##f)
but the former is shorter and easier readable. So I would write:

\once \omit Staff.TimeSignature
\omit Staff.Clef

But now to your question: If you put the commands inside your music, the
first one will make the TimeSignature disappear *at this moment in time*
(because of \once) - so it does not make sense to put it in a layout
block, because there are no points in time there.

The second command makes the Clef disappear *from this moment on*. If
you have it in the beginning and want it for all staves at all times,
then it makes sense to put it in a \layout block.

HTH,
Joram



reply via email to

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