lilypond-user
[Top][All Lists]
Advanced

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

Re: Notation for string portamento


From: Ralph Palmer
Subject: Re: Notation for string portamento
Date: Tue, 19 Feb 2019 09:34:13 -0500

Hi, Andrew -

I used this to indicate a slide up into a note.

\version "2.19.49"

{
  a'
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  \once \override Glissando.minimum-length = #4.5
  \once \hideNotes
  { \grace b'8 \glissando } c''4.
  a''8
}

On Tue, Feb 19, 2019 at 6:11 AM Andrew Bernard <address@hidden> wrote:
There was a question identical to this asked in 2017 with not a reply.

To indicate string playing portamento, my composer uses a small glissando line coming up to the note, not attached to any previous note. What's the best way to do this? Can it be achieved with using hidden grace notes (which take up space, it not musical time).

I understand this notation is seen from time to time, and string players are familiar with it. So I am told.

Andrew

Hi, Andrew -

I used this to indicate a slide up into a note. You should be able to adjust the length and slope reasonably easily.

\version "2.19.49"

{
  a'
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  \once \override Glissando.minimum-length = #4.5
  \once \hideNotes
  { \grace b'8 \glissando } c''4.
  a''8
}

HTH,

Ralph

--
Ralph Palmer
Brattleboro, VT
USA
address@hidden

reply via email to

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