lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords with multiple glissandos


From: David Stocker
Subject: Re: Chords with multiple glissandos
Date: Thu, 17 Sep 2009 09:58:24 -0400
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Thanks Kieren.

I actually do need the chords expressed as one "voice". I'll look through the list archives and see if I can use your solution.

Thanks,

David

Kieren MacMillan wrote:
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]