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
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.
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
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
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