Hi Neil,

thanks, this helped a lot.

Bye,
Adam

P.S. I used \hideNotes and \unHideNotes instead of the overrides, as I had some problems with some dotted chords.

________________
Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


Neil Puttock wrote:
Hi Adam,

On 7/22/07, *Siska Ádám* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to