On 5/24/11 5:58 PM, Albu wrote:
How do I put the trill or vibrato symbol? Without the "tr" I just want the
waves after the "poco vib" and end them where the chord begins

\version "2.12.1"  
\relative c'
{

a'8.\mf des32 c_\markup { poco vib } f,4 \acciaccatura  g8 e2~
e1~
 < e d' ~ gis> d'4 
	
}
You can use a text spanner:

\version "2.12.1"
\relative c'
{

  a'8.\mf des32
  \override TextSpanner #'(bound-details left text) =
    \markup { \vcenter \normal-text "poco vib." }
  \override TextSpanner #'style = #'trill
  \override TextSpanner #'direction = #DOWN
  c\startTextSpan f,4 \acciaccatura  g8 e2~
  e1~
  < e d' ~ gis>\stopTextSpan d'4

}


Best,
Edward
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to