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
Please, Sean always tell what version of LilyPond you are using and please Jonatan, always tell what version of LilyPond the solution works with. 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

Re: snap (bartok) pizz

2005-04-25 Thread Sean Reed
hi mats, On 25.04.2005, at 10:18, Mats Bengtsson wrote: Please, Sean always tell what version of LilyPond you are using and please Jonatan, always tell what version of LilyPond the solution works with. yeah, sorry. i usually do that. slipped my mind this time. To avoid confusion, I can tell you

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:

RE: snap (bartok) pizz

2005-04-24 Thread Fairchild
Try this. Ain't pretty and takes tuning. Embedded PostScript code is another option - maybe better. %% \version 2.4.3 STUFF = { \relative c' { \override TextScript #'font-name = #cmbsy10

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) ()