lilypond-user
[Top][All Lists]
Advanced

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

Re: get an accidental to not print


From: Jonathan Henkelman
Subject: Re: get an accidental to not print
Date: Mon, 12 Feb 2007 14:40:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> > %%% BEGIN %%%
> >
> > \new Staff {
> >   \once \override Accidental #'transparent = ##t
> >   cis'2
> > }
> >
> > %%% END %%%

> If you instead use
> \once \override Accidental #'stencil = ##f
> then the invisible accidental will not even take any space.
> 
>    /Mats

For the record. I understand both of Trevors examples, but looking through the 
programmers ref to try and understand Mats' fix...  'stencil' is listed of 
type "unknown" and the doc says it represents the "symbol to print". How does 
passing it false result in a symbol not being printed?  Should the doc be 
updated to say something like: "The symbol to print, or don't print if false"?

Jonathan





reply via email to

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