lilypond-user
[Top][All Lists]
Advanced

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

hiding accidentals


From: Jeffrey Trevino
Subject: hiding accidentals
Date: Thu, 15 Mar 2012 23:16:14 -0700

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
        \once \override Tie #'transparent = #'#t
        \afterGrace
        ef'4
        {
            \once \override ParenthesesItem #'font-size = #'0
            \once \override Stem #'stencil = #'#f
            \parenthesize
            ef'4
        }
    }
    \new Voice \with {
        \override Tie #'transparent = #'#t
    } {
        \voiceTwo
        \dotsDown
        s4 ~
        \once \override NoteHead #'transparent = #'#t
        d'8. ~
        \once \override NoteHead #'transparent = #'#t
        d'32
        \once \override NoteHead #'transparent = #'#t
        d'32
        \once \override NoteHead #'transparent = #'#t
        d'2 ~
        \once \override NoteHead #'transparent = #'#t
        s4
    }
>>

thanks for the attention,
Jeff

--
《〠》】〶【〖〠〗〶〛〷〚
Jeff Treviño
PhD Candidate in Music Composition
@ the University of California, San Diego
〖〠〗〶〛〷〚《〠》】〶
Skype: jeffreytrevino
E-mail: address@hidden
〚《〠》】〶【〖〠〗〶〛〷
9310H Redwood Dr.
La Jolla, CA 92037
USA
〖〠〗〶〛〷〚《〠》】〶【


reply via email to

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