lilypond-user
[Top][All Lists]
Advanced

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

Re: More questions about using Lilypond for guitar music


From: Pierre Perol-Schneider
Subject: Re: More questions about using Lilypond for guitar music
Date: Wed, 11 Jun 2014 15:57:10 +0200

2014-06-11 15:36 GMT+02:00 Martyn Quick <address@hidden>:
 
Err, good point - sorry.  First link that I found was: http://www.scenicnewengland.net/guitar/notate/symbols.htm

... and that has vibrato as the last thing example of notation listed.

Hi Martyn,
Since the image you provide does not reflect LilyPond grobs I can give you 2 options which look close :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

{

  \once\override TextSpanner.style = #'trill

  \once\override TextSpanner.minimum-length = #10

  \once\override TextSpanner.springs-and-rods = #ly:spanner::set-spacing-rods

  c''2\startTextSpan s\stopTextSpan

}

{

  \once\override TextSpanner.style = #'zigzag

  \once\override TextSpanner.minimum-length = #10

  \once\override TextSpanner.springs-and-rods = #ly:spanner::set-spacing-rods

  c''2\startTextSpan s\stopTextSpan

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


HTH,

Pierre




reply via email to

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