Re: Glissando to a rest

2013-05-05 Thread Mats Bengtsson


On 05/05/2013 12:01 AM, lilypond-user-requ...@gnu.org wrote:

This should work. You just have to make sure the space between the two notes
isn't too tight or the glissando won't print. In this case it happens if you
omit the \break.

\relative c''
{
   es4*1/2-\glissando
   \hideNotes
   es,
   \unHideNotes
   r4 r2 | \break
   es1
}
Here are two more alternatives where you don't have to play any tricks 
with the durations (the settings for Glissando are to ensure that the 
resulting glissando gets sufficient horizontal width, otherwise LilyPond 
complains that the right edge comes before the left edge and doesn't 
typeset the glissando at all, at least not in this example. The idea 
comes from http://lsr.dsi.unimi.it/LSR/Item?id=826).


\relative c''
\new Voice {
  \override Glissando #'minimum-length = #4
  \override Glissando #'springs-and-rods =
  #ly:spanner::set-spacing-rods
  es4-\glissando
  \grace{\hideNotes
  es,
  \unHideNotes}
  r4 r2 |
  es1
}

\relative c''
\new Staff {
  \override Glissando #'minimum-length = #4
  \override Glissando #'springs-and-rods =
  #ly:spanner::set-spacing-rods
  es4-\glissando

   {\hideNotes
  es,
  \unHideNotes} \new Voice b' \rest r2 |
  es,1
}

   /Mats

--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.ee.kth.se/~mabe
=


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Glissando to a rest

2013-05-04 Thread TaoCG
This should work. You just have to make sure the space between the two notes
isn't too tight or the glissando won't print. In this case it happens if you
omit the \break.

\relative c''
{
  es4*1/2-\glissando
  \hideNotes
  es,
  \unHideNotes
  r4 r2 | \break
  es1
}

HTH,
Tao



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Glissando-to-a-rest-tp145286p145451.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Glissando to a rest

2013-05-03 Thread Jacques Menu
Since this leads to extra notes and I have to play tricks to keep the bar 
numbering in sync:

\cadenzaOn
es4 - \glissando 
\hideNotes
es,4
\unHideNotes
r4 r2 
\cadenzaOff
\hideNotes
%   | % 54
s1*1
\unHideNotes
\bar |

wouldn't it be possible to have this particular glissando to nothing 
specified as an articulation, similar to staccato?

Le 1 mai 2013 à 08:13:37, SoundsFromSound soundsfromso...@gmail.com a écrit :

 Does this help you?
 
 \relative c'' {
  \time 3/4
  \override Glissando #'style = #'zigzag
  c4 c
  \cadenzaOn
  c4\glissando
  \hideNotes
  c,,4
  \unHideNotes
  \cadenzaOff
  \bar |
 }
 
 http://lilypond.1069038.n5.nabble.com/file/n145288/lily-5678ec8f.png 
 
 
 
 
 
 
 
 Jacques Menu TvTMail wrote
 Hello,
 
 I didn't find how to have a glissando between a real pitch and a rest,
 kind of fall down at the end of the note. 
 Tried to insert s1*0, but to no avail.
 
 Thanks for your help!
 
 Regards,
 
 --
 
 Jacques Menu
 Ch. de la Pierre 12
 1023 Crissier
 
 mailto:
 
 Jacques.Menu@
 
 
 
 
 
 
 ___
 lilypond-user mailing list
 
 lilypond-user@
 
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 
 
 -
 composer | sound designer
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/Glissando-to-a-rest-tp145286p145288.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Glissando to a rest

2013-05-01 Thread Jacques Menu
Hello,

I didn't find how to have a glissando between a real pitch and a rest, kind of 
fall down at the end of the note. 
Tried to insert s1*0, but to no avail.

Thanks for your help!

Regards,

--

Jacques Menu
Ch. de la Pierre 12
1023 Crissier

mailto:jacques.m...@tvtmail.ch




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Glissando to a rest

2013-05-01 Thread SoundsFromSound
Does this help you?

\relative c'' {
  \time 3/4
  \override Glissando #'style = #'zigzag
  c4 c
  \cadenzaOn
  c4\glissando
  \hideNotes
  c,,4
  \unHideNotes
  \cadenzaOff
  \bar |
}

http://lilypond.1069038.n5.nabble.com/file/n145288/lily-5678ec8f.png 







Jacques Menu TvTMail wrote
 Hello,
 
 I didn't find how to have a glissando between a real pitch and a rest,
 kind of fall down at the end of the note. 
 Tried to insert s1*0, but to no avail.
 
 Thanks for your help!
 
 Regards,
 
 --
 
 Jacques Menu
 Ch. de la Pierre 12
 1023 Crissier
 
 mailto:

 Jacques.Menu@

 
 
 
 
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Glissando-to-a-rest-tp145286p145288.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Glissando to a rest

2013-05-01 Thread Jacques Menu
Yes, that solves it, thanks!

Le 1 mai 2013 à 08:13, SoundsFromSound soundsfromso...@gmail.com a écrit :

 Does this help you?
 
 \relative c'' {
  \time 3/4
  \override Glissando #'style = #'zigzag
  c4 c
  \cadenzaOn
  c4\glissando
  \hideNotes
  c,,4
  \unHideNotes
  \cadenzaOff
  \bar |
 }
 
 http://lilypond.1069038.n5.nabble.com/file/n145288/lily-5678ec8f.png 
 
 
 
 
 
 
 
 Jacques Menu TvTMail wrote
 Hello,
 
 I didn't find how to have a glissando between a real pitch and a rest,
 kind of fall down at the end of the note. 
 Tried to insert s1*0, but to no avail.
 
 Thanks for your help!
 
 Regards,
 
 --
 
 Jacques Menu
 Ch. de la Pierre 12
 1023 Crissier
 
 mailto:
 
 Jacques.Menu@
 
 
 
 
 
 
 ___
 lilypond-user mailing list
 
 lilypond-user@
 
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 
 
 -
 composer | sound designer
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/Glissando-to-a-rest-tp145286p145288.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user