Dear Coralline, I encounter that problem a year ago and figured out to remove the "New_fingering_engraver" which is responsible for some fingering but even other stuff. Important is, that the "New_fingering_engraver" isn't related to the voice context and not to the staff context never mind that the staff draw some fingerings like your example shows.
Adding a voice context in the score section did the trick for me: ... \score { << \new Staff = "guitar" { \new Voice = "guitarvoice" \with { \remove "New_fingering_engraver" } { \key a \minor \time 3/4 \clef treble \transposition c \guitar \set Staff.midiInstrument = #"acoustic guitar (nylon)" } } ... Regards, Chrisch PS: I tried the development version 2.11.63, which refer notes on the lowest string much better (Thanks a lot). -- Christian Herzberg Am Sonntag, 16. November 2008 07:17:37 schrieb coralline algae: > Although I have used lilypond for awhile for scores, I am just learning > to use the tabulature. The sample score I am inserting is working > for the most part but I would like to suppress the fingering on the > note staff if possible. Also my eyes need some assist hence > the large staff size > > thanks _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user