lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Instrument Name Not Appearing


From: SoundsFromSound
Subject: Re: Instrument Name Not Appearing
Date: Sun, 3 Dec 2017 08:36:52 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]