lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando between single notes in two chords


From: David Nalesnik
Subject: Re: glissando between single notes in two chords
Date: Sat, 28 Nov 2015 17:38:06 -0600

Hi Federico,

On Sat, Nov 28, 2015 at 5:26 PM, Federico Bruni <address@hidden> wrote:
Hi all

How would you recommend drawing a glissando from one note in a chord to another note in a chord?
I found this snippet by Harm of 2012:
https://lists.gnu.org/archive/html/lilypond-user/2012-10/msg00133.html

It works still but I wonder if something else has been done in the meanwhile.
There's any open issue about chord glissando? (the search in Allura/Sourceforge is a pain...)
Below a minimal examples showing a couple of problems.

Have you tried setting glissandoMap?  See  http://www.lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines

 
\version "2.19.31"

\paper {
 ragged-right = ##f
}

myMusic = \relative {
 % ok
 <a c>\glissando <b\3 d>

 % problems

\set glissandoMap = #'((0 . 1))

 <a b~>\glissando <b b\3> % wrong connections and the glissando should be one

I can't make the following work.
 
 <a\glissando b~> <b b\3> % no glissando drawn
}

\score {
 \new StaffGroup <<
   \new Staff { \clef "treble_8" \myMusic }
   \new TabStaff \with {
     stringTunings = #guitar-tuning
   } \myMusic
 >>
 \layout { }
}


Hope this helps,
David 

reply via email to

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