Re: Break a chord glissando

2015-12-10 Thread Robin Bannister

Luca Danieli wrote:


I followed this explanation to break a 
glissandohttp://lsr.di.unimi.it/LSR/Search?q=break
but in this code it is not able to break the glissando between two chords.



Do you mean LSR940?
http://lsr.di.unimi.it/LSR/Item?id=940

As it says there, you must also apply
>   \override Glissando.breakable = ##t


Cheers,
Robin

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


Break a chord glissando

2015-12-10 Thread Luca Danieli
Hi all,
I followed this explanation to break a 
glissandohttp://lsr.di.unimi.it/LSR/Search?q=break
but in this code it is not able to break the glissando between two chords.Is it 
possible to break chord glissandos?
\version "2.18.2"
  \score {   <<\new StaffGroup  \new Staff <<\key c \major  
  \time 4/4\clef bass\set Staff.instrumentName = #"Cello"   
 \new Voice {   \relative c' {  2.:32\glissando  \once\override 
Glissando.after-line-breaking = ##t  4:32\glissando |  \break  1:32 |}}  >>>>}
Luca  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user