Re: Pitched trill glissando

2015-01-23 Thread David Stephen Grant
I've just seen I overlooked your message, Harm. Thank you both, and for the upload to the LSR! Best, David On 23 January 2015 at 13:18, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Added to the LSR : http://lsr.di.unimi.it/LSR/Item?id=972 Cheers, Piere 2015-01-23 11:19

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Hi David, my first idea was to change the grace note head stencil but, for some reason, I cannot change the ledger lin length: parentGrace = { \once\omit Flag \once\omit Stem \once\omit Accidental \once\override NoteHead.stencil = #(lambda (grob)

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Added to the LSR : http://lsr.di.unimi.it/LSR/Item?id=972 Cheers, Piere 2015-01-23 11:19 GMT+01:00 Pierre Perol-Schneider pierre.schneider.pa...@gmail.com: Oups, grace's note head looks a little too big. So here again: \version 2.19.13 parentGrace = #(define-music-function (parser loc

Re: Pitched trill glissando

2015-01-23 Thread Thomas Morley
2015-01-23 8:01 GMT+01:00 David Stephen Grant da...@davidgrant.no: Hi list, I'm trying to create a pitched trill where the parenthesized note glisses to a new note. I've got quite close to the notation I'm after, but I can't find a way to parenthesize the goal note the same way as the

Re: Pitched trill glissando

2015-01-23 Thread David Stephen Grant
Thanks Pierre, This seems to work perfectly in the score I'm working on. All the best, David On 23 January 2015 at 10:26, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi David, my first idea was to change the grace note head stencil but, for some reason, I cannot change

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Oups, grace's note head looks a little too big. So here again: \version 2.19.13 parentGrace = #(define-music-function (parser loc myGrace ) (ly:music?) #{ \once \override NoteHead.X-offset = #-.5 \once \omit Staff.Flag \once \omit Staff.Stem \once \override ParenthesesItem.font-size =

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
David, did you notice Harm's pointed the elegant way I was looking for ? Addapted to your code it goes : \version 2.19.13 parentGrace = #(define-music-function (parser loc myGrace ) (ly:music?) #{ \once \override NoteHead.X-offset = #-.5 \once \omit Staff.Flag \once \omit Staff.Stem

Pitched trill glissando

2015-01-22 Thread David Stephen Grant
Hi list, I'm trying to create a pitched trill where the parenthesized note glisses to a new note. I've got quite close to the notation I'm after, but I can't find a way to parenthesize the goal note the same way as the pitchedTrill. \parenthesize doesn't seem to include the accidental, and is in a