lilypond-user
[Top][All Lists]
Advanced

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

Re: missing glissando


From: MING TSANG
Subject: Re: missing glissando
Date: Tue, 11 Aug 2015 02:55:04 +0000 (UTC)

Dominic,  
Thank you very much for catching the missing "\arpeggio" command.
I have always coding the chord - the "bottom note first". I notice the advantage in this case. Can I mixed coding "top note first" with "bottom note first"?
Immanuel,
Ming

From:Dominic
Subject:Re: missing glissando
Date:Mon, 10 Aug 2015 16:49:17 -0700 (MST)

This will work:


/\version "2.18.2"
\language "english"
{
  \clef bass c2._> \override Glissando.style = #'trill c4 \glissando | %m81
  \clef treble <c'''' c'''>8 r2 \bar"|." %m82
  }/

You forgot to put the actual "\glissando" command. Also, I swapped the order
of the notes in the final chord so that the glissando would attach to the
upper note.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/missing-glissando-tp179449p179450.html
Sent from the User mailing list archive at Nabble.com.


reply via email to

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