Re: Adding Bar Line types

2012-05-01 Thread James
Hello, On 1 May 2012 19:02, Xavier Scheuer wrote: > On 17 April 2012 00:17, Nick Payne wrote: >> >> Here's scheme code (can't remember who I got it from) for creating a dashed >> double bar line - I needed it for a Fine occurring in the middle of a >> measure: > > Hi, > > Someone asked exactly t

Re: Adding Bar Line types

2012-05-01 Thread Xavier Scheuer
On 17 April 2012 00:17, Nick Payne wrote: > > Here's scheme code (can't remember who I got it from) for creating a dashed > double bar line - I needed it for a Fine occurring in the middle of a > measure: Hi, Someone asked exactly the same question on the French users mailing list today. Here i

Re: Adding Bar Line types

2012-04-16 Thread Nick Payne
On 17/04/12 00:58, cte...@wesleyan.edu wrote: Hello Everyone, I would like to add a custom grob to my list of available bar lines. I am currently doing the following to create custom bar lines. %Define the new stencil repeatLeftStencil = #(ly:make-stencil `(path 0.5 `(rmoveto

Re: Adding Bar Line types

2012-04-16 Thread James
Hello, On 16 April 2012 15:58, wrote: > Hello Everyone, > > I would like to add a custom grob to my list of available bar lines. I am > currently doing the following to create custom bar lines. > > %Define the new stencil > repeatLeftStencil = >  #(ly:make-stencil >    `(path 0.5 >          `(rm

Adding Bar Line types

2012-04-16 Thread ctesta
Hello Everyone, I would like to add a custom grob to my list of available bar lines. I am currently doing the following to create custom bar lines. %Define the new stencil repeatLeftStencil = #(ly:make-stencil `(path 0.5 `(rmoveto 0 -2 rlineto 0 4 rlineto 1