On Sun, 24 Apr 2005 22:23:52 +0200 Sean Reed <[EMAIL PROTECTED]> wrote:
> i've not been able to find an articulation symbol to indicate a snap > or "bartok" pizz. (see attached graphic) > > have i overlooked something? > > is there a markup or workaround for this? This is how I do it, put this in your .ly file: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #(def-markup-command (bartokpizz layout props) () (interpret-markup layout props (markup #:stencil (ly:stencil-translate-axis (ly:stencil-add (make-circle-stencil 0.7 0.1 #f) (ly:make-stencil (list 'draw-line 0.1 0 0.1 0 1) '(-0.1 . 0.1) '(0.1 . 1) ) ) 0.7 X ) ) ) ) bartok = ^\markup \bartokpizz %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% And then just prepend \bartok to the notes that should have bartok pizzicatto. /Jonatan -=( http://kymatica.com )=- _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user