lilypond-user
[Top][All Lists]
Advanced

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

Re: Left Hand Fingerings on Guitar Tab


From: Noeck
Subject: Re: Left Hand Fingerings on Guitar Tab
Date: Wed, 6 Apr 2016 22:27:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

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



reply via email to

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