Hi Jay, Malte and Simon,

> Hm. I didn’t know the New_fingering_engraver. Now I tried to remove
> Fingering_engraver, New_fingering_engraver, and
> Fingering_column_engraver but the numbers don’t disappear …

It is even more interesting:
1) You have to remove *both* the Fingering_engraver and the
New_fingering_engraver – apparently both are at work here
2) These live in the Voice context so you have to remove them from there

myMusic = \relative c'' {
  c-1 c d-3 g-3
}
\new Staff \new Voice \with {
  \remove New_fingering_engraver
  \remove Fingering_engraver
} \myMusic

Of course, the \omit is also a valid solution.

Cheers,
Joram

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

Reply via email to