lilypond-user
[Top][All Lists]
Advanced

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

chord slides


From: Patrick Schmidt
Subject: chord slides
Date: Sun, 02 Aug 2009 14:50:51 +0200

Hi all,

I would like to achieve a chord slide. Here's my code (based on the Double 
Glissando snippet):

\version "2.13.3"
\relative c'{
  e,16 e<<
    {
      % new voice ( = \voiceOne), hidden
      \hideNotes
      % attach glissando to note heads
      e'\glissando f
    }
    \\
    { 
      % original voice with chords rearranged so that
      % glissando is attached to b' & c'
      \stemUp<e b'>\glissando <f c'>
    }
  >>
}

1) How come that I can see the glissando marks when I use half notes but not 
when I use sixteenths?

2) How can I slide chords with more than 2 voices?

3) How can I combine the beams of the single notes with those of the slided 
chords?

Thanks for your help!

Patrick
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser




reply via email to

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