lilypond-user
[Top][All Lists]
Advanced

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

Re: glissandi for chords


From: Neil Puttock
Subject: Re: glissandi for chords
Date: Sun, 22 Jul 2007 16:59:49 +0100

Hi Adam,

On 7/22/07, Siska Ádám <address@hidden > wrote:
Hello Everyone,


one more question: how can I make double-glissandi?

Create another voice, then you can attach a glissando to it:

<< {  % New voice ( = \voiceOne) without stems or beams
 
        \override Stem #'stencil = ##f
        \override Beam #'stencil = ##f

        % Attach glissando to noteheads
        e8 \glissando fis
 
    } \\ { % Original voice with chords rearranged so that glissando is attached to a & b
        <e a,> \glissando <fis h,>
    } >>

Regards,
Neil
reply via email to

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