lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding accidentals


From: address@hidden
Subject: Re: hiding accidentals
Date: Fri, 16 Mar 2012 07:54:31 +0100

On Mar 16, 2012, at 7:16 AM, Jeffrey Trevino wrote:

> Hi there,
> 
> I'm having trouble hiding accidentals in the middle of a glissando, where 
> there will be notes without slurs, noteheads, or accidentals. Why doesn't my 
> "hide-accidental" override work here?:
> 
> 
> \new Staff <<
>     \new Voice {
>         \voiceOne
>         \parenthesize
>         d'4 \glissando ~
>         {
>             s8. ~
>             s32
>             s32
>             s2 ~
>         }
>         \once \override NoteHead #'hide-accidental = #'#t

Hey Jeff!

\once \override Accidental #'stencil = ##f will give you what you're after.
Also, I've never seen #'#t.  It seems to work, but I generally see ##f or ##t 
in scores.

Go Cardinal!
~Mike




reply via email to

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