lilypond-user
[Top][All Lists]
Advanced

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

Re: Glissando on single note in chords


From: Nick Payne
Subject: Re: Glissando on single note in chords
Date: Tue, 01 Nov 2011 20:59:28 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 01/11/11 20:37, address@hidden wrote:
On Nov 1, 2011, at 8:31 AM, Nick Payne wrote:

The behaviour seems to have changed - with 2.15.16 I now get a glissando 
between each note. However, I'm using glissandi to indicate a fingering slide 
along the same string, and only want the glissando against this one note. I 
could previously do it by making this note the first in both chords. Is this 
still possible, or do I need to create a separate hidden voice containing only 
the wanted notes?

Nick

Hey Nick,

The answer is yes.  Could you please send a minimal example - it'd be easier 
for me to explain how it works through .ly text.

Cheers,
MS


Thanks. Here's a minimal example. I only want a glissando between the fingering on the F# and G.

\version "2.15.16"

\relative c {
    \set fingeringOrientations = #'(down)
    \override Fingering #'staff-padding = #'()
    \once \override Glissando #'extra-offset = #'(0 . -1.4)
<fis-1 d'>4\glissando <g-1 d'>
}

Nick



reply via email to

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