Hi Adam,

On 7/22/07, Siska Ádám <[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