Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-16 Thread Paolo Prete
On Thu, Jan 16, 2020 at 1:43 PM Simon Albrecht wrote: > Hi Paolo, > > it seems like you have some very specific setup of lilypond files and > framework and need a solution that works within that, but you’re trying > to avoid explaining the whole setup either because it’s too much effort > or for

Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-16 Thread Paolo Prete
On Thu, Jan 16, 2020 at 4:49 AM Aaron Hill wrote: > > However, why jump through such Scheme hoops when LilyPond syntax is more > direct? > > Thank you Aaron. I used a misleading topic, sorry. I wanted a set of layout properties which is shared by all the scores I edit. So I can simply import it

Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-16 Thread Simon Albrecht
Hi Paolo, it seems like you have some very specific setup of lilypond files and framework and need a solution that works within that, but you’re trying to avoid explaining the whole setup either because it’s too much effort or for privacy or similar. From my experience, when I get into that

Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-15 Thread Aaron Hill
On 2020-01-15 6:41 pm, Paolo Prete wrote: Sorry Aaron, I was not precise in my question. I need to override a property of StaffSymbol, for every staff, outside any music expression/block context. Probably I'm not using the right words even now. But what I need is a sort of a "global" variable

Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-15 Thread Paolo Prete
On Thu, Jan 16, 2020 at 3:15 AM Aaron Hill wrote: > On 2020-01-15 5:15 pm, Paolo Prete wrote: > > Hello, > > > > is it possible to override a property of StaffSymbol outside a > > \new Staff \with { ... } > > context? > > > > I would like to obtain something like: > > > > %%% >

Re: Override a StaffSymbol property outside \new Staff { ... } context

2020-01-15 Thread Aaron Hill
On 2020-01-15 5:15 pm, Paolo Prete wrote: Hello, is it possible to override a property of StaffSymbol outside a \new Staff \with { ... } context? I would like to obtain something like: %%% #scheme-code-for-overriding-staffsymbol-for-all-the-staves-in-the-score { c' c' c'

Override a StaffSymbol property outside \new Staff { ... } context

2020-01-15 Thread Paolo Prete
Hello, is it possible to override a property of StaffSymbol outside a \new Staff \with { ... } context? I would like to obtain something like: %%% #scheme-code-for-overriding-staffsymbol-for-all-the-staves-in-the-score { c' c' c' c' } %%% Thanks