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: Manuela Gößnitzer
Subject: Re: How to hide fingering in the output
Date: Sun, 25 Jun 2017 07:25:23 +0200

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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