Re: Christian Wolff score

2021-10-31 Thread ole
Hello Valentin, This is how it looks like with Kieren's solution, its ok for me..? best ole > Am 31.10.2021 um 22:13 schrieb Valentin Petzel : > > Hello Ole, hello Kieren, > > We can also directly draw the wedge in postscript (instead of using the ^ > glyph of our font for this). This a

Re: Christian Wolff score

2021-10-31 Thread Valentin Petzel
Hello Ole, hello Kieren, We can also directly draw the wedge in postscript (instead of using the ^ glyph of our font for this). This allows us to be more specific about the actual shape of the wedge. Cheers, Valentin Am Freitag, 15. Oktober 2021, 09:14:43 CET schrieb ole: > Thanks a lot!! > >

Re: Christian Wolff score

2021-10-15 Thread ole
Thanks a lot!! > Am 14.10.2021 um 15:33 schrieb Kieren MacMillan > : > > Hi, > >> Thanks for the hints! But I'am afraid that goes way to far over my lilypond >> abilities. >> So I'am hoping someone have a more ready-to-use solution..? > > Here’s a solution using a Rest.stencil override: > >

Re: Christian Wolff score

2021-10-14 Thread Kieren MacMillan
Hi, > Thanks for the hints! But I'am afraid that goes way to far over my lilypond > abilities. > So I'am hoping someone have a more ready-to-use solution..? Here’s a solution using a Rest.stencil override: %%% SNIPPET BEGINS \version "2.21.2" wedge = { \override Rest.stencil = #ly:text-inte

Re: Christian Wolff score

2021-10-14 Thread ole
Thanks for the hints! But I'am afraid that goes way to far over my lilypond abilities. So I'am hoping someone have a more ready-to-use solution..? Thanks! > Am 14.10.2021 um 15:08 schrieb Kieren MacMillan > : > > Hi there, > >> Hi, I'am about to typese

Re: Christian Wolff score

2021-10-14 Thread Kieren MacMillan
Hi there, > Hi, I'am about to typeset a Christian Wolff score. How can I achive these > 'wedges'? 1. Override the Rest stencil. 2. Override the BreathingSign stencil, and move it into the staff. 3. Override the NoteHead stencil. Lots of ways to clothe this particula

Christian Wolff score

2021-10-14 Thread ole
Hi, I'am about to typeset a Christian Wolff score. How can I achive these 'wedges'?