lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords with multiple glissandos


From: Kieren MacMillan
Subject: Re: Chords with multiple glissandos
Date: Thu, 17 Sep 2009 09:13:09 -0400

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.



reply via email to

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