You have the right idea already ;-)
The Fingering stencil is part of the Voice context

Try

\override Fingering.stencil = ##f

(I hope this syntax works with 2.18)

2017-06-25 2:52 GMT+02:00 Ivanov Dmitry <usr...@gmail.com>:

> This code will output "c" note with number "3" above it. I learned,
> how to hide the cleff and the time signature. How can I hide the
> fingering as well without removing "-3" from "c8-3". I need to
> generate a pdf without fingers sometimes and don't want to change the
> code.
>
> \version "2.18.2"
> \language "english"
> \paper {
>   indent = 0
> }
> \include "../melody-code.ly"
> \new Staff  \relative c''{
>   \time 2/4
>   \once \override Staff.TimeSignature #'stencil = ##f
>   \override Staff.Clef #'stencil = ##f
>   c8-3
> }
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to