Luca Fascione <[email protected]> writes:
> Hi,
> as some of you might remember, I mostly use lilypond to engrave music for
> classical guitar. And I am after a fairly specific way to engrave the
> fingering indications in particular.
>
> Cutting off a long story, one of the consequences of what I want is that I
> have to enclose all notes in a chord <> pair, which is an annoying thing to
> do: everything I need `a-2` I'm having to type `<a-2>`.
>
> So I was wondering, is there a way I can intercept the input presumably
> during the early stages of parsing and process it so that all "single"
> notes get turned into one-note chords?
Does
\layout {
\context {
\Staff
\remove "Fingering_engraver"
}
}
do what you want? Note that it has other consequences because the
Fingering_engraver does not just engrave fingerings...
--
David Kastrup