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: Richard Shann
Subject: Re: How to hide Figured Bass in output (was Re: How to hide fingering in the output)
Date: Sun, 25 Jun 2017 12:57:51 +0100

On Sun, 2017-06-25 at 12:55 +0200, David Kastrup wrote:
> 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
>            }
> }

Thanks, perfect!

Richard





reply via email to

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