lilypond-user
[Top][All Lists]
Advanced

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

Re: snap (bartok) pizz


From: Jonatan Liljedahl
Subject: Re: snap (bartok) pizz
Date: Sun, 24 Apr 2005 23:48:56 -0300

On Sun, 24 Apr 2005 22:23:52 +0200
Sean Reed <address@hidden> 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 )=-




reply via email to

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