Hi David,

Is there any way to make this work, so that both sets of notes are connected with glissandos?

If you correct your polyphonic code, it works fine:

\version "2.13.3"
\include "english.ly"
\paper { ragged-right = ##f }

\relative c'' {
 cs1
 <<
   { \voiceOne cs4 \glissando b \glissando cs2 }
   \new Voice { \voiceTwo gs4 \glissando fs \glissando gs2 }
 >> \oneVoice
}

If you want these to be chords instead — which is not what your original example suggests — look for my solution in the list archive.

Hope this helps!
Kieren.

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

Reply via email to