Re: Frescobaldi Log Error -1073741819 on Windows10

2018-09-30 Thread peter.gentry
Date: Thu, 27 Sep 2018 15:10:25 -0700 From: Aaron Hill mailto:lilyp...@hillvisions.com> > To: lilypond-user@gnu.org Subject: Re: Frescobaldi Log Error -1073741819 on Windows10 Message-ID: < 13ae051fc3a736b

Re: Write something in the music and place in in Lyrics-like context?

2018-09-30 Thread Urs Liska
Hi David, Am 29.09.2018 um 17:50 schrieb David Kastrup: Urs Liska writes: Hi, there's something that has been on my mind for quite some time, and I'd like to get some feedback if this would be possible to have (or if it actually already *is* available somehow). I would like to create some n

Re: Write something in the music and place in in Lyrics-like context?

2018-09-30 Thread Kieren MacMillan
Hi Urs, > would it be possible to write something like such a function and have the > resulting element either > - be injected/projected/whatever to a separate "lyrics" context, or > - have it printed in a way that is consistent with how such separate contexts > would behave with regard to staff

Re: Define new articulation with markup or path (instead of glyph)

2018-09-30 Thread Urs Liska
Am 30.09.2018 um 12:08 schrieb Lukas-Fabian Moser: Hi Urs,     upbow =     #(define-music-function ()()        #{          \tweak self-alignment-X #CENTER          -\markup "hin."        #}) because     c4 \upbow will fail with the complaint about an unexpected post-event (I have to write

Re: Define new articulation with markup or path (instead of glyph)

2018-09-30 Thread Lukas-Fabian Moser
Hi Urs,     upbow =     #(define-music-function ()()        #{          \tweak self-alignment-X #CENTER          -\markup "hin."        #}) because     c4 \upbow will fail with the complaint about an unexpected post-event (I have to write -\upbow) If you use define-event-function instead

Define new articulation with markup or path (instead of glyph)

2018-09-30 Thread Urs Liska
Hi, I need to define new items to attach to notes that center-align to the note heads. These should be either regular texts or drawn paths. I know a few approaches but haven't found a working solution for me, so I'd be happy to get some hints (or solutions). As I want *some* of the objects t