lilypond-user
[Top][All Lists]
Advanced

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

Chords with multiple glissandos


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

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

**minimal example**

\version "2.13"

\include "english.ly"

\paper {
 ragged-right = ##f
}

\relative c'' {
 cs1
 <<
   {cs4 \glissando b \glissando cs2}
   {gs4 \glissando fs \glissando gs2}
 >>
}

**end minimal example**




reply via email to

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