lilypond-user
[Top][All Lists]
Advanced

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

Re: 'Bartok'-pizz.


From: Siska Ádám
Subject: Re: 'Bartok'-pizz.
Date: Tue, 24 Jul 2007 22:13:17 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-GB; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.0

Thank you, this works quite nice, and sorry for the duplicated question....


Bye,
Adam

________________
Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


Wilbert Berendsen wrote:
Op dinsdag 24 juli 2007, schreef Siska Ádám:
'Bartok'-pizzicato

You could do something like:

#(define-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

{
c4^\bartok
}

I found this on: http://www.mail-archive.com/lilypond-user%40gnu.org/msg14529.html

Met vriendelijke groet,
Wilbert Berendsen





reply via email to

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