Richard Shann <[email protected]> writes:
> On Sun, 2017-06-25 at 08:08 +0200, David Kastrup wrote:
>> Manuela Gößnitzer <[email protected]> writes:
>>
>> > 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)
>>
>> As does
>>
>> \omit Fingering
>
> Oh, nice that cleans up one bit of Denemo's LilyPond generation!
>
> I looked through the documentation for Fingering and found the
> BassFigure layout object. However
>
> \layout { \omit BassFigure }
>
> doesn't turn off the Bass Figures in a score.
Probably
\layout {
\context { \FiguredBass
\omit BassFigure
}
}
or something. \omit is just an override.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user