'Bartok'-pizz.

2007-07-24 Thread Siska Ádám
Hello, What is the code for the articulation mark representing the so-called 'Bartok'-pizzicato? (A circle like for flageolets, but with a short vertical line crossing the circle at the top.) I hadn't found this in the table of articulation signs in the manual. Thank you, Adam

Re: 'Bartok'-pizz.

2007-07-24 Thread Wilbert Berendsen
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

Re: 'Bartok'-pizz.

2007-07-24 Thread Siska Ádám
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

Re: snap (bartok) pizz

2005-04-26 Thread Mats Bengtsson
Hint: search for padding in the mailing list archives or look at http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/Common-tweaks.html#Common-tweaks /Mats dax2 wrote: On Mon, 25 Apr 2005 10:18:57 +0200 Mats wrote: To avoid confusion, I can tell you both that the function

Re: snap (bartok) pizz

2005-04-26 Thread Jonatan Liljedahl
On Mon, 25 Apr 2005 02:10:49 +0200 Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Op zo, 24-04-2005 te 23:48 -0300, schreef Jonatan Liljedahl: have i overlooked something? is there a markup or workaround for this? This is how I do it, put this in your .ly file:

Re: snap (bartok) pizz

2005-04-26 Thread Han-Wen Nienhuys
Op di, 26-04-2005 te 17:41 -0300, schreef Jonatan Liljedahl: this is rather involved. You could also do #(def-markup-command (bartokpizz layout props) () (ly:stencil-add (make-circle-stencil 0.7 0.1 #f) (ly:make-stencil (list 'draw-line 0.1 0

Re: snap (bartok) pizz

2005-04-25 Thread Mats Bengtsson
version (which probably is what Sean has installed). /Mats Jonatan Liljedahl wrote: 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

Re: snap (bartok) pizz

2005-04-25 Thread Sean Reed
: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

Re: snap (bartok) pizz

2005-04-25 Thread dax2
On Mon, 25 Apr 2005 10:18:57 +0200 Mats wrote: To avoid confusion, I can tell you both that the function make-circle-stencil was introduced in version 2.5.19 and is not available in any stable version (which probably is what Sean has installed). It works with a little change:

snap (bartok) pizz

2005-04-24 Thread Sean Reed
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? thanks, sean Sean Reed Hamburg, Germany Web: www.seanreed.de inline

RE: snap (bartok) pizz

2005-04-24 Thread Fairchild
: snap (bartok) pizz 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? thanks, sean Sean Reed Hamburg, Germany Web

Re: snap (bartok) pizz

2005-04-24 Thread dax2
On Sun, 24 Apr 2005 16:19:20 -0500 Fairchild wrote: \version 2.4.3 STUFF = { \relative c' { \override TextScript #'font-name = #cmbsy10 c4^\markup { \char #13 } \once\override TextScript #'font-name = #cmex10

Re: snap (bartok) pizz

2005-04-24 Thread Jonatan Liljedahl
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

Re: snap (bartok) pizz

2005-04-24 Thread Han-Wen Nienhuys
Op zo, 24-04-2005 te 23:48 -0300, schreef Jonatan Liljedahl: 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) ()