lilypond-user
[Top][All Lists]
Advanced

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

Re: midi playback of glissando?


From: Pavel Roskin
Subject: Re: midi playback of glissando?
Date: Mon, 1 Oct 2012 15:55:18 -0400

On Sun, 30 Sep 2012 22:50:45 +0200
Stefan Thomas <address@hidden> wrote:

> Ok, that could be a solution! But I need glissandos with intervals
> smaller than a semitone.

You can use quarter tones.  You can even try microtones.  But you'll
need to select an instrument that would play it in a reasonable way,
legato and with consistent loudness.

For example, this "glissando" sounds so scary, you may want to use it
for Halloween :)

\version "2.16.0"

melody = \relative c' {
  \tempo 4=400
  \set Staff.midiInstrument = "Choir Aahs"
  c4 cih cis cisih
  d dih dis disih
  e eih
  f fih fis fisih
  g gih gis gisih
  a aih ais aisih
  b bih
  c
}

\score {
  \new Staff {
    \melody
  }
  \layout{}
  \midi{}
}

-- 
Regards,
Pavel Roskin



reply via email to

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