Robin Bannister-2 wrote
> SoundsFromSound wrote:
> 
>> I'd like to move it down a bit so it's centered with the middle staff
>> line,
>> like the other names are. Is this possible?
> 
> That's the start of the fine tuning.  Try:
> 
> 
> 
> addOssiaName =
> #(define-scheme-function (name padding) (markup? number?)
> (let ((adapted (make-vcenter-markup name)))
>    #{
>      \override Staff.StaffSymbol.stencil = #(lambda (grob)
>        (ly:stencil-combine-at-edge (ly:staff-symbol::print grob)
>          X LEFT (grob-interpret-markup grob adapted) padding))
>    #}))
> 
> 
> Cheers,
> Robin
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

Wow, that does look pretty sweet. Thank you Robin! 

It will be very handy for me now moving forward to have this function
available as needed in certain occasions.  :) 




-----
composer | sound designer | asmr artist 
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to