Re: Markup on clef possible

2019-02-12 Thread Pierre Perol-Schneider
Done! (=> http://lsr.di.unimi.it/LSR/Item?id=1086) Cheers, Pierre Le mar. 12 févr. 2019 à 00:18, Andrew Bernard a écrit : > Hi Pierre, > > Marvellous. Works nicely in a quick try out. I'll put it to industrial use > test it further. > > This is one of those functions that would be good as a snip

Re: Markup on clef possible

2019-02-11 Thread Andrew Bernard
Hi Pierre, Marvellous. Works nicely in a quick try out. I'll put it to industrial use test it further. This is one of those functions that would be good as a snippet on LSR. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.

Re: Markup on clef possible

2019-02-11 Thread Pierre Perol-Schneider
Hi Andrew, How about changing the stencil once, e.g.: %%% \version "2.19.82" \layout { indent = 0 ragged-right = ##t } STclef = { \once\override Staff.Clef.stencil = #(lambda (grob) (let ((glyph (ly:grob-property grob 'glyph-name))) (cond ((equal? g

Re: Markup on clef possible

2019-02-10 Thread Ben
On 2/10/2019 8:19 PM, Andrew Bernard wrote: I want to have markup such as ST over the clefs at the start of each page in a section of the string quartet I am doing. This is to indicate ongoing ST technique over extended sections, as a reminder to the player. Clefs don't appear to support markup

Re: Markup on clef possible

2019-02-10 Thread Ben
On 2/10/2019 8:19 PM, Andrew Bernard wrote: I want to have markup such as ST over the clefs at the start of each page in a section of the string quartet I am doing. This is to indicate ongoing ST technique over extended sections, as a reminder to the player. Clefs don't appear to support markup