David Stocker schrieb:
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.
I always wondered if there is a possibility to enhance the glissando engraver. When I code ties
between chords, i.e.
< c e g > ~ < c e g >
lilypond draws three ties, but the same situation with \glissando doesn't work the way we all
wanted deep in our hearts :-)
(Ok, a glissando between two identical chors makes no sense, but I think you know what I mean).

Marc

Hope this helps!
Kieren.



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




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

Reply via email to