Re: markup for circular bowing

2024-02-29 Thread Trevor Bača
Hi Orm, More examples here: https://github.com/trevorbaca/baca/blob/main/baca/scm/baca-circle-bow-markups.ily HTH, Trevor. On Wed, Feb 14, 2024 at 4:59 AM Orm Finnendahl < orm.finnend...@selma.hfmdk-frankfurt.de> wrote: > Hi, > > I'd like to make a sign for circular bowing like in the

Re: markup for circular bowing

2024-02-14 Thread Thomas Richter
0095.html> proposal) uses the path from ekmelos.svg of the Clockwise gapped circle arrow (U+27F3) which is maybe more appropriate than the stringsScrapeCircularClockwise glyph (U+EE88) in smufl. \version "2.24.0" #(define-markup-command (circular-bowing layout props) ()   #:pr

Re: markup for circular bowing

2024-02-14 Thread Orm Finnendahl
Hi Carl, Pierre, Aaron, thanks so much for all your help, amazing! Am Mittwoch, den 14. Februar 2024 um 09:10:59 Uhr (-0700) schrieb Carl Sorensen: > > Is this supposed to be the same thing as circular scrape in chop bowing? > If so, SMUFL has a glyph defined: > >

Re: markup for circular bowing

2024-02-14 Thread Carl Sorensen
On Wed, Feb 14, 2024 at 2:59 AM Orm Finnendahl < orm.finnend...@selma.hfmdk-frankfurt.de> wrote: > Hi, > > I'd like to make a sign for circular bowing like in the attached > png. The example was done using an epsfile, but unfortunately that > doesn't export to svg, which I need. So it should be

Re: markup for circular bowing

2024-02-14 Thread Pierre Perol-Schneider
Hi Aaron, Nice! Personally I never mix path drawings and graphical command since the result is not consistant. E.g. { \magnifyStaff #2 c''1^\circular-bow } Cheers, Pierre Le mer. 14 févr. 2024 à 12:13, Aaron Hill a écrit : > On 2024-02-14 1:59 am, Orm Finnendahl wrote: > > Hi, > > > > I'd like

Re: markup for circular bowing

2024-02-14 Thread Aaron Hill
On 2024-02-14 1:59 am, Orm Finnendahl wrote: Hi, I'd like to make a sign for circular bowing like in the attached png. The example was done using an epsfile, but unfortunately that doesn't export to svg, which I need. So it should be done using lilypond's builtin markup commands (or scheme

Re: markup for circular bowing

2024-02-14 Thread Pierre Perol-Schneider
Hi Orm, How about: \version "2.25.10" #(define-markup-command (circBow layout props)() (interpret-markup layout props (markup (#:stencil (make-path-stencil '(M 0 3.188 C -0.012 5.133 1.613 6.133 2.996 6.199 C 4.379 6.27 4.547 5.891 5.242 5.43 C 5.242

markup for circular bowing

2024-02-14 Thread Orm Finnendahl
Hi, I'd like to make a sign for circular bowing like in the attached png. The example was done using an epsfile, but unfortunately that doesn't export to svg, which I need. So it should be done using lilypond's builtin markup commands (or scheme code). Can someone point me to examples to do