lilypond-devel
[Top][All Lists]
Advanced

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

Re: Allows glissandi between chords (issue4442082)


From: mtsolo
Subject: Re: Allows glissandi between chords (issue4442082)
Date: Mon, 25 Apr 2011 19:10:48 +0000

The test file I've been using is:


\relative c' {
 c1 \glissando g'
 c,1 \glissando s1 g'
 <c, e>1 \glissando <g' b>
 <c, e>1 \glissando s1 <g' b>
 \set glissandoMap = #'((0 . 1) (1 . 0))
 <c, g'>1 \glissando s1 <d a'>
 \set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2))
 c1 \glissando s1 <d f a>
 \set glissandoMap = #'((2 . 0) (1 . 0) (0 . 0))
 <d f a>1 \glissando s1 c
}


http://codereview.appspot.com/4442082/



reply via email to

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