lilypond-user
[Top][All Lists]
Advanced

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

Re: How to hide Figured Bass in output (was Re: How to hide fingering in


From: David Kastrup
Subject: Re: How to hide Figured Bass in output (was Re: How to hide fingering in the output)
Date: Sun, 25 Jun 2017 12:55:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Richard Shann <address@hidden> writes:

> On Sun, 2017-06-25 at 08:08 +0200, David Kastrup wrote:
>> Manuela Gößnitzer <address@hidden> 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



reply via email to

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